Shades of Watusi #ECCBBD
Tints of Watusi #ECCBBD
RGB
CMYK
RGB Variations
Color information
#ECCBBD (or 0xECCBBD) is known color: Watusi. HEX triplet: EC, CB and BD. RGB value is (236,203,189). Sum of RGB (Red+Green+Blue) = 236+203+189=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBBD is #133442. Grayscale: #D3D3D3. Windows color (decimal): -1258563 or 12438508. OLE color: 12438508.
HSL color Cylindrical-coordinate representation of color #ECCBBD: hue angle of 17.87º 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 #ECCBBD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 189 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.07 |
| HSL | 17.87º | 0.55% | 0.83% | - |
| HSV(B) | 17.87º | 0.2% | 0.93% | - |
| XYZ | 65.13 | 64.22 | 57.11 | - |
| YUV | 211.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 189 | 0 | 0.14 | 0.20 | 0.07 | 17.87 | 0.55 | 0.83 |
| Hex | EC | CB | BD | 0 | E | 14 | 7 | 12 | 37 | 53 |
| Octal | 354 | 313 | 275 | 0 | 16 | 24 | 7 | 22 | 67 | 123 |
| Binary | 11101100 | 11001011 | 10111101 | 0 | 1110 | 10100 | 111 | 10010 | 110111 | 1010011 |
Color Harmonies of #ECCBBD
Complementary color
Monochromatic Colors of #ECCBBD
Black with #ECCBBD
Text Example
Text Example
White with #ECCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBBD; }
p { color: rgb(236,203,189); }
H1.HeaderClassName
{
color: #ECCBBD;
}
.AnyTagClassName
{
color: #ECCBBD;
}
</style>
background-color css
<style>
a { background-color: #ECCBBD; }
a { background-color: rgb(236,203,189); }
div.DivClassName
{
background-color: #ECCBBD;
}
.BgClassName
{
background-color: #ECCBBD;
}
</style>
border-color css
<style>
span { border-color: #ECCBBD; }
span { border-color: rgb(236,203,189); }
td.TdClassName
{
border-color: #ECCBBD;
}
.TagClassName
{
border-color: #ECCBBD;
}
</style>