Shades of Watusi #ECCFBD
Tints of Watusi #ECCFBD
RGB
CMYK
RGB Variations
Color information
#ECCFBD (or 0xECCFBD) is known color: Watusi. HEX triplet: EC, CF and BD. RGB value is (236,207,189). Sum of RGB (Red+Green+Blue) = 236+207+189=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFBD is #133042. Grayscale: #D5D5D5. Windows color (decimal): -1257539 or 12439532. OLE color: 12439532.
HSL color Cylindrical-coordinate representation of color #ECCFBD: hue angle of 22.98º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCFBD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 189 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.07 |
| HSL | 22.98º | 0.55% | 0.83% | - |
| HSV(B) | 22.98º | 0.2% | 0.93% | - |
| XYZ | 66.09 | 66.13 | 57.43 | - |
| YUV | 213.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 189 | 0 | 0.12 | 0.20 | 0.07 | 22.98 | 0.55 | 0.83 |
| Hex | EC | CF | BD | 0 | C | 14 | 7 | 17 | 37 | 53 |
| Octal | 354 | 317 | 275 | 0 | 14 | 24 | 7 | 27 | 67 | 123 |
| Binary | 11101100 | 11001111 | 10111101 | 0 | 1100 | 10100 | 111 | 10111 | 110111 | 1010011 |
Color Harmonies of #ECCFBD
Complementary color
Monochromatic Colors of #ECCFBD
Black with #ECCFBD
Text Example
Text Example
White with #ECCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFBD; }
p { color: rgb(236,207,189); }
H1.HeaderClassName
{
color: #ECCFBD;
}
.AnyTagClassName
{
color: #ECCFBD;
}
</style>
background-color css
<style>
a { background-color: #ECCFBD; }
a { background-color: rgb(236,207,189); }
div.DivClassName
{
background-color: #ECCFBD;
}
.BgClassName
{
background-color: #ECCFBD;
}
</style>
border-color css
<style>
span { border-color: #ECCFBD; }
span { border-color: rgb(236,207,189); }
td.TdClassName
{
border-color: #ECCFBD;
}
.TagClassName
{
border-color: #ECCFBD;
}
</style>