Shades of Solitaire #EEDDC2
Tints of Solitaire #EEDDC2
RGB
CMYK
RGB Variations
Color information
#EEDDC2 (or 0xEEDDC2) is known color: Solitaire. HEX triplet: EE, DD and C2. RGB value is (238,221,194). Sum of RGB (Red+Green+Blue) = 238+221+194=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC2 is #11223D. Grayscale: #DFDFDF. Windows color (decimal): -1122878 or 12770798. OLE color: 12770798.
HSL color Cylindrical-coordinate representation of color #EEDDC2: hue angle of 36.82º 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 #EEDDC2 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 194 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.07 |
| HSL | 36.82º | 0.56% | 0.85% | - |
| HSV(B) | 36.82º | 0.18% | 0.93% | - |
| XYZ | 70.85 | 73.79 | 61.55 | - |
| YUV | 223.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 194 | 0 | 0.07 | 0.18 | 0.07 | 36.82 | 0.56 | 0.85 |
| Hex | EE | DD | C2 | 0 | 7 | 12 | 7 | 25 | 38 | 55 |
| Octal | 356 | 335 | 302 | 0 | 7 | 22 | 7 | 45 | 70 | 125 |
| Binary | 11101110 | 11011101 | 11000010 | 0 | 111 | 10010 | 111 | 100101 | 111000 | 1010101 |
Color Harmonies of #EEDDC2
Complementary color
Monochromatic Colors of #EEDDC2
Black with #EEDDC2
Text Example
Text Example
White with #EEDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDC2; }
p { color: rgb(238,221,194); }
H1.HeaderClassName
{
color: #EEDDC2;
}
.AnyTagClassName
{
color: #EEDDC2;
}
</style>
background-color css
<style>
a { background-color: #EEDDC2; }
a { background-color: rgb(238,221,194); }
div.DivClassName
{
background-color: #EEDDC2;
}
.BgClassName
{
background-color: #EEDDC2;
}
</style>
border-color css
<style>
span { border-color: #EEDDC2; }
span { border-color: rgb(238,221,194); }
td.TdClassName
{
border-color: #EEDDC2;
}
.TagClassName
{
border-color: #EEDDC2;
}
</style>