Shades of Watusi #EECDBB
Tints of Watusi #EECDBB
RGB
CMYK
RGB Variations
Color information
#EECDBB (or 0xEECDBB) is known color: Watusi. HEX triplet: EE, CD and BB. RGB value is (238,205,187). Sum of RGB (Red+Green+Blue) = 238+205+187=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDBB is #113244. Grayscale: #D4D4D4. Windows color (decimal): -1126981 or 12307950. OLE color: 12307950.
HSL color Cylindrical-coordinate representation of color #EECDBB: hue angle of 21.18º degrees, saturation: 0.6, 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 #EECDBB is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 187 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.07 |
| HSL | 21.18º | 0.6% | 0.83% | - |
| HSV(B) | 21.18º | 0.21% | 0.93% | - |
| XYZ | 66.06 | 65.43 | 56.16 | - |
| YUV | 212.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 187 | 0 | 0.14 | 0.21 | 0.07 | 21.18 | 0.6 | 0.83 |
| Hex | EE | CD | BB | 0 | E | 15 | 7 | 15 | 3C | 53 |
| Octal | 356 | 315 | 273 | 0 | 16 | 25 | 7 | 25 | 74 | 123 |
| Binary | 11101110 | 11001101 | 10111011 | 0 | 1110 | 10101 | 111 | 10101 | 111100 | 1010011 |
Color Harmonies of #EECDBB
Complementary color
Monochromatic Colors of #EECDBB
Black with #EECDBB
Text Example
Text Example
White with #EECDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDBB; }
p { color: rgb(238,205,187); }
H1.HeaderClassName
{
color: #EECDBB;
}
.AnyTagClassName
{
color: #EECDBB;
}
</style>
background-color css
<style>
a { background-color: #EECDBB; }
a { background-color: rgb(238,205,187); }
div.DivClassName
{
background-color: #EECDBB;
}
.BgClassName
{
background-color: #EECDBB;
}
</style>
border-color css
<style>
span { border-color: #EECDBB; }
span { border-color: rgb(238,205,187); }
td.TdClassName
{
border-color: #EECDBB;
}
.TagClassName
{
border-color: #EECDBB;
}
</style>