Color Hex Logo

#e9dbdc Color Hex

#E9DBDC
(233,219,220)
0 Favorites   0 Comments

Color spaces of #e9dbdc

RGB 233219220
HSL0.990.240.89
HSV356°91°
CMYK 0.000.060.06   0.09
XYZ71.854173.154078.0432
Yxy73.15400.32210.3280
Hunter Lab85.53010.28075.7711
CIE-Lab88.52114.96331.2217

#e9dbdc color RGB value is (233,219,220).

#e9dbdc hex color red value is 233, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9dbdc hue: 0.99 , saturation: 0.24 and the lightness value of e9dbdc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011011 11011100
Octal 351 333 334
Decimal 233 219 220
Hex E9 DB DC

RGB Percentages of Color #e9dbdc

%34.67
%32.59
%32.74

CMYK Percentages of Color #e9dbdc

%0
%6
%6
%9

Triadic Colors of #e9dbdc

#e9dbdc #dce9db #dbdce9

Analogous Colors of #e9dbdc

#e9dbdc #e9e1db #e9dbe3

Monochromatic Colors of #e9dbdc

#e9dbdc

Complementary Color

#e9dbdc #dbe9e8

#e9dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dbdc Color CSS Codes

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

#e9dbdc Text Font Color

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

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


#e9dbdc Background Color

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

This div background color is #e9dbdc


#e9dbdc Border Color

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

This div border color is #e9dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dbdc

#e9dbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.