Shades of Bleach White #E6DFCF
Tints of Bleach White #E6DFCF
RGB
CMYK
RGB Variations
Color information
#E6DFCF (or 0xE6DFCF) is known color: Bleach White. HEX triplet: E6, DF and CF. RGB value is (230,223,207). Sum of RGB (Red+Green+Blue) = 230+223+207=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFCF is #192030. Grayscale: #DFDFDF. Windows color (decimal): -1646641 or 13623270. OLE color: 13623270.
HSL color Cylindrical-coordinate representation of color #E6DFCF: hue angle of 41.74º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DFCF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 207 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.10 |
| HSL | 41.74º | 0.32% | 0.86% | - |
| HSV(B) | 41.74º | 0.1% | 0.9% | - |
| XYZ | 70.28 | 74.1 | 69.63 | - |
| YUV | 223.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 207 | 0 | 0.03 | 0.10 | 0.10 | 41.74 | 0.32 | 0.86 |
| Hex | E6 | DF | CF | 0 | 3 | A | A | 2A | 20 | 56 |
| Octal | 346 | 337 | 317 | 0 | 3 | 12 | 12 | 52 | 40 | 126 |
| Binary | 11100110 | 11011111 | 11001111 | 0 | 11 | 1010 | 1010 | 101010 | 100000 | 1010110 |
Color Harmonies of #E6DFCF
Complementary color
Monochromatic Colors of #E6DFCF
Black with #E6DFCF
Text Example
Text Example
White with #E6DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFCF; }
p { color: rgb(230,223,207); }
H1.HeaderClassName
{
color: #E6DFCF;
}
.AnyTagClassName
{
color: #E6DFCF;
}
</style>
background-color css
<style>
a { background-color: #E6DFCF; }
a { background-color: rgb(230,223,207); }
div.DivClassName
{
background-color: #E6DFCF;
}
.BgClassName
{
background-color: #E6DFCF;
}
</style>
border-color css
<style>
span { border-color: #E6DFCF; }
span { border-color: rgb(230,223,207); }
td.TdClassName
{
border-color: #E6DFCF;
}
.TagClassName
{
border-color: #E6DFCF;
}
</style>