Color Hex Logo

#e9cfdc Color Hex

#E9CFDC
(233,207,220)
0 Favorites   0 Comments

Color spaces of #e9cfdc

RGB 233207220
HSL0.920.370.86
HSV330°11°91°
CMYK 0.000.110.06   0.09
XYZ68.835467.116677.0369
Yxy67.11660.32320.3151
Hunter Lab81.92476.61231.5947
CIE-Lab85.562811.2446-3.1062

#e9cfdc color RGB value is (233,207,220).

#e9cfdc hex color red value is 233, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9cfdc hue: 0.92 , saturation: 0.37 and the lightness value of e9cfdc is 0.86.

The process color (four color CMYK) of #e9cfdc color hex is 0.00, 0.11, 0.06, 0.09. Web safe color of #e9cfdc is #ffcccc. Color #e9cfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001111 11011100
Octal 351 317 334
Decimal 233 207 220
Hex E9 CF DC

RGB Percentages of Color #e9cfdc

%35.30
%31.36
%33.33

CMYK Percentages of Color #e9cfdc

%0
%11
%6
%9

Triadic Colors of #e9cfdc

#e9cfdc #dce9cf #cfdce9

Analogous Colors of #e9cfdc

#e9cfdc #e9cfcf #e9cfe9

Monochromatic Colors of #e9cfdc

#e9cfdc

Complementary Color

#e9cfdc #cfe9dc

#e9cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cfdc Color CSS Codes

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

#e9cfdc Text Font Color

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

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


#e9cfdc Background Color

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

This div background color is #e9cfdc


#e9cfdc Border Color

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

This div border color is #e9cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cfdc

#e9cfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.