Color Hex Logo

#e0ccdd Color Hex

#E0CCDD
(224,204,221)
0 Favorites   0 Comments

Color spaces of #e0ccdd

RGB 224204221
HSL0.860.240.84
HSV309°88°
CMYK 0.000.090.01   0.12
XYZ65.384564.253577.3626
Yxy64.25350.31590.3104
Hunter Lab80.15835.3241-1.1113
CIE-Lab84.09769.9278-5.8832

#e0ccdd color RGB value is (224,204,221).

#e0ccdd hex color red value is 224, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e0ccdd hue: 0.86 , saturation: 0.24 and the lightness value of e0ccdd is 0.84.

The process color (four color CMYK) of #e0ccdd color hex is 0.00, 0.09, 0.01, 0.12. Web safe color of #e0ccdd is #cccccc. Color #e0ccdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001100 11011101
Octal 340 314 335
Decimal 224 204 221
Hex E0 CC DD

RGB Percentages of Color #e0ccdd

%34.51
%31.43
%34.05

CMYK Percentages of Color #e0ccdd

%0
%9
%1
%12

Triadic Colors of #e0ccdd

#e0ccdd #dde0cc #ccdde0

Analogous Colors of #e0ccdd

#e0ccdd #e0ccd3 #d9cce0

Monochromatic Colors of #e0ccdd

#e0ccdd

Complementary Color

#e0ccdd #cce0cf

#e0ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ccdd Color CSS Codes

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

#e0ccdd Text Font Color

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

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


#e0ccdd Background Color

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

This div background color is #e0ccdd


#e0ccdd Border Color

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

This div border color is #e0ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ccdd


Comments

No comments written yet.

Please login to write comment.