Color Hex Logo

#e0cddd Color Hex

#E0CDDD
(224,205,221)
0 Favorites   0 Comments

Color spaces of #e0cddd

RGB 224205221
HSL0.860.230.84
HSV309°88°
CMYK 0.000.080.01   0.12
XYZ65.622964.730477.4421
Yxy64.73040.31580.3115
Hunter Lab80.45524.7961-0.7509
CIE-Lab84.34469.3988-5.5184

#e0cddd color RGB value is (224,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001101 11011101
Octal 340 315 335
Decimal 224 205 221
Hex E0 CD DD

RGB Percentages of Color #e0cddd

%34.46
%31.54
%34.00

CMYK Percentages of Color #e0cddd

%0
%8
%1
%12

Triadic Colors of #e0cddd

#e0cddd #dde0cd #cddde0

Analogous Colors of #e0cddd

#e0cddd #e0cdd4 #dacde0

Monochromatic Colors of #e0cddd

#e0cddd

Complementary Color

#e0cddd #cde0d0

#e0cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cddd Color CSS Codes

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

#e0cddd Text Font Color

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

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


#e0cddd Background Color

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

This div background color is #e0cddd


#e0cddd Border Color

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

This div border color is #e0cddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,205,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 #e0cddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cddd


Comments

No comments written yet.

Please login to write comment.