Shades of Watusi #ECD1BF
Tints of Watusi #ECD1BF
RGB
CMYK
RGB Variations
Color information
#ECD1BF (or 0xECD1BF) is known color: Watusi. HEX triplet: EC, D1 and BF. RGB value is (236,209,191). Sum of RGB (Red+Green+Blue) = 236+209+191=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1BF is #132E40. Grayscale: #D7D7D7. Windows color (decimal): -1257025 or 12571116. OLE color: 12571116.
HSL color Cylindrical-coordinate representation of color #ECD1BF: hue angle of 24º 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 #ECD1BF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 191 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.07 |
| HSL | 24º | 0.54% | 0.84% | - |
| HSV(B) | 24º | 0.19% | 0.93% | - |
| XYZ | 66.8 | 67.2 | 58.74 | - |
| YUV | 215.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 191 | 0 | 0.11 | 0.19 | 0.07 | 24 | 0.54 | 0.84 |
| Hex | EC | D1 | BF | 0 | B | 13 | 7 | 18 | 36 | 54 |
| Octal | 354 | 321 | 277 | 0 | 13 | 23 | 7 | 30 | 66 | 124 |
| Binary | 11101100 | 11010001 | 10111111 | 0 | 1011 | 10011 | 111 | 11000 | 110110 | 1010100 |
Color Harmonies of #ECD1BF
Complementary color
Monochromatic Colors of #ECD1BF
Black with #ECD1BF
Text Example
Text Example
White with #ECD1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1BF; }
p { color: rgb(236,209,191); }
H1.HeaderClassName
{
color: #ECD1BF;
}
.AnyTagClassName
{
color: #ECD1BF;
}
</style>
background-color css
<style>
a { background-color: #ECD1BF; }
a { background-color: rgb(236,209,191); }
div.DivClassName
{
background-color: #ECD1BF;
}
.BgClassName
{
background-color: #ECD1BF;
}
</style>
border-color css
<style>
span { border-color: #ECD1BF; }
span { border-color: rgb(236,209,191); }
td.TdClassName
{
border-color: #ECD1BF;
}
.TagClassName
{
border-color: #ECD1BF;
}
</style>