#E9DFCE

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

Shades of Bleach White #E9DFCE

Tints of Bleach White #E9DFCE

Color information

#E9DFCE (or 0xE9DFCE) is unknown color: approx Bleach White. HEX triplet: E9, DF and CE. RGB value is (233,223,206). Sum of RGB (Red+Green+Blue) = 233+223+206=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFCE is #162031. Grayscale: #E0E0E0. Windows color (decimal): -1450034 or 13557737. OLE color: 13557737.

HSL color Cylindrical-coordinate representation of color #E9DFCE: hue angle of 37.78º 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 #E9DFCE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233223206-
CMYK00.040.120.09
HSL37.78º38.03%86.08%-
HSV(B)37.78º11.59%91.37%-
XYZ71.1374.5669.03-
YUV224.05117.81134.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=35.20%
G=33.69%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322320600.040.120.0937.7838.0386.08
HexE9DFCE04C9262656
Octal3513373160414114646126
Binary1110100111011111110011100100110010011001101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFCE; }

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

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

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

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

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

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

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

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