Color Hex Logo

#e8cddd Color Hex

#E8CDDD
(232,205,221)
0 Favorites   0 Comments

Color spaces of #e8cddd

RGB 232205221
HSL0.900.370.86
HSV324°12°91°
CMYK 0.000.120.05   0.09
XYZ68.161266.038977.5609
Yxy66.03890.32190.3119
Hunter Lab81.26437.50600.2970
CIE-Lab85.016312.1297-4.4516

#e8cddd color RGB value is (232,205,221).

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

The process color (four color CMYK) of #e8cddd color hex is 0.00, 0.12, 0.05, 0.09. Web safe color of #e8cddd is #ffcccc. Color #e8cddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001101 11011101
Octal 350 315 335
Decimal 232 205 221
Hex E8 CD DD

RGB Percentages of Color #e8cddd

%35.26
%31.16
%33.59

CMYK Percentages of Color #e8cddd

%0
%12
%5
%9

Triadic Colors of #e8cddd

#e8cddd #dde8cd #cddde8

Analogous Colors of #e8cddd

#e8cddd #e8cdd0 #e6cde8

Monochromatic Colors of #e8cddd

#e8cddd

Complementary Color

#e8cddd #cde8d8

#e8cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cddd Color CSS Codes

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

#e8cddd Text Font Color

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

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


#e8cddd Background Color

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

This div background color is #e8cddd


#e8cddd Border Color

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

This div border color is #e8cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cddd

#e8cddd Color Palettes


Comments

No comments written yet.

Please login to write comment.