Shades of Solitaire #EEDEC3
Tints of Solitaire #EEDEC3
RGB
CMYK
RGB Variations
Color information
#EEDEC3 (or 0xEEDEC3) is known color: Solitaire. HEX triplet: EE, DE and C3. RGB value is (238,222,195). Sum of RGB (Red+Green+Blue) = 238+222+195=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 195 (76.56% from 255 or 29.77% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC3 is #11213C. Grayscale: #DFDFDF. Windows color (decimal): -1122621 or 12836590. OLE color: 12836590.
HSL color Cylindrical-coordinate representation of color #EEDEC3: hue angle of 37.67º 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 #EEDEC3 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 195 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.07 |
| HSL | 37.67º | 0.56% | 0.85% | - |
| HSV(B) | 37.67º | 0.18% | 0.93% | - |
| XYZ | 71.23 | 74.36 | 62.23 | - |
| YUV | 223.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 195 | 0 | 0.07 | 0.18 | 0.07 | 37.67 | 0.56 | 0.85 |
| Hex | EE | DE | C3 | 0 | 7 | 12 | 7 | 26 | 38 | 55 |
| Octal | 356 | 336 | 303 | 0 | 7 | 22 | 7 | 46 | 70 | 125 |
| Binary | 11101110 | 11011110 | 11000011 | 0 | 111 | 10010 | 111 | 100110 | 111000 | 1010101 |
Color Harmonies of #EEDEC3
Complementary color
Monochromatic Colors of #EEDEC3
Black with #EEDEC3
Text Example
Text Example
White with #EEDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEC3; }
p { color: rgb(238,222,195); }
H1.HeaderClassName
{
color: #EEDEC3;
}
.AnyTagClassName
{
color: #EEDEC3;
}
</style>
background-color css
<style>
a { background-color: #EEDEC3; }
a { background-color: rgb(238,222,195); }
div.DivClassName
{
background-color: #EEDEC3;
}
.BgClassName
{
background-color: #EEDEC3;
}
</style>
border-color css
<style>
span { border-color: #EEDEC3; }
span { border-color: rgb(238,222,195); }
td.TdClassName
{
border-color: #EEDEC3;
}
.TagClassName
{
border-color: #EEDEC3;
}
</style>