Shades of Watusi #EECFC2
Tints of Watusi #EECFC2
RGB
CMYK
RGB Variations
Color information
#EECFC2 (or 0xEECFC2) is known color: Watusi. HEX triplet: EE, CF and C2. RGB value is (238,207,194). Sum of RGB (Red+Green+Blue) = 238+207+194=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFC2 is #11303D. Grayscale: #D6D6D6. Windows color (decimal): -1126462 or 12767214. OLE color: 12767214.
HSL color Cylindrical-coordinate representation of color #EECFC2: hue angle of 17.73º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECFC2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 194 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.07 |
| HSL | 17.73º | 0.56% | 0.85% | - |
| HSV(B) | 17.73º | 0.18% | 0.93% | - |
| XYZ | 67.31 | 66.7 | 60.37 | - |
| YUV | 214.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 194 | 0 | 0.13 | 0.18 | 0.07 | 17.73 | 0.56 | 0.85 |
| Hex | EE | CF | C2 | 0 | D | 12 | 7 | 12 | 38 | 55 |
| Octal | 356 | 317 | 302 | 0 | 15 | 22 | 7 | 22 | 70 | 125 |
| Binary | 11101110 | 11001111 | 11000010 | 0 | 1101 | 10010 | 111 | 10010 | 111000 | 1010101 |
Color Harmonies of #EECFC2
Complementary color
Monochromatic Colors of #EECFC2
Black with #EECFC2
Text Example
Text Example
White with #EECFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFC2; }
p { color: rgb(238,207,194); }
H1.HeaderClassName
{
color: #EECFC2;
}
.AnyTagClassName
{
color: #EECFC2;
}
</style>
background-color css
<style>
a { background-color: #EECFC2; }
a { background-color: rgb(238,207,194); }
div.DivClassName
{
background-color: #EECFC2;
}
.BgClassName
{
background-color: #EECFC2;
}
</style>
border-color css
<style>
span { border-color: #EECFC2; }
span { border-color: rgb(238,207,194); }
td.TdClassName
{
border-color: #EECFC2;
}
.TagClassName
{
border-color: #EECFC2;
}
</style>