Color Hex Logo

#ddcae1 Color Hex

#DDCAE1
(221,202,225)
0 Favorites   0 Comments

Color spaces of #ddcae1

RGB 221202225
HSL0.800.280.84
HSV290°10°88°
CMYK 0.020.100.00   0.12
XYZ64.529963.049580.0028
Yxy63.04950.31090.3037
Hunter Lab79.40376.1071-4.1547
CIE-Lab83.468410.7082-8.9755

#ddcae1 color RGB value is (221,202,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11100001
Octal 335 312 341
Decimal 221 202 225
Hex DD CA E1

RGB Percentages of Color #ddcae1

%34.10
%31.17
%34.72

CMYK Percentages of Color #ddcae1

%2
%10
%0
%12

Triadic Colors of #ddcae1

#ddcae1 #e1ddca #cae1dd

Analogous Colors of #ddcae1

#ddcae1 #e1cada #d2cae1

Monochromatic Colors of #ddcae1

#ddcae1

Complementary Color

#ddcae1 #cee1ca

#ddcae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcae1 Color CSS Codes

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

#ddcae1 Text Font Color

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

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


#ddcae1 Background Color

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

This div background color is #ddcae1


#ddcae1 Border Color

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

This div border color is #ddcae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcae1

#ddcae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.