Shades of Bleach White #E9DECC
Tints of Bleach White #E9DECC
RGB
CMYK
RGB Variations
Color information
#E9DECC (or 0xE9DECC) is known color: Bleach White. HEX triplet: E9, DE and CC. RGB value is (233,222,204). Sum of RGB (Red+Green+Blue) = 233+222+204=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DECC is #162133. Grayscale: #DFDFDF. Windows color (decimal): -1450292 or 13426409. OLE color: 13426409.
HSL color Cylindrical-coordinate representation of color #E9DECC: hue angle of 37.24º degrees, saturation: 0.4, 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 #E9DECC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 204 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.09 |
| HSL | 37.24º | 0.4% | 0.86% | - |
| HSV(B) | 37.24º | 0.12% | 0.91% | - |
| XYZ | 70.62 | 73.93 | 67.67 | - |
| YUV | 223.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 204 | 0 | 0.05 | 0.12 | 0.09 | 37.24 | 0.4 | 0.86 |
| Hex | E9 | DE | CC | 0 | 5 | C | 9 | 25 | 28 | 56 |
| Octal | 351 | 336 | 314 | 0 | 5 | 14 | 11 | 45 | 50 | 126 |
| Binary | 11101001 | 11011110 | 11001100 | 0 | 101 | 1100 | 1001 | 100101 | 101000 | 1010110 |
Color Harmonies of #E9DECC
Complementary color
Monochromatic Colors of #E9DECC
Black with #E9DECC
Text Example
Text Example
White with #E9DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DECC; }
p { color: rgb(233,222,204); }
H1.HeaderClassName
{
color: #E9DECC;
}
.AnyTagClassName
{
color: #E9DECC;
}
</style>
background-color css
<style>
a { background-color: #E9DECC; }
a { background-color: rgb(233,222,204); }
div.DivClassName
{
background-color: #E9DECC;
}
.BgClassName
{
background-color: #E9DECC;
}
</style>
border-color css
<style>
span { border-color: #E9DECC; }
span { border-color: rgb(233,222,204); }
td.TdClassName
{
border-color: #E9DECC;
}
.TagClassName
{
border-color: #E9DECC;
}
</style>