Shades of Bleach White #ECE1CC
Tints of Bleach White #ECE1CC
RGB
CMYK
RGB Variations
Color information
#ECE1CC (or 0xECE1CC) is known color: Bleach White. HEX triplet: EC, E1 and CC. RGB value is (236,225,204). Sum of RGB (Red+Green+Blue) = 236+225+204=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CC is #131E33. Grayscale: #E1E1E1. Windows color (decimal): -1252916 or 13427180. OLE color: 13427180.
HSL color Cylindrical-coordinate representation of color #ECE1CC: hue angle of 39.38º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE1CC is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 204 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.07 |
| HSL | 39.38º | 0.46% | 0.86% | - |
| HSV(B) | 39.38º | 0.14% | 0.93% | - |
| XYZ | 72.42 | 76.04 | 67.99 | - |
| YUV | 225.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 204 | 0 | 0.05 | 0.14 | 0.07 | 39.38 | 0.46 | 0.86 |
| Hex | EC | E1 | CC | 0 | 5 | E | 7 | 27 | 2E | 56 |
| Octal | 354 | 341 | 314 | 0 | 5 | 16 | 7 | 47 | 56 | 126 |
| Binary | 11101100 | 11100001 | 11001100 | 0 | 101 | 1110 | 111 | 100111 | 101110 | 1010110 |
Color Harmonies of #ECE1CC
Complementary color
Monochromatic Colors of #ECE1CC
Black with #ECE1CC
Text Example
Text Example
White with #ECE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1CC; }
p { color: rgb(236,225,204); }
H1.HeaderClassName
{
color: #ECE1CC;
}
.AnyTagClassName
{
color: #ECE1CC;
}
</style>
background-color css
<style>
a { background-color: #ECE1CC; }
a { background-color: rgb(236,225,204); }
div.DivClassName
{
background-color: #ECE1CC;
}
.BgClassName
{
background-color: #ECE1CC;
}
</style>
border-color css
<style>
span { border-color: #ECE1CC; }
span { border-color: rgb(236,225,204); }
td.TdClassName
{
border-color: #ECE1CC;
}
.TagClassName
{
border-color: #ECE1CC;
}
</style>