Shades of Solitaire #EEDFC5
Tints of Solitaire #EEDFC5
RGB
CMYK
RGB Variations
Color information
#EEDFC5 (or 0xEEDFC5) is known color: Solitaire. HEX triplet: EE, DF and C5. RGB value is (238,223,197). Sum of RGB (Red+Green+Blue) = 238+223+197=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFC5 is #11203A. Grayscale: #E0E0E0. Windows color (decimal): -1122363 or 12967918. OLE color: 12967918.
HSL color Cylindrical-coordinate representation of color #EEDFC5: hue angle of 38.05º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEDFC5 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 197 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.07 |
| HSL | 38.05º | 0.55% | 0.85% | - |
| HSV(B) | 38.05º | 0.17% | 0.93% | - |
| XYZ | 71.73 | 74.98 | 63.52 | - |
| YUV | 224.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 197 | 0 | 0.06 | 0.17 | 0.07 | 38.05 | 0.55 | 0.85 |
| Hex | EE | DF | C5 | 0 | 6 | 11 | 7 | 26 | 37 | 55 |
| Octal | 356 | 337 | 305 | 0 | 6 | 21 | 7 | 46 | 67 | 125 |
| Binary | 11101110 | 11011111 | 11000101 | 0 | 110 | 10001 | 111 | 100110 | 110111 | 1010101 |
Color Harmonies of #EEDFC5
Complementary color
Monochromatic Colors of #EEDFC5
Black with #EEDFC5
Text Example
Text Example
White with #EEDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFC5; }
p { color: rgb(238,223,197); }
H1.HeaderClassName
{
color: #EEDFC5;
}
.AnyTagClassName
{
color: #EEDFC5;
}
</style>
background-color css
<style>
a { background-color: #EEDFC5; }
a { background-color: rgb(238,223,197); }
div.DivClassName
{
background-color: #EEDFC5;
}
.BgClassName
{
background-color: #EEDFC5;
}
</style>
border-color css
<style>
span { border-color: #EEDFC5; }
span { border-color: rgb(238,223,197); }
td.TdClassName
{
border-color: #EEDFC5;
}
.TagClassName
{
border-color: #EEDFC5;
}
</style>