Shades of Watusi #ECCEBF
Tints of Watusi #ECCEBF
RGB
CMYK
RGB Variations
Color information
#ECCEBF (or 0xECCEBF) is known color: Watusi. HEX triplet: EC, CE and BF. RGB value is (236,206,191). Sum of RGB (Red+Green+Blue) = 236+206+191=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEBF is #133140. Grayscale: #D5D5D5. Windows color (decimal): -1257793 or 12570348. OLE color: 12570348.
HSL color Cylindrical-coordinate representation of color #ECCEBF: hue angle of 20º 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 #ECCEBF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 191 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 20º | 0.54% | 0.84% | - |
| HSV(B) | 20º | 0.19% | 0.93% | - |
| XYZ | 66.07 | 65.74 | 58.5 | - |
| YUV | 213.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 191 | 0 | 0.13 | 0.19 | 0.07 | 20 | 0.54 | 0.84 |
| Hex | EC | CE | BF | 0 | D | 13 | 7 | 14 | 36 | 54 |
| Octal | 354 | 316 | 277 | 0 | 15 | 23 | 7 | 24 | 66 | 124 |
| Binary | 11101100 | 11001110 | 10111111 | 0 | 1101 | 10011 | 111 | 10100 | 110110 | 1010100 |
Color Harmonies of #ECCEBF
Complementary color
Monochromatic Colors of #ECCEBF
Black with #ECCEBF
Text Example
Text Example
White with #ECCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEBF; }
p { color: rgb(236,206,191); }
H1.HeaderClassName
{
color: #ECCEBF;
}
.AnyTagClassName
{
color: #ECCEBF;
}
</style>
background-color css
<style>
a { background-color: #ECCEBF; }
a { background-color: rgb(236,206,191); }
div.DivClassName
{
background-color: #ECCEBF;
}
.BgClassName
{
background-color: #ECCEBF;
}
</style>
border-color css
<style>
span { border-color: #ECCEBF; }
span { border-color: rgb(236,206,191); }
td.TdClassName
{
border-color: #ECCEBF;
}
.TagClassName
{
border-color: #ECCEBF;
}
</style>