Color Hex Logo

#e9dedf Color Hex

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

Color spaces of #e9dedf

RGB 233222223
HSL0.980.200.89
HSV355°91°
CMYK 0.000.050.04   0.09
XYZ73.044874.893980.4181
Yxy74.89390.31990.3280
Hunter Lab86.5413-0.78505.4839
CIE-Lab89.34333.92170.8418

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

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

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

Base Numbers

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

RGB Percentages of Color #e9dedf

%34.37
%32.74
%32.89

CMYK Percentages of Color #e9dedf

%0
%5
%4
%9

Triadic Colors of #e9dedf

#e9dedf #dfe9de #dedfe9

Analogous Colors of #e9dedf

#e9dedf #e9e3de #e9dee5

Monochromatic Colors of #e9dedf

#e9dedf

Complementary Color

#e9dedf #dee9e8

#e9dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dedf Color CSS Codes

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

#e9dedf Text Font Color

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

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


#e9dedf Background Color

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

This div background color is #e9dedf


#e9dedf Border Color

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

This div border color is #e9dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dedf


Comments

No comments written yet.

Please login to write comment.