Shades of Solitaire #EFDBC1
Tints of Solitaire #EFDBC1
RGB
CMYK
RGB Variations
Color information
#EFDBC1 (or 0xEFDBC1) is known color: Solitaire. HEX triplet: EF, DB and C1. RGB value is (239,219,193). Sum of RGB (Red+Green+Blue) = 239+219+193=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC1 is #10243E. Grayscale: #DEDEDE. Windows color (decimal): -1057855 or 12704751. OLE color: 12704751.
HSL color Cylindrical-coordinate representation of color #EFDBC1: hue angle of 33.91º 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 #EFDBC1 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 193 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.06 |
| HSL | 33.91º | 0.59% | 0.85% | - |
| HSV(B) | 33.91º | 0.19% | 0.94% | - |
| XYZ | 70.55 | 72.86 | 60.8 | - |
| YUV | 222.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 193 | 0 | 0.08 | 0.19 | 0.06 | 33.91 | 0.59 | 0.85 |
| Hex | EF | DB | C1 | 0 | 8 | 13 | 6 | 22 | 3B | 55 |
| Octal | 357 | 333 | 301 | 0 | 10 | 23 | 6 | 42 | 73 | 125 |
| Binary | 11101111 | 11011011 | 11000001 | 0 | 1000 | 10011 | 110 | 100010 | 111011 | 1010101 |
Color Harmonies of #EFDBC1
Complementary color
Monochromatic Colors of #EFDBC1
Black with #EFDBC1
Text Example
Text Example
White with #EFDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBC1; }
p { color: rgb(239,219,193); }
H1.HeaderClassName
{
color: #EFDBC1;
}
.AnyTagClassName
{
color: #EFDBC1;
}
</style>
background-color css
<style>
a { background-color: #EFDBC1; }
a { background-color: rgb(239,219,193); }
div.DivClassName
{
background-color: #EFDBC1;
}
.BgClassName
{
background-color: #EFDBC1;
}
</style>
border-color css
<style>
span { border-color: #EFDBC1; }
span { border-color: rgb(239,219,193); }
td.TdClassName
{
border-color: #EFDBC1;
}
.TagClassName
{
border-color: #EFDBC1;
}
</style>