Shades of Watusi #ECCEBB
Tints of Watusi #ECCEBB
RGB
CMYK
RGB Variations
Color information
#ECCEBB (or 0xECCEBB) is known color: Watusi. HEX triplet: EC, CE and BB. RGB value is (236,206,187). Sum of RGB (Red+Green+Blue) = 236+206+187=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEBB is #133144. Grayscale: #D4D4D4. Windows color (decimal): -1257797 or 12308204. OLE color: 12308204.
HSL color Cylindrical-coordinate representation of color #ECCEBB: hue angle of 23.27º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECCEBB is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 187 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.07 |
| HSL | 23.27º | 0.56% | 0.83% | - |
| HSV(B) | 23.27º | 0.21% | 0.93% | - |
| XYZ | 65.63 | 65.56 | 56.21 | - |
| YUV | 212.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 187 | 0 | 0.13 | 0.21 | 0.07 | 23.27 | 0.56 | 0.83 |
| Hex | EC | CE | BB | 0 | D | 15 | 7 | 17 | 38 | 53 |
| Octal | 354 | 316 | 273 | 0 | 15 | 25 | 7 | 27 | 70 | 123 |
| Binary | 11101100 | 11001110 | 10111011 | 0 | 1101 | 10101 | 111 | 10111 | 111000 | 1010011 |
Color Harmonies of #ECCEBB
Complementary color
Monochromatic Colors of #ECCEBB
Black with #ECCEBB
Text Example
Text Example
White with #ECCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEBB; }
p { color: rgb(236,206,187); }
H1.HeaderClassName
{
color: #ECCEBB;
}
.AnyTagClassName
{
color: #ECCEBB;
}
</style>
background-color css
<style>
a { background-color: #ECCEBB; }
a { background-color: rgb(236,206,187); }
div.DivClassName
{
background-color: #ECCEBB;
}
.BgClassName
{
background-color: #ECCEBB;
}
</style>
border-color css
<style>
span { border-color: #ECCEBB; }
span { border-color: rgb(236,206,187); }
td.TdClassName
{
border-color: #ECCEBB;
}
.TagClassName
{
border-color: #ECCEBB;
}
</style>