Shades of Watusi #ECCEC0
Tints of Watusi #ECCEC0
RGB
CMYK
RGB Variations
Color information
#ECCEC0 (or 0xECCEC0) is known color: Watusi. HEX triplet: EC, CE and C0. RGB value is (236,206,192). Sum of RGB (Red+Green+Blue) = 236+206+192=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEC0 is #13313F. Grayscale: #D5D5D5. Windows color (decimal): -1257792 or 12635884. OLE color: 12635884.
HSL color Cylindrical-coordinate representation of color #ECCEC0: hue angle of 19.09º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCEC0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 192 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 19.09º | 0.54% | 0.84% | - |
| HSV(B) | 19.09º | 0.19% | 0.93% | - |
| XYZ | 66.18 | 65.78 | 59.08 | - |
| YUV | 213.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 192 | 0 | 0.13 | 0.19 | 0.07 | 19.09 | 0.54 | 0.84 |
| Hex | EC | CE | C0 | 0 | D | 13 | 7 | 13 | 36 | 54 |
| Octal | 354 | 316 | 300 | 0 | 15 | 23 | 7 | 23 | 66 | 124 |
| Binary | 11101100 | 11001110 | 11000000 | 0 | 1101 | 10011 | 111 | 10011 | 110110 | 1010100 |
Color Harmonies of #ECCEC0
Complementary color
Monochromatic Colors of #ECCEC0
Black with #ECCEC0
Text Example
Text Example
White with #ECCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEC0; }
p { color: rgb(236,206,192); }
H1.HeaderClassName
{
color: #ECCEC0;
}
.AnyTagClassName
{
color: #ECCEC0;
}
</style>
background-color css
<style>
a { background-color: #ECCEC0; }
a { background-color: rgb(236,206,192); }
div.DivClassName
{
background-color: #ECCEC0;
}
.BgClassName
{
background-color: #ECCEC0;
}
</style>
border-color css
<style>
span { border-color: #ECCEC0; }
span { border-color: rgb(236,206,192); }
td.TdClassName
{
border-color: #ECCEC0;
}
.TagClassName
{
border-color: #ECCEC0;
}
</style>