Shades of Watusi #ECCDBB
Tints of Watusi #ECCDBB
RGB
CMYK
RGB Variations
Color information
#ECCDBB (or 0xECCDBB) is known color: Watusi. HEX triplet: EC, CD and BB. RGB value is (236,205,187). Sum of RGB (Red+Green+Blue) = 236+205+187=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDBB is #133244. Grayscale: #D4D4D4. Windows color (decimal): -1258053 or 12307948. OLE color: 12307948.
HSL color Cylindrical-coordinate representation of color #ECCDBB: hue angle of 22.04º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECCDBB is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 187 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.07 |
| HSL | 22.04º | 0.56% | 0.83% | - |
| HSV(B) | 22.04º | 0.21% | 0.93% | - |
| XYZ | 65.39 | 65.08 | 56.13 | - |
| YUV | 212.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 187 | 0 | 0.13 | 0.21 | 0.07 | 22.04 | 0.56 | 0.83 |
| Hex | EC | CD | BB | 0 | D | 15 | 7 | 16 | 38 | 53 |
| Octal | 354 | 315 | 273 | 0 | 15 | 25 | 7 | 26 | 70 | 123 |
| Binary | 11101100 | 11001101 | 10111011 | 0 | 1101 | 10101 | 111 | 10110 | 111000 | 1010011 |
Color Harmonies of #ECCDBB
Complementary color
Monochromatic Colors of #ECCDBB
Black with #ECCDBB
Text Example
Text Example
White with #ECCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDBB; }
p { color: rgb(236,205,187); }
H1.HeaderClassName
{
color: #ECCDBB;
}
.AnyTagClassName
{
color: #ECCDBB;
}
</style>
background-color css
<style>
a { background-color: #ECCDBB; }
a { background-color: rgb(236,205,187); }
div.DivClassName
{
background-color: #ECCDBB;
}
.BgClassName
{
background-color: #ECCDBB;
}
</style>
border-color css
<style>
span { border-color: #ECCDBB; }
span { border-color: rgb(236,205,187); }
td.TdClassName
{
border-color: #ECCDBB;
}
.TagClassName
{
border-color: #ECCDBB;
}
</style>