Shades of Bleach White #E7DFCD
Tints of Bleach White #E7DFCD
RGB
CMYK
RGB Variations
Color information
#E7DFCD (or 0xE7DFCD) is known color: Bleach White. HEX triplet: E7, DF and CD. RGB value is (231,223,205). Sum of RGB (Red+Green+Blue) = 231+223+205=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFCD is #182032. Grayscale: #DFDFDF. Windows color (decimal): -1581107 or 13492199. OLE color: 13492199.
HSL color Cylindrical-coordinate representation of color #E7DFCD: hue angle of 41.54º 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 #E7DFCD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 205 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.09 |
| HSL | 41.54º | 0.35% | 0.85% | - |
| HSV(B) | 41.54º | 0.11% | 0.91% | - |
| XYZ | 70.36 | 74.17 | 68.37 | - |
| YUV | 223.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 205 | 0 | 0.03 | 0.11 | 0.09 | 41.54 | 0.35 | 0.85 |
| Hex | E7 | DF | CD | 0 | 3 | B | 9 | 2A | 23 | 55 |
| Octal | 347 | 337 | 315 | 0 | 3 | 13 | 11 | 52 | 43 | 125 |
| Binary | 11100111 | 11011111 | 11001101 | 0 | 11 | 1011 | 1001 | 101010 | 100011 | 1010101 |
Color Harmonies of #E7DFCD
Complementary color
Monochromatic Colors of #E7DFCD
Black with #E7DFCD
Text Example
Text Example
White with #E7DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFCD; }
p { color: rgb(231,223,205); }
H1.HeaderClassName
{
color: #E7DFCD;
}
.AnyTagClassName
{
color: #E7DFCD;
}
</style>
background-color css
<style>
a { background-color: #E7DFCD; }
a { background-color: rgb(231,223,205); }
div.DivClassName
{
background-color: #E7DFCD;
}
.BgClassName
{
background-color: #E7DFCD;
}
</style>
border-color css
<style>
span { border-color: #E7DFCD; }
span { border-color: rgb(231,223,205); }
td.TdClassName
{
border-color: #E7DFCD;
}
.TagClassName
{
border-color: #E7DFCD;
}
</style>