Shades of Solitaire #EFDEC1
Tints of Solitaire #EFDEC1
RGB
CMYK
RGB Variations
Color information
#EFDEC1 (or 0xEFDEC1) is known color: Solitaire. HEX triplet: EF, DE and C1. RGB value is (239,222,193). Sum of RGB (Red+Green+Blue) = 239+222+193=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC1 is #10213E. Grayscale: #DFDFDF. Windows color (decimal): -1057087 or 12705519. OLE color: 12705519.
HSL color Cylindrical-coordinate representation of color #EFDEC1: hue angle of 37.83º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFDEC1 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 193 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.06 |
| HSL | 37.83º | 0.59% | 0.85% | - |
| HSV(B) | 37.83º | 0.19% | 0.94% | - |
| XYZ | 71.34 | 74.44 | 61.06 | - |
| YUV | 223.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 193 | 0 | 0.07 | 0.19 | 0.06 | 37.83 | 0.59 | 0.85 |
| Hex | EF | DE | C1 | 0 | 7 | 13 | 6 | 26 | 3B | 55 |
| Octal | 357 | 336 | 301 | 0 | 7 | 23 | 6 | 46 | 73 | 125 |
| Binary | 11101111 | 11011110 | 11000001 | 0 | 111 | 10011 | 110 | 100110 | 111011 | 1010101 |
Color Harmonies of #EFDEC1
Complementary color
Monochromatic Colors of #EFDEC1
Black with #EFDEC1
Text Example
Text Example
White with #EFDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEC1; }
p { color: rgb(239,222,193); }
H1.HeaderClassName
{
color: #EFDEC1;
}
.AnyTagClassName
{
color: #EFDEC1;
}
</style>
background-color css
<style>
a { background-color: #EFDEC1; }
a { background-color: rgb(239,222,193); }
div.DivClassName
{
background-color: #EFDEC1;
}
.BgClassName
{
background-color: #EFDEC1;
}
</style>
border-color css
<style>
span { border-color: #EFDEC1; }
span { border-color: rgb(239,222,193); }
td.TdClassName
{
border-color: #EFDEC1;
}
.TagClassName
{
border-color: #EFDEC1;
}
</style>