Shades of Bleach White #E7DDCD
Tints of Bleach White #E7DDCD
RGB
CMYK
RGB Variations
Color information
#E7DDCD (or 0xE7DDCD) is known color: Bleach White. HEX triplet: E7, DD and CD. RGB value is (231,221,205). Sum of RGB (Red+Green+Blue) = 231+221+205=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDCD is #182232. Grayscale: #DEDEDE. Windows color (decimal): -1581619 or 13491687. OLE color: 13491687.
HSL color Cylindrical-coordinate representation of color #E7DDCD: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DDCD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 205 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.09 |
| HSL | 36.92º | 0.35% | 0.85% | - |
| HSV(B) | 36.92º | 0.11% | 0.91% | - |
| XYZ | 69.83 | 73.11 | 68.19 | - |
| YUV | 222.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 205 | 0 | 0.04 | 0.11 | 0.09 | 36.92 | 0.35 | 0.85 |
| Hex | E7 | DD | CD | 0 | 4 | B | 9 | 25 | 23 | 55 |
| Octal | 347 | 335 | 315 | 0 | 4 | 13 | 11 | 45 | 43 | 125 |
| Binary | 11100111 | 11011101 | 11001101 | 0 | 100 | 1011 | 1001 | 100101 | 100011 | 1010101 |
Color Harmonies of #E7DDCD
Complementary color
Monochromatic Colors of #E7DDCD
Black with #E7DDCD
Text Example
Text Example
White with #E7DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDCD; }
p { color: rgb(231,221,205); }
H1.HeaderClassName
{
color: #E7DDCD;
}
.AnyTagClassName
{
color: #E7DDCD;
}
</style>
background-color css
<style>
a { background-color: #E7DDCD; }
a { background-color: rgb(231,221,205); }
div.DivClassName
{
background-color: #E7DDCD;
}
.BgClassName
{
background-color: #E7DDCD;
}
</style>
border-color css
<style>
span { border-color: #E7DDCD; }
span { border-color: rgb(231,221,205); }
td.TdClassName
{
border-color: #E7DDCD;
}
.TagClassName
{
border-color: #E7DDCD;
}
</style>