Shades of Watusi #EED1C2
Tints of Watusi #EED1C2
RGB
CMYK
RGB Variations
Color information
#EED1C2 (or 0xEED1C2) is known color: Watusi. HEX triplet: EE, D1 and C2. RGB value is (238,209,194). Sum of RGB (Red+Green+Blue) = 238+209+194=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1C2 is #112E3D. Grayscale: #D8D8D8. Windows color (decimal): -1125950 or 12767726. OLE color: 12767726.
HSL color Cylindrical-coordinate representation of color #EED1C2: hue angle of 20.45º 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 #EED1C2 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 194 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.07 |
| HSL | 20.45º | 0.56% | 0.85% | - |
| HSV(B) | 20.45º | 0.18% | 0.93% | - |
| XYZ | 67.8 | 67.67 | 60.53 | - |
| YUV | 215.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 194 | 0 | 0.12 | 0.18 | 0.07 | 20.45 | 0.56 | 0.85 |
| Hex | EE | D1 | C2 | 0 | C | 12 | 7 | 14 | 38 | 55 |
| Octal | 356 | 321 | 302 | 0 | 14 | 22 | 7 | 24 | 70 | 125 |
| Binary | 11101110 | 11010001 | 11000010 | 0 | 1100 | 10010 | 111 | 10100 | 111000 | 1010101 |
Color Harmonies of #EED1C2
Complementary color
Monochromatic Colors of #EED1C2
Black with #EED1C2
Text Example
Text Example
White with #EED1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1C2; }
p { color: rgb(238,209,194); }
H1.HeaderClassName
{
color: #EED1C2;
}
.AnyTagClassName
{
color: #EED1C2;
}
</style>
background-color css
<style>
a { background-color: #EED1C2; }
a { background-color: rgb(238,209,194); }
div.DivClassName
{
background-color: #EED1C2;
}
.BgClassName
{
background-color: #EED1C2;
}
</style>
border-color css
<style>
span { border-color: #EED1C2; }
span { border-color: rgb(238,209,194); }
td.TdClassName
{
border-color: #EED1C2;
}
.TagClassName
{
border-color: #EED1C2;
}
</style>