Shades of Solitaire #EFDEC5
Tints of Solitaire #EFDEC5
RGB
CMYK
RGB Variations
Color information
#EFDEC5 (or 0xEFDEC5) is known color: Solitaire. HEX triplet: EF, DE and C5. RGB value is (239,222,197). Sum of RGB (Red+Green+Blue) = 239+222+197=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC5 is #10213A. Grayscale: #E0E0E0. Windows color (decimal): -1057083 or 12967663. OLE color: 12967663.
HSL color Cylindrical-coordinate representation of color #EFDEC5: hue angle of 35.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFDEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 197 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.06 |
| HSL | 35.71º | 0.57% | 0.85% | - |
| HSV(B) | 35.71º | 0.18% | 0.94% | - |
| XYZ | 71.8 | 74.62 | 63.44 | - |
| YUV | 224.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 197 | 0 | 0.07 | 0.18 | 0.06 | 35.71 | 0.57 | 0.85 |
| Hex | EF | DE | C5 | 0 | 7 | 12 | 6 | 24 | 39 | 55 |
| Octal | 357 | 336 | 305 | 0 | 7 | 22 | 6 | 44 | 71 | 125 |
| Binary | 11101111 | 11011110 | 11000101 | 0 | 111 | 10010 | 110 | 100100 | 111001 | 1010101 |
Color Harmonies of #EFDEC5
Complementary color
Monochromatic Colors of #EFDEC5
Black with #EFDEC5
Text Example
Text Example
White with #EFDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEC5; }
p { color: rgb(239,222,197); }
H1.HeaderClassName
{
color: #EFDEC5;
}
.AnyTagClassName
{
color: #EFDEC5;
}
</style>
background-color css
<style>
a { background-color: #EFDEC5; }
a { background-color: rgb(239,222,197); }
div.DivClassName
{
background-color: #EFDEC5;
}
.BgClassName
{
background-color: #EFDEC5;
}
</style>
border-color css
<style>
span { border-color: #EFDEC5; }
span { border-color: rgb(239,222,197); }
td.TdClassName
{
border-color: #EFDEC5;
}
.TagClassName
{
border-color: #EFDEC5;
}
</style>