Color Hex Logo

#e9ccde Color Hex

#E9CCDE
(233,204,222)
0 Favorites   0 Comments

Color spaces of #e9ccde

RGB 233204222
HSL0.900.400.86
HSV323°12°91°
CMYK 0.000.120.05   0.09
XYZ68.382065.783378.2006
Yxy65.78330.32200.3098
Hunter Lab81.10698.5580-0.3906
CIE-Lab84.885813.1749-5.1664

#e9ccde color RGB value is (233,204,222).

#e9ccde hex color red value is 233, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e9ccde hue: 0.90 , saturation: 0.40 and the lightness value of e9ccde is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001100 11011110
Octal 351 314 336
Decimal 233 204 222
Hex E9 CC DE

RGB Percentages of Color #e9ccde

%35.36
%30.96
%33.69

CMYK Percentages of Color #e9ccde

%0
%12
%5
%9

Triadic Colors of #e9ccde

#e9ccde #dee9cc #ccdee9

Analogous Colors of #e9ccde

#e9ccde #e9ccd0 #e6cce9

Monochromatic Colors of #e9ccde

#e9ccde

Complementary Color

#e9ccde #cce9d7

#e9ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ccde Color CSS Codes

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

#e9ccde Text Font Color

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

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


#e9ccde Background Color

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

This div background color is #e9ccde


#e9ccde Border Color

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

This div border color is #e9ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ccde


Comments

No comments written yet.

Please login to write comment.