Shades of Solitaire #EFDEC3
Tints of Solitaire #EFDEC3
RGB
CMYK
RGB Variations
Color information
#EFDEC3 (or 0xEFDEC3) is known color: Solitaire. HEX triplet: EF, DE and C3. RGB value is (239,222,195). Sum of RGB (Red+Green+Blue) = 239+222+195=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC3 is #10213C. Grayscale: #E0E0E0. Windows color (decimal): -1057085 or 12836591. OLE color: 12836591.
HSL color Cylindrical-coordinate representation of color #EFDEC3: hue angle of 36.82º degrees, saturation: 0.58, 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 #EFDEC3 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 195 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.06 |
| HSL | 36.82º | 0.58% | 0.85% | - |
| HSV(B) | 36.82º | 0.18% | 0.94% | - |
| XYZ | 71.57 | 74.53 | 62.24 | - |
| YUV | 224.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 195 | 0 | 0.07 | 0.18 | 0.06 | 36.82 | 0.58 | 0.85 |
| Hex | EF | DE | C3 | 0 | 7 | 12 | 6 | 25 | 3A | 55 |
| Octal | 357 | 336 | 303 | 0 | 7 | 22 | 6 | 45 | 72 | 125 |
| Binary | 11101111 | 11011110 | 11000011 | 0 | 111 | 10010 | 110 | 100101 | 111010 | 1010101 |
Color Harmonies of #EFDEC3
Complementary color
Monochromatic Colors of #EFDEC3
Black with #EFDEC3
Text Example
Text Example
White with #EFDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEC3; }
p { color: rgb(239,222,195); }
H1.HeaderClassName
{
color: #EFDEC3;
}
.AnyTagClassName
{
color: #EFDEC3;
}
</style>
background-color css
<style>
a { background-color: #EFDEC3; }
a { background-color: rgb(239,222,195); }
div.DivClassName
{
background-color: #EFDEC3;
}
.BgClassName
{
background-color: #EFDEC3;
}
</style>
border-color css
<style>
span { border-color: #EFDEC3; }
span { border-color: rgb(239,222,195); }
td.TdClassName
{
border-color: #EFDEC3;
}
.TagClassName
{
border-color: #EFDEC3;
}
</style>