Color Hex Logo

#e9dfde Color Hex

#E9DFDE
(233,223,222)
0 Favorites   0 Comments

Color spaces of #e9dfde

RGB 233223222
HSL0.020.200.89
HSV91°
CMYK 0.000.040.05   0.09
XYZ73.176875.372979.7988
Yxy75.37290.32050.3301
Hunter Lab86.8176-1.47666.2756
CIE-Lab89.56743.23141.6935

#e9dfde color RGB value is (233,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011111 11011110
Octal 351 337 336
Decimal 233 223 222
Hex E9 DF DE

RGB Percentages of Color #e9dfde

%34.37
%32.89
%32.74

CMYK Percentages of Color #e9dfde

%0
%4
%5
%9

Triadic Colors of #e9dfde

#e9dfde #dee9df #dfdee9

Analogous Colors of #e9dfde

#e9dfde #e9e5de #e9dee3

Monochromatic Colors of #e9dfde

#e9dfde

Complementary Color

#e9dfde #dee8e9

#e9dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dfde Color CSS Codes

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

#e9dfde Text Font Color

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

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


#e9dfde Background Color

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

This div background color is #e9dfde


#e9dfde Border Color

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

This div border color is #e9dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dfde


Comments

No comments written yet.

Please login to write comment.