Shades of Bleach White #E9DECE
Tints of Bleach White #E9DECE
RGB
CMYK
RGB Variations
Color information
#E9DECE (or 0xE9DECE) is known color: 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
| RGB | 233 | 222 | 206 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.09 |
| HSL | 35.56º | 0.38% | 0.86% | - |
| HSV(B) | 35.56º | 0.12% | 0.91% | - |
| XYZ | 70.87 | 74.02 | 68.95 | - |
| YUV | 223.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 206 | 0 | 0.05 | 0.12 | 0.09 | 35.56 | 0.38 | 0.86 |
| Hex | E9 | DE | CE | 0 | 5 | C | 9 | 24 | 26 | 56 |
| Octal | 351 | 336 | 316 | 0 | 5 | 14 | 11 | 44 | 46 | 126 |
| Binary | 11101001 | 11011110 | 11001110 | 0 | 101 | 1100 | 1001 | 100100 | 100110 | 1010110 |
Color Harmonies of #E9DECE
Complementary color
Monochromatic Colors of #E9DECE
Black with #E9DECE
Text Example
Text Example
White with #E9DECE
Text Example
Text Example
HTML Codes & Css Web 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>