Color Hex Logo

#ddcad9 Color Hex

#DDCAD9
(221,202,217)
0 Favorites   0 Comments

Color spaces of #ddcad9

RGB 221202217
HSL0.870.220.83
HSV313°87°
CMYK 0.000.090.02   0.13
XYZ63.463762.623074.3882
Yxy62.62300.31660.3124
Hunter Lab79.13474.6660-0.3395
CIE-Lab83.24369.2434-5.0384

#ddcad9 color RGB value is (221,202,217).

#ddcad9 hex color red value is 221, green value is 202 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ddcad9 hue: 0.87 , saturation: 0.22 and the lightness value of ddcad9 is 0.83.

The process color (four color CMYK) of #ddcad9 color hex is 0.00, 0.09, 0.02, 0.13. Web safe color of #ddcad9 is #cccccc. Color #ddcad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11011001
Octal 335 312 331
Decimal 221 202 217
Hex DD CA D9

RGB Percentages of Color #ddcad9

%34.53
%31.56
%33.91

CMYK Percentages of Color #ddcad9

%0
%9
%2
%13

Triadic Colors of #ddcad9

#ddcad9 #d9ddca #cad9dd

Analogous Colors of #ddcad9

#ddcad9 #ddcad0 #d8cadd

Monochromatic Colors of #ddcad9

#ddcad9

Complementary Color

#ddcad9 #caddce

#ddcad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcad9 Color CSS Codes

.mybgcolor {background-color:#ddcad9; } 
.myforecolor {color:#ddcad9; }
.mybordercolor {border:3px solid #ddcad9; }

#ddcad9 Text Font Color

<p style="color:#ddcad9">Text here</p>

This sample text font color is #ddcad9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcad9 Background Color

<div style="background-color:#ddcad9">
Div content here</div>

This div background color is #ddcad9


#ddcad9 Border Color

<div style="border:3px solid #ddcad9">
Div here</div>

This div border color is #ddcad9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,202,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcad9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcad9;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcad9;
  box-shadow:         1px 1px 3px 2px #ddcad9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,202,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcad9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcad9;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcad9;
  box-shadow:         1px 1px 3px 2px #ddcad9;">
Div content here</div>

This div box has shadow with color #ddcad9

#ddcad9 Color Palettes


Comments

No comments written yet.

Please login to write comment.