Color Hex Logo

#ddcae2 Color Hex

#DDCAE2
(221,202,226)
0 Favorites   0 Comments

Color spaces of #ddcae2

RGB 221202226
HSL0.800.290.84
HSV288°11°89°
CMYK 0.020.110.00   0.11
XYZ64.666863.104280.7235
Yxy63.10420.31020.3027
Hunter Lab79.43826.2915-4.6426
CIE-Lab83.497210.8948-9.4662

#ddcae2 color RGB value is (221,202,226).

#ddcae2 hex color red value is 221, green value is 202 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ddcae2 hue: 0.80 , saturation: 0.29 and the lightness value of ddcae2 is 0.84.

The process color (four color CMYK) of #ddcae2 color hex is 0.02, 0.11, 0.00, 0.11. Web safe color of #ddcae2 is #cccccc. Color #ddcae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11100010
Octal 335 312 342
Decimal 221 202 226
Hex DD CA E2

RGB Percentages of Color #ddcae2

%34.05
%31.12
%34.82

CMYK Percentages of Color #ddcae2

%2
%11
%0
%11

Triadic Colors of #ddcae2

#ddcae2 #e2ddca #cae2dd

Analogous Colors of #ddcae2

#ddcae2 #e2cadb #d1cae2

Monochromatic Colors of #ddcae2

#ddcae2

Complementary Color

#ddcae2 #cfe2ca

#ddcae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcae2 Color CSS Codes

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

#ddcae2 Text Font Color

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

This sample text font color is #ddcae2
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.


#ddcae2 Background Color

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

This div background color is #ddcae2


#ddcae2 Border Color

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

This div border color is #ddcae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcae2


Comments

No comments written yet.

Please login to write comment.