Shades of Bleach White #E9DDCD
Tints of Bleach White #E9DDCD
RGB
CMYK
RGB Variations
Color information
#E9DDCD (or 0xE9DDCD) is known color: Bleach White. HEX triplet: E9, DD and CD. RGB value is (233,221,205). Sum of RGB (Red+Green+Blue) = 233+221+205=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDCD is #162232. Grayscale: #DEDEDE. Windows color (decimal): -1450547 or 13491689. OLE color: 13491689.
HSL color Cylindrical-coordinate representation of color #E9DDCD: hue angle of 34.29º degrees, saturation: 0.39, 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 #E9DDCD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 205 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.09 |
| HSL | 34.29º | 0.39% | 0.86% | - |
| HSV(B) | 34.29º | 0.12% | 0.91% | - |
| XYZ | 70.48 | 73.44 | 68.22 | - |
| YUV | 222.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 205 | 0 | 0.05 | 0.12 | 0.09 | 34.29 | 0.39 | 0.86 |
| Hex | E9 | DD | CD | 0 | 5 | C | 9 | 22 | 27 | 56 |
| Octal | 351 | 335 | 315 | 0 | 5 | 14 | 11 | 42 | 47 | 126 |
| Binary | 11101001 | 11011101 | 11001101 | 0 | 101 | 1100 | 1001 | 100010 | 100111 | 1010110 |
Color Harmonies of #E9DDCD
Complementary color
Monochromatic Colors of #E9DDCD
Black with #E9DDCD
Text Example
Text Example
White with #E9DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDCD; }
p { color: rgb(233,221,205); }
H1.HeaderClassName
{
color: #E9DDCD;
}
.AnyTagClassName
{
color: #E9DDCD;
}
</style>
background-color css
<style>
a { background-color: #E9DDCD; }
a { background-color: rgb(233,221,205); }
div.DivClassName
{
background-color: #E9DDCD;
}
.BgClassName
{
background-color: #E9DDCD;
}
</style>
border-color css
<style>
span { border-color: #E9DDCD; }
span { border-color: rgb(233,221,205); }
td.TdClassName
{
border-color: #E9DDCD;
}
.TagClassName
{
border-color: #E9DDCD;
}
</style>