Shades of Watusi #EED1C1
Tints of Watusi #EED1C1
RGB
CMYK
RGB Variations
Color information
#EED1C1 (or 0xEED1C1) is known color: Watusi. HEX triplet: EE, D1 and C1. RGB value is (238,209,193). Sum of RGB (Red+Green+Blue) = 238+209+193=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1C1 is #112E3E. Grayscale: #D7D7D7. Windows color (decimal): -1125951 or 12702190. OLE color: 12702190.
HSL color Cylindrical-coordinate representation of color #EED1C1: hue angle of 21.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 #EED1C1 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 193 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.07 |
| HSL | 21.33º | 0.57% | 0.85% | - |
| HSV(B) | 21.33º | 0.19% | 0.93% | - |
| XYZ | 67.69 | 67.63 | 59.94 | - |
| YUV | 215.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 193 | 0 | 0.12 | 0.19 | 0.07 | 21.33 | 0.57 | 0.85 |
| Hex | EE | D1 | C1 | 0 | C | 13 | 7 | 15 | 39 | 55 |
| Octal | 356 | 321 | 301 | 0 | 14 | 23 | 7 | 25 | 71 | 125 |
| Binary | 11101110 | 11010001 | 11000001 | 0 | 1100 | 10011 | 111 | 10101 | 111001 | 1010101 |
Color Harmonies of #EED1C1
Complementary color
Monochromatic Colors of #EED1C1
Black with #EED1C1
Text Example
Text Example
White with #EED1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1C1; }
p { color: rgb(238,209,193); }
H1.HeaderClassName
{
color: #EED1C1;
}
.AnyTagClassName
{
color: #EED1C1;
}
</style>
background-color css
<style>
a { background-color: #EED1C1; }
a { background-color: rgb(238,209,193); }
div.DivClassName
{
background-color: #EED1C1;
}
.BgClassName
{
background-color: #EED1C1;
}
</style>
border-color css
<style>
span { border-color: #EED1C1; }
span { border-color: rgb(238,209,193); }
td.TdClassName
{
border-color: #EED1C1;
}
.TagClassName
{
border-color: #EED1C1;
}
</style>