Shades of Watusi #ECCDBC
Tints of Watusi #ECCDBC
RGB
CMYK
RGB Variations
Color information
#ECCDBC (or 0xECCDBC) is known color: Watusi. HEX triplet: EC, CD and BC. RGB value is (236,205,188). Sum of RGB (Red+Green+Blue) = 236+205+188=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDBC is #133243. Grayscale: #D4D4D4. Windows color (decimal): -1258052 or 12373484. OLE color: 12373484.
HSL color Cylindrical-coordinate representation of color #ECCDBC: hue angle of 21.25º degrees, saturation: 0.56, 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 #ECCDBC is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 188 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.07 |
| HSL | 21.25º | 0.56% | 0.83% | - |
| HSV(B) | 21.25º | 0.2% | 0.93% | - |
| XYZ | 65.5 | 65.13 | 56.7 | - |
| YUV | 212.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 188 | 0 | 0.13 | 0.20 | 0.07 | 21.25 | 0.56 | 0.83 |
| Hex | EC | CD | BC | 0 | D | 14 | 7 | 15 | 38 | 53 |
| Octal | 354 | 315 | 274 | 0 | 15 | 24 | 7 | 25 | 70 | 123 |
| Binary | 11101100 | 11001101 | 10111100 | 0 | 1101 | 10100 | 111 | 10101 | 111000 | 1010011 |
Color Harmonies of #ECCDBC
Complementary color
Monochromatic Colors of #ECCDBC
Black with #ECCDBC
Text Example
Text Example
White with #ECCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDBC; }
p { color: rgb(236,205,188); }
H1.HeaderClassName
{
color: #ECCDBC;
}
.AnyTagClassName
{
color: #ECCDBC;
}
</style>
background-color css
<style>
a { background-color: #ECCDBC; }
a { background-color: rgb(236,205,188); }
div.DivClassName
{
background-color: #ECCDBC;
}
.BgClassName
{
background-color: #ECCDBC;
}
</style>
border-color css
<style>
span { border-color: #ECCDBC; }
span { border-color: rgb(236,205,188); }
td.TdClassName
{
border-color: #ECCDBC;
}
.TagClassName
{
border-color: #ECCDBC;
}
</style>