Shades of Bleach White #E6DECE
Tints of Bleach White #E6DECE
RGB
CMYK
RGB Variations
Color information
#E6DECE (or 0xE6DECE) is known color: Bleach White. HEX triplet: E6, DE and CE. RGB value is (230,222,206). Sum of RGB (Red+Green+Blue) = 230+222+206=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DECE is #192131. Grayscale: #DEDEDE. Windows color (decimal): -1646898 or 13557478. OLE color: 13557478.
HSL color Cylindrical-coordinate representation of color #E6DECE: hue angle of 40º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DECE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 206 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.10 |
| HSL | 40º | 0.32% | 0.85% | - |
| HSV(B) | 40º | 0.1% | 0.9% | - |
| XYZ | 69.89 | 73.52 | 68.9 | - |
| YUV | 222.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 206 | 0 | 0.03 | 0.10 | 0.10 | 40 | 0.32 | 0.85 |
| Hex | E6 | DE | CE | 0 | 3 | A | A | 28 | 20 | 55 |
| Octal | 346 | 336 | 316 | 0 | 3 | 12 | 12 | 50 | 40 | 125 |
| Binary | 11100110 | 11011110 | 11001110 | 0 | 11 | 1010 | 1010 | 101000 | 100000 | 1010101 |
Color Harmonies of #E6DECE
Complementary color
Monochromatic Colors of #E6DECE
Black with #E6DECE
Text Example
Text Example
White with #E6DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DECE; }
p { color: rgb(230,222,206); }
H1.HeaderClassName
{
color: #E6DECE;
}
.AnyTagClassName
{
color: #E6DECE;
}
</style>
background-color css
<style>
a { background-color: #E6DECE; }
a { background-color: rgb(230,222,206); }
div.DivClassName
{
background-color: #E6DECE;
}
.BgClassName
{
background-color: #E6DECE;
}
</style>
border-color css
<style>
span { border-color: #E6DECE; }
span { border-color: rgb(230,222,206); }
td.TdClassName
{
border-color: #E6DECE;
}
.TagClassName
{
border-color: #E6DECE;
}
</style>