Shades of Watusi #ECCDBF
Tints of Watusi #ECCDBF
RGB
CMYK
RGB Variations
Color information
#ECCDBF (or 0xECCDBF) is known color: Watusi. HEX triplet: EC, CD and BF. RGB value is (236,205,191). Sum of RGB (Red+Green+Blue) = 236+205+191=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDBF is #133240. Grayscale: #D4D4D4. Windows color (decimal): -1258049 or 12570092. OLE color: 12570092.
HSL color Cylindrical-coordinate representation of color #ECCDBF: hue angle of 18.67º 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 #ECCDBF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 191 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 18.67º | 0.54% | 0.84% | - |
| HSV(B) | 18.67º | 0.19% | 0.93% | - |
| XYZ | 65.83 | 65.26 | 58.42 | - |
| YUV | 212.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 191 | 0 | 0.13 | 0.19 | 0.07 | 18.67 | 0.54 | 0.84 |
| Hex | EC | CD | BF | 0 | D | 13 | 7 | 13 | 36 | 54 |
| Octal | 354 | 315 | 277 | 0 | 15 | 23 | 7 | 23 | 66 | 124 |
| Binary | 11101100 | 11001101 | 10111111 | 0 | 1101 | 10011 | 111 | 10011 | 110110 | 1010100 |
Color Harmonies of #ECCDBF
Complementary color
Monochromatic Colors of #ECCDBF
Black with #ECCDBF
Text Example
Text Example
White with #ECCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDBF; }
p { color: rgb(236,205,191); }
H1.HeaderClassName
{
color: #ECCDBF;
}
.AnyTagClassName
{
color: #ECCDBF;
}
</style>
background-color css
<style>
a { background-color: #ECCDBF; }
a { background-color: rgb(236,205,191); }
div.DivClassName
{
background-color: #ECCDBF;
}
.BgClassName
{
background-color: #ECCDBF;
}
</style>
border-color css
<style>
span { border-color: #ECCDBF; }
span { border-color: rgb(236,205,191); }
td.TdClassName
{
border-color: #ECCDBF;
}
.TagClassName
{
border-color: #ECCDBF;
}
</style>