Shades of Watusi #EECEC1
Tints of Watusi #EECEC1
RGB
CMYK
RGB Variations
Color information
#EECEC1 (or 0xEECEC1) is known color: Watusi. HEX triplet: EE, CE and C1. RGB value is (238,206,193). Sum of RGB (Red+Green+Blue) = 238+206+193=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEC1 is #11313E. Grayscale: #D6D6D6. Windows color (decimal): -1126719 or 12701422. OLE color: 12701422.
HSL color Cylindrical-coordinate representation of color #EECEC1: hue angle of 17.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 193 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 17.33º | 0.57% | 0.85% | - |
| HSV(B) | 17.33º | 0.19% | 0.93% | - |
| XYZ | 66.96 | 66.17 | 59.7 | - |
| YUV | 214.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 193 | 0 | 0.13 | 0.19 | 0.07 | 17.33 | 0.57 | 0.85 |
| Hex | EE | CE | C1 | 0 | D | 13 | 7 | 11 | 39 | 55 |
| Octal | 356 | 316 | 301 | 0 | 15 | 23 | 7 | 21 | 71 | 125 |
| Binary | 11101110 | 11001110 | 11000001 | 0 | 1101 | 10011 | 111 | 10001 | 111001 | 1010101 |
Color Harmonies of #EECEC1
Complementary color
Monochromatic Colors of #EECEC1
Black with #EECEC1
Text Example
Text Example
White with #EECEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEC1; }
p { color: rgb(238,206,193); }
H1.HeaderClassName
{
color: #EECEC1;
}
.AnyTagClassName
{
color: #EECEC1;
}
</style>
background-color css
<style>
a { background-color: #EECEC1; }
a { background-color: rgb(238,206,193); }
div.DivClassName
{
background-color: #EECEC1;
}
.BgClassName
{
background-color: #EECEC1;
}
</style>
border-color css
<style>
span { border-color: #EECEC1; }
span { border-color: rgb(238,206,193); }
td.TdClassName
{
border-color: #EECEC1;
}
.TagClassName
{
border-color: #EECEC1;
}
</style>