Shades of Solitaire #EEDEC4
Tints of Solitaire #EEDEC4
RGB
CMYK
RGB Variations
Color information
#EEDEC4 (or 0xEEDEC4) is known color: Solitaire. HEX triplet: EE, DE and C4. RGB value is (238,222,196). Sum of RGB (Red+Green+Blue) = 238+222+196=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC4 is #11213B. Grayscale: #DFDFDF. Windows color (decimal): -1122620 or 12902126. OLE color: 12902126.
HSL color Cylindrical-coordinate representation of color #EEDEC4: hue angle of 37.14º degrees, saturation: 0.55, 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 #EEDEC4 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 196 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.07 |
| HSL | 37.14º | 0.55% | 0.85% | - |
| HSV(B) | 37.14º | 0.18% | 0.93% | - |
| XYZ | 71.34 | 74.41 | 62.83 | - |
| YUV | 223.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 196 | 0 | 0.07 | 0.18 | 0.07 | 37.14 | 0.55 | 0.85 |
| Hex | EE | DE | C4 | 0 | 7 | 12 | 7 | 25 | 37 | 55 |
| Octal | 356 | 336 | 304 | 0 | 7 | 22 | 7 | 45 | 67 | 125 |
| Binary | 11101110 | 11011110 | 11000100 | 0 | 111 | 10010 | 111 | 100101 | 110111 | 1010101 |
Color Harmonies of #EEDEC4
Complementary color
Monochromatic Colors of #EEDEC4
Black with #EEDEC4
Text Example
Text Example
White with #EEDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEC4; }
p { color: rgb(238,222,196); }
H1.HeaderClassName
{
color: #EEDEC4;
}
.AnyTagClassName
{
color: #EEDEC4;
}
</style>
background-color css
<style>
a { background-color: #EEDEC4; }
a { background-color: rgb(238,222,196); }
div.DivClassName
{
background-color: #EEDEC4;
}
.BgClassName
{
background-color: #EEDEC4;
}
</style>
border-color css
<style>
span { border-color: #EEDEC4; }
span { border-color: rgb(238,222,196); }
td.TdClassName
{
border-color: #EEDEC4;
}
.TagClassName
{
border-color: #EEDEC4;
}
</style>