Shades of Watusi #ECCDB8
Tints of Watusi #ECCDB8
RGB
CMYK
RGB Variations
Color information
#ECCDB8 (or 0xECCDB8) is known color: Watusi. HEX triplet: EC, CD and B8. RGB value is (236,205,184). Sum of RGB (Red+Green+Blue) = 236+205+184=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDB8 is #133247. Grayscale: #D3D3D3. Windows color (decimal): -1258056 or 12111340. OLE color: 12111340.
HSL color Cylindrical-coordinate representation of color #ECCDB8: hue angle of 24.23º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECCDB8 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 184 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.07 |
| HSL | 24.23º | 0.58% | 0.82% | - |
| HSV(B) | 24.23º | 0.22% | 0.93% | - |
| XYZ | 65.08 | 64.96 | 54.46 | - |
| YUV | 211.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 184 | 0 | 0.13 | 0.22 | 0.07 | 24.23 | 0.58 | 0.82 |
| Hex | EC | CD | B8 | 0 | D | 16 | 7 | 18 | 3A | 52 |
| Octal | 354 | 315 | 270 | 0 | 15 | 26 | 7 | 30 | 72 | 122 |
| Binary | 11101100 | 11001101 | 10111000 | 0 | 1101 | 10110 | 111 | 11000 | 111010 | 1010010 |
Color Harmonies of #ECCDB8
Complementary color
Monochromatic Colors of #ECCDB8
Black with #ECCDB8
Text Example
Text Example
White with #ECCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDB8; }
p { color: rgb(236,205,184); }
H1.HeaderClassName
{
color: #ECCDB8;
}
.AnyTagClassName
{
color: #ECCDB8;
}
</style>
background-color css
<style>
a { background-color: #ECCDB8; }
a { background-color: rgb(236,205,184); }
div.DivClassName
{
background-color: #ECCDB8;
}
.BgClassName
{
background-color: #ECCDB8;
}
</style>
border-color css
<style>
span { border-color: #ECCDB8; }
span { border-color: rgb(236,205,184); }
td.TdClassName
{
border-color: #ECCDB8;
}
.TagClassName
{
border-color: #ECCDB8;
}
</style>