Shades of Bleach White #E7DFCE
Tints of Bleach White #E7DFCE
RGB
CMYK
RGB Variations
Color information
#E7DFCE (or 0xE7DFCE) is known color: Bleach White. HEX triplet: E7, DF and CE. RGB value is (231,223,206). Sum of RGB (Red+Green+Blue) = 231+223+206=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFCE is #182031. Grayscale: #DFDFDF. Windows color (decimal): -1581106 or 13557735. OLE color: 13557735.
HSL color Cylindrical-coordinate representation of color #E7DFCE: hue angle of 40.8º 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 #E7DFCE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 206 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.09 |
| HSL | 40.8º | 0.34% | 0.86% | - |
| HSV(B) | 40.8º | 0.11% | 0.91% | - |
| XYZ | 70.48 | 74.22 | 69 | - |
| YUV | 223.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 206 | 0 | 0.03 | 0.11 | 0.09 | 40.8 | 0.34 | 0.86 |
| Hex | E7 | DF | CE | 0 | 3 | B | 9 | 29 | 22 | 56 |
| Octal | 347 | 337 | 316 | 0 | 3 | 13 | 11 | 51 | 42 | 126 |
| Binary | 11100111 | 11011111 | 11001110 | 0 | 11 | 1011 | 1001 | 101001 | 100010 | 1010110 |
Color Harmonies of #E7DFCE
Complementary color
Monochromatic Colors of #E7DFCE
Black with #E7DFCE
Text Example
Text Example
White with #E7DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFCE; }
p { color: rgb(231,223,206); }
H1.HeaderClassName
{
color: #E7DFCE;
}
.AnyTagClassName
{
color: #E7DFCE;
}
</style>
background-color css
<style>
a { background-color: #E7DFCE; }
a { background-color: rgb(231,223,206); }
div.DivClassName
{
background-color: #E7DFCE;
}
.BgClassName
{
background-color: #E7DFCE;
}
</style>
border-color css
<style>
span { border-color: #E7DFCE; }
span { border-color: rgb(231,223,206); }
td.TdClassName
{
border-color: #E7DFCE;
}
.TagClassName
{
border-color: #E7DFCE;
}
</style>