Shades of Bleach White #ECE0CB
Tints of Bleach White #ECE0CB
RGB
CMYK
RGB Variations
Color information
#ECE0CB (or 0xECE0CB) is known color: Bleach White. HEX triplet: EC, E0 and CB. RGB value is (236,224,203). Sum of RGB (Red+Green+Blue) = 236+224+203=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0CB is #131F34. Grayscale: #E1E1E1. Windows color (decimal): -1253173 or 13361388. OLE color: 13361388.
HSL color Cylindrical-coordinate representation of color #ECE0CB: hue angle of 38.18º 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 #ECE0CB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 203 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.07 |
| HSL | 38.18º | 0.46% | 0.86% | - |
| HSV(B) | 38.18º | 0.14% | 0.93% | - |
| XYZ | 72.03 | 75.46 | 67.27 | - |
| YUV | 225.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 203 | 0 | 0.05 | 0.14 | 0.07 | 38.18 | 0.46 | 0.86 |
| Hex | EC | E0 | CB | 0 | 5 | E | 7 | 26 | 2E | 56 |
| Octal | 354 | 340 | 313 | 0 | 5 | 16 | 7 | 46 | 56 | 126 |
| Binary | 11101100 | 11100000 | 11001011 | 0 | 101 | 1110 | 111 | 100110 | 101110 | 1010110 |
Color Harmonies of #ECE0CB
Complementary color
Monochromatic Colors of #ECE0CB
Black with #ECE0CB
Text Example
Text Example
White with #ECE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0CB; }
p { color: rgb(236,224,203); }
H1.HeaderClassName
{
color: #ECE0CB;
}
.AnyTagClassName
{
color: #ECE0CB;
}
</style>
background-color css
<style>
a { background-color: #ECE0CB; }
a { background-color: rgb(236,224,203); }
div.DivClassName
{
background-color: #ECE0CB;
}
.BgClassName
{
background-color: #ECE0CB;
}
</style>
border-color css
<style>
span { border-color: #ECE0CB; }
span { border-color: rgb(236,224,203); }
td.TdClassName
{
border-color: #ECE0CB;
}
.TagClassName
{
border-color: #ECE0CB;
}
</style>