Shades of Solitaire #EEDAC1
Tints of Solitaire #EEDAC1
RGB
CMYK
RGB Variations
Color information
#EEDAC1 (or 0xEEDAC1) is known color: Solitaire. HEX triplet: EE, DA and C1. RGB value is (238,218,193). Sum of RGB (Red+Green+Blue) = 238+218+193=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC1 is #11253E. Grayscale: #DDDDDD. Windows color (decimal): -1123647 or 12704494. OLE color: 12704494.
HSL color Cylindrical-coordinate representation of color #EEDAC1: hue angle of 33.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 #EEDAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 193 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.07 |
| HSL | 33.33º | 0.57% | 0.85% | - |
| HSV(B) | 33.33º | 0.19% | 0.93% | - |
| XYZ | 69.96 | 72.17 | 60.7 | - |
| YUV | 221.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 193 | 0 | 0.08 | 0.19 | 0.07 | 33.33 | 0.57 | 0.85 |
| Hex | EE | DA | C1 | 0 | 8 | 13 | 7 | 21 | 39 | 55 |
| Octal | 356 | 332 | 301 | 0 | 10 | 23 | 7 | 41 | 71 | 125 |
| Binary | 11101110 | 11011010 | 11000001 | 0 | 1000 | 10011 | 111 | 100001 | 111001 | 1010101 |
Color Harmonies of #EEDAC1
Complementary color
Monochromatic Colors of #EEDAC1
Black with #EEDAC1
Text Example
Text Example
White with #EEDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAC1; }
p { color: rgb(238,218,193); }
H1.HeaderClassName
{
color: #EEDAC1;
}
.AnyTagClassName
{
color: #EEDAC1;
}
</style>
background-color css
<style>
a { background-color: #EEDAC1; }
a { background-color: rgb(238,218,193); }
div.DivClassName
{
background-color: #EEDAC1;
}
.BgClassName
{
background-color: #EEDAC1;
}
</style>
border-color css
<style>
span { border-color: #EEDAC1; }
span { border-color: rgb(238,218,193); }
td.TdClassName
{
border-color: #EEDAC1;
}
.TagClassName
{
border-color: #EEDAC1;
}
</style>