Color Hex Logo

#e9dfdd Color Hex

#E9DFDD
(233,223,221)
0 Favorites   0 Comments

Color spaces of #e9dfdd

RGB 233223221
HSL0.030.210.89
HSV10°91°
CMYK 0.000.040.05   0.09
XYZ73.043175.319479.0949
Yxy75.31940.32110.3311
Hunter Lab86.7868-1.64436.7156
CIE-Lab89.54243.05982.1822

#e9dfdd color RGB value is (233,223,221).

#e9dfdd hex color red value is 233, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e9dfdd hue: 0.03 , saturation: 0.21 and the lightness value of e9dfdd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011111 11011101
Octal 351 337 335
Decimal 233 223 221
Hex E9 DF DD

RGB Percentages of Color #e9dfdd

%34.42
%32.94
%32.64

CMYK Percentages of Color #e9dfdd

%0
%4
%5
%9

Triadic Colors of #e9dfdd

#e9dfdd #dde9df #dfdde9

Analogous Colors of #e9dfdd

#e9dfdd #e9e5dd #e9dde1

Monochromatic Colors of #e9dfdd

#e9dfdd

Complementary Color

#e9dfdd #dde7e9

#e9dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dfdd Color CSS Codes

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

#e9dfdd Text Font Color

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

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


#e9dfdd Background Color

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

This div background color is #e9dfdd


#e9dfdd Border Color

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

This div border color is #e9dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dfdd


Comments

No comments written yet.

Please login to write comment.