#E9DECE

Color #E9DECE Bleach White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bleach White #E9DECE

Tints of Bleach White #E9DECE

Color information

#E9DECE (or 0xE9DECE) is unknown color: approx Bleach White. HEX triplet: E9, DE and CE. RGB value is (233,222,206). Sum of RGB (Red+Green+Blue) = 233+222+206=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DECE is #162131. Grayscale: #DFDFDF. Windows color (decimal): -1450290 or 13557481. OLE color: 13557481.

HSL color Cylindrical-coordinate representation of color #E9DECE: hue angle of 35.56º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DECE is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233222206-
CMYK00.050.120.09
HSL35.56º38.03%86.08%-
HSV(B)35.56º11.59%91.37%-
XYZ70.8774.0268.95-
YUV223.46118.14134.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=35.25%
G=33.59%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322220600.050.120.0935.5638.0386.08
HexE9DECE05C9242656
Octal3513363160514114446126
Binary1110100111011110110011100101110010011001001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DECE; }

 p { color: rgb(233,222,206); }

 H1.HeaderClassName
 {
   color: #E9DECE;
 }
 .AnyTagClassName
 {
   color: #E9DECE;
 }
</style>
background-color css

<style>
 a { background-color: #E9DECE; }

 a { background-color: rgb(233,222,206); }

 div.DivClassName
 {
   background-color: #E9DECE;
 }
 .BgClassName
 {
   background-color: #E9DECE;
 }
</style>
border-color css

<style>
 span { border-color: #E9DECE; }

 span { border-color: rgb(233,222,206); }

 td.TdClassName
 {
   border-color: #E9DECE;
 }
 .TagClassName
 {
   border-color: #E9DECE;
 }
</style>