Shades of Bleach White #E7DDCE
Tints of Bleach White #E7DDCE
RGB
CMYK
RGB Variations
Color information
#E7DDCE (or 0xE7DDCE) is known color: Bleach White. HEX triplet: E7, DD and CE. RGB value is (231,221,206). Sum of RGB (Red+Green+Blue) = 231+221+206=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDCE is #182231. Grayscale: #DEDEDE. Windows color (decimal): -1581618 or 13557223. OLE color: 13557223.
HSL color Cylindrical-coordinate representation of color #E7DDCE: hue angle of 36º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DDCE is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 206 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.09 |
| HSL | 36º | 0.34% | 0.86% | - |
| HSV(B) | 36º | 0.11% | 0.91% | - |
| XYZ | 69.95 | 73.16 | 68.83 | - |
| YUV | 222.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 206 | 0 | 0.04 | 0.11 | 0.09 | 36 | 0.34 | 0.86 |
| Hex | E7 | DD | CE | 0 | 4 | B | 9 | 24 | 22 | 56 |
| Octal | 347 | 335 | 316 | 0 | 4 | 13 | 11 | 44 | 42 | 126 |
| Binary | 11100111 | 11011101 | 11001110 | 0 | 100 | 1011 | 1001 | 100100 | 100010 | 1010110 |
Color Harmonies of #E7DDCE
Complementary color
Monochromatic Colors of #E7DDCE
Black with #E7DDCE
Text Example
Text Example
White with #E7DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDCE; }
p { color: rgb(231,221,206); }
H1.HeaderClassName
{
color: #E7DDCE;
}
.AnyTagClassName
{
color: #E7DDCE;
}
</style>
background-color css
<style>
a { background-color: #E7DDCE; }
a { background-color: rgb(231,221,206); }
div.DivClassName
{
background-color: #E7DDCE;
}
.BgClassName
{
background-color: #E7DDCE;
}
</style>
border-color css
<style>
span { border-color: #E7DDCE; }
span { border-color: rgb(231,221,206); }
td.TdClassName
{
border-color: #E7DDCE;
}
.TagClassName
{
border-color: #E7DDCE;
}
</style>