Shades of Bleach White #E7DECC
Tints of Bleach White #E7DECC
RGB
CMYK
RGB Variations
Color information
#E7DECC (or 0xE7DECC) is known color: Bleach White. HEX triplet: E7, DE and CC. RGB value is (231,222,204). Sum of RGB (Red+Green+Blue) = 231+222+204=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DECC is #182133. Grayscale: #DEDEDE. Windows color (decimal): -1581364 or 13426407. OLE color: 13426407.
HSL color Cylindrical-coordinate representation of color #E7DECC: hue angle of 40º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DECC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 204 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.09 |
| HSL | 40º | 0.36% | 0.85% | - |
| HSV(B) | 40º | 0.12% | 0.91% | - |
| XYZ | 69.98 | 73.59 | 67.64 | - |
| YUV | 222.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 204 | 0 | 0.04 | 0.12 | 0.09 | 40 | 0.36 | 0.85 |
| Hex | E7 | DE | CC | 0 | 4 | C | 9 | 28 | 24 | 55 |
| Octal | 347 | 336 | 314 | 0 | 4 | 14 | 11 | 50 | 44 | 125 |
| Binary | 11100111 | 11011110 | 11001100 | 0 | 100 | 1100 | 1001 | 101000 | 100100 | 1010101 |
Color Harmonies of #E7DECC
Complementary color
Monochromatic Colors of #E7DECC
Black with #E7DECC
Text Example
Text Example
White with #E7DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DECC; }
p { color: rgb(231,222,204); }
H1.HeaderClassName
{
color: #E7DECC;
}
.AnyTagClassName
{
color: #E7DECC;
}
</style>
background-color css
<style>
a { background-color: #E7DECC; }
a { background-color: rgb(231,222,204); }
div.DivClassName
{
background-color: #E7DECC;
}
.BgClassName
{
background-color: #E7DECC;
}
</style>
border-color css
<style>
span { border-color: #E7DECC; }
span { border-color: rgb(231,222,204); }
td.TdClassName
{
border-color: #E7DECC;
}
.TagClassName
{
border-color: #E7DECC;
}
</style>