Shades of Bleach White #ECE1CE
Tints of Bleach White #ECE1CE
RGB
CMYK
RGB Variations
Color information
#ECE1CE (or 0xECE1CE) is known color: Bleach White. HEX triplet: EC, E1 and CE. RGB value is (236,225,206). Sum of RGB (Red+Green+Blue) = 236+225+206=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CE is #131E31. Grayscale: #E2E2E2. Windows color (decimal): -1252914 or 13558252. OLE color: 13558252.
HSL color Cylindrical-coordinate representation of color #ECE1CE: hue angle of 38º 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 #ECE1CE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 206 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.07 |
| HSL | 38º | 0.44% | 0.87% | - |
| HSV(B) | 38º | 0.13% | 0.93% | - |
| XYZ | 72.66 | 76.14 | 69.26 | - |
| YUV | 226.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 206 | 0 | 0.05 | 0.13 | 0.07 | 38 | 0.44 | 0.87 |
| Hex | EC | E1 | CE | 0 | 5 | D | 7 | 26 | 2C | 57 |
| Octal | 354 | 341 | 316 | 0 | 5 | 15 | 7 | 46 | 54 | 127 |
| Binary | 11101100 | 11100001 | 11001110 | 0 | 101 | 1101 | 111 | 100110 | 101100 | 1010111 |
Color Harmonies of #ECE1CE
Complementary color
Monochromatic Colors of #ECE1CE
Black with #ECE1CE
Text Example
Text Example
White with #ECE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1CE; }
p { color: rgb(236,225,206); }
H1.HeaderClassName
{
color: #ECE1CE;
}
.AnyTagClassName
{
color: #ECE1CE;
}
</style>
background-color css
<style>
a { background-color: #ECE1CE; }
a { background-color: rgb(236,225,206); }
div.DivClassName
{
background-color: #ECE1CE;
}
.BgClassName
{
background-color: #ECE1CE;
}
</style>
border-color css
<style>
span { border-color: #ECE1CE; }
span { border-color: rgb(236,225,206); }
td.TdClassName
{
border-color: #ECE1CE;
}
.TagClassName
{
border-color: #ECE1CE;
}
</style>