Shades of Bleach White #E9DECB
Tints of Bleach White #E9DECB
RGB
CMYK
RGB Variations
Color information
#E9DECB (or 0xE9DECB) is known color: Bleach White. HEX triplet: E9, DE and CB. RGB value is (233,222,203). Sum of RGB (Red+Green+Blue) = 233+222+203=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DECB is #162134. Grayscale: #DFDFDF. Windows color (decimal): -1450293 or 13360873. OLE color: 13360873.
HSL color Cylindrical-coordinate representation of color #E9DECB: hue angle of 38º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DECB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 203 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.09 |
| HSL | 38º | 0.41% | 0.85% | - |
| HSV(B) | 38º | 0.13% | 0.91% | - |
| XYZ | 70.51 | 73.88 | 67.04 | - |
| YUV | 223.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 203 | 0 | 0.05 | 0.13 | 0.09 | 38 | 0.41 | 0.85 |
| Hex | E9 | DE | CB | 0 | 5 | D | 9 | 26 | 29 | 55 |
| Octal | 351 | 336 | 313 | 0 | 5 | 15 | 11 | 46 | 51 | 125 |
| Binary | 11101001 | 11011110 | 11001011 | 0 | 101 | 1101 | 1001 | 100110 | 101001 | 1010101 |
Color Harmonies of #E9DECB
Complementary color
Monochromatic Colors of #E9DECB
Black with #E9DECB
Text Example
Text Example
White with #E9DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DECB; }
p { color: rgb(233,222,203); }
H1.HeaderClassName
{
color: #E9DECB;
}
.AnyTagClassName
{
color: #E9DECB;
}
</style>
background-color css
<style>
a { background-color: #E9DECB; }
a { background-color: rgb(233,222,203); }
div.DivClassName
{
background-color: #E9DECB;
}
.BgClassName
{
background-color: #E9DECB;
}
</style>
border-color css
<style>
span { border-color: #E9DECB; }
span { border-color: rgb(233,222,203); }
td.TdClassName
{
border-color: #E9DECB;
}
.TagClassName
{
border-color: #E9DECB;
}
</style>