Shades of Bleach White #ECE2CE
Tints of Bleach White #ECE2CE
RGB
CMYK
RGB Variations
Color information
#ECE2CE (or 0xECE2CE) is known color: Bleach White. HEX triplet: EC, E2 and CE. RGB value is (236,226,206). Sum of RGB (Red+Green+Blue) = 236+226+206=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2CE is #131D31. Grayscale: #E2E2E2. Windows color (decimal): -1252658 or 13558508. OLE color: 13558508.
HSL color Cylindrical-coordinate representation of color #ECE2CE: hue angle of 40º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECE2CE is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 206 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.07 |
| HSL | 40º | 0.44% | 0.87% | - |
| HSV(B) | 40º | 0.13% | 0.93% | - |
| XYZ | 72.93 | 76.68 | 69.35 | - |
| YUV | 226.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 206 | 0 | 0.04 | 0.13 | 0.07 | 40 | 0.44 | 0.87 |
| Hex | EC | E2 | CE | 0 | 4 | D | 7 | 28 | 2C | 57 |
| Octal | 354 | 342 | 316 | 0 | 4 | 15 | 7 | 50 | 54 | 127 |
| Binary | 11101100 | 11100010 | 11001110 | 0 | 100 | 1101 | 111 | 101000 | 101100 | 1010111 |
Color Harmonies of #ECE2CE
Complementary color
Monochromatic Colors of #ECE2CE
Black with #ECE2CE
Text Example
Text Example
White with #ECE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2CE; }
p { color: rgb(236,226,206); }
H1.HeaderClassName
{
color: #ECE2CE;
}
.AnyTagClassName
{
color: #ECE2CE;
}
</style>
background-color css
<style>
a { background-color: #ECE2CE; }
a { background-color: rgb(236,226,206); }
div.DivClassName
{
background-color: #ECE2CE;
}
.BgClassName
{
background-color: #ECE2CE;
}
</style>
border-color css
<style>
span { border-color: #ECE2CE; }
span { border-color: rgb(236,226,206); }
td.TdClassName
{
border-color: #ECE2CE;
}
.TagClassName
{
border-color: #ECE2CE;
}
</style>