Shades of Solitaire #EEDDC1
Tints of Solitaire #EEDDC1
RGB
CMYK
RGB Variations
Color information
#EEDDC1 (or 0xEEDDC1) is known color: Solitaire. HEX triplet: EE, DD and C1. RGB value is (238,221,193). Sum of RGB (Red+Green+Blue) = 238+221+193=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC1 is #11223E. Grayscale: #DFDFDF. Windows color (decimal): -1122879 or 12705262. OLE color: 12705262.
HSL color Cylindrical-coordinate representation of color #EEDDC1: hue angle of 37.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 #EEDDC1 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 193 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.07 |
| HSL | 37.33º | 0.57% | 0.85% | - |
| HSV(B) | 37.33º | 0.19% | 0.93% | - |
| XYZ | 70.74 | 73.74 | 60.96 | - |
| YUV | 222.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 193 | 0 | 0.07 | 0.19 | 0.07 | 37.33 | 0.57 | 0.85 |
| Hex | EE | DD | C1 | 0 | 7 | 13 | 7 | 25 | 39 | 55 |
| Octal | 356 | 335 | 301 | 0 | 7 | 23 | 7 | 45 | 71 | 125 |
| Binary | 11101110 | 11011101 | 11000001 | 0 | 111 | 10011 | 111 | 100101 | 111001 | 1010101 |
Color Harmonies of #EEDDC1
Complementary color
Monochromatic Colors of #EEDDC1
Black with #EEDDC1
Text Example
Text Example
White with #EEDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDC1; }
p { color: rgb(238,221,193); }
H1.HeaderClassName
{
color: #EEDDC1;
}
.AnyTagClassName
{
color: #EEDDC1;
}
</style>
background-color css
<style>
a { background-color: #EEDDC1; }
a { background-color: rgb(238,221,193); }
div.DivClassName
{
background-color: #EEDDC1;
}
.BgClassName
{
background-color: #EEDDC1;
}
</style>
border-color css
<style>
span { border-color: #EEDDC1; }
span { border-color: rgb(238,221,193); }
td.TdClassName
{
border-color: #EEDDC1;
}
.TagClassName
{
border-color: #EEDDC1;
}
</style>