Shades of Solitaire #EFDDC0
Tints of Solitaire #EFDDC0
RGB
CMYK
RGB Variations
Color information
#EFDDC0 (or 0xEFDDC0) is known color: Solitaire. HEX triplet: EF, DD and C0. RGB value is (239,221,192). Sum of RGB (Red+Green+Blue) = 239+221+192=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC0 is #10223F. Grayscale: #DFDFDF. Windows color (decimal): -1057344 or 12639727. OLE color: 12639727.
HSL color Cylindrical-coordinate representation of color #EFDDC0: hue angle of 37.02º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDDC0 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 192 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.06 |
| HSL | 37.02º | 0.59% | 0.85% | - |
| HSV(B) | 37.02º | 0.2% | 0.94% | - |
| XYZ | 70.97 | 73.87 | 60.39 | - |
| YUV | 223.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 192 | 0 | 0.08 | 0.20 | 0.06 | 37.02 | 0.59 | 0.85 |
| Hex | EF | DD | C0 | 0 | 8 | 14 | 6 | 25 | 3B | 55 |
| Octal | 357 | 335 | 300 | 0 | 10 | 24 | 6 | 45 | 73 | 125 |
| Binary | 11101111 | 11011101 | 11000000 | 0 | 1000 | 10100 | 110 | 100101 | 111011 | 1010101 |
Color Harmonies of #EFDDC0
Complementary color
Monochromatic Colors of #EFDDC0
Black with #EFDDC0
Text Example
Text Example
White with #EFDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDC0; }
p { color: rgb(239,221,192); }
H1.HeaderClassName
{
color: #EFDDC0;
}
.AnyTagClassName
{
color: #EFDDC0;
}
</style>
background-color css
<style>
a { background-color: #EFDDC0; }
a { background-color: rgb(239,221,192); }
div.DivClassName
{
background-color: #EFDDC0;
}
.BgClassName
{
background-color: #EFDDC0;
}
</style>
border-color css
<style>
span { border-color: #EFDDC0; }
span { border-color: rgb(239,221,192); }
td.TdClassName
{
border-color: #EFDDC0;
}
.TagClassName
{
border-color: #EFDDC0;
}
</style>