Shades of Watusi #EECBBD
Tints of Watusi #EECBBD
RGB
CMYK
RGB Variations
Color information
#EECBBD (or 0xEECBBD) is known color: Watusi. HEX triplet: EE, CB and BD. RGB value is (238,203,189). Sum of RGB (Red+Green+Blue) = 238+203+189=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBBD is #113442. Grayscale: #D3D3D3. Windows color (decimal): -1127491 or 12438510. OLE color: 12438510.
HSL color Cylindrical-coordinate representation of color #EECBBD: hue angle of 17.14º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EECBBD is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 189 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.07 |
| HSL | 17.14º | 0.59% | 0.84% | - |
| HSV(B) | 17.14º | 0.21% | 0.93% | - |
| XYZ | 65.8 | 64.56 | 57.14 | - |
| YUV | 211.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 189 | 0 | 0.15 | 0.21 | 0.07 | 17.14 | 0.59 | 0.84 |
| Hex | EE | CB | BD | 0 | F | 15 | 7 | 11 | 3B | 54 |
| Octal | 356 | 313 | 275 | 0 | 17 | 25 | 7 | 21 | 73 | 124 |
| Binary | 11101110 | 11001011 | 10111101 | 0 | 1111 | 10101 | 111 | 10001 | 111011 | 1010100 |
Color Harmonies of #EECBBD
Complementary color
Monochromatic Colors of #EECBBD
Black with #EECBBD
Text Example
Text Example
White with #EECBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBBD; }
p { color: rgb(238,203,189); }
H1.HeaderClassName
{
color: #EECBBD;
}
.AnyTagClassName
{
color: #EECBBD;
}
</style>
background-color css
<style>
a { background-color: #EECBBD; }
a { background-color: rgb(238,203,189); }
div.DivClassName
{
background-color: #EECBBD;
}
.BgClassName
{
background-color: #EECBBD;
}
</style>
border-color css
<style>
span { border-color: #EECBBD; }
span { border-color: rgb(238,203,189); }
td.TdClassName
{
border-color: #EECBBD;
}
.TagClassName
{
border-color: #EECBBD;
}
</style>