Shades of Solitaire #EFDBBD
Tints of Solitaire #EFDBBD
RGB
CMYK
RGB Variations
Color information
#EFDBBD (or 0xEFDBBD) is known color: Solitaire. HEX triplet: EF, DB and BD. RGB value is (239,219,189). Sum of RGB (Red+Green+Blue) = 239+219+189=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBBD is #102442. Grayscale: #DDDDDD. Windows color (decimal): -1057859 or 12442607. OLE color: 12442607.
HSL color Cylindrical-coordinate representation of color #EFDBBD: hue angle of 36º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDBBD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 189 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 36º | 0.61% | 0.84% | - |
| HSV(B) | 36º | 0.21% | 0.94% | - |
| XYZ | 70.11 | 72.69 | 58.48 | - |
| YUV | 221.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 189 | 0 | 0.08 | 0.21 | 0.06 | 36 | 0.61 | 0.84 |
| Hex | EF | DB | BD | 0 | 8 | 15 | 6 | 24 | 3D | 54 |
| Octal | 357 | 333 | 275 | 0 | 10 | 25 | 6 | 44 | 75 | 124 |
| Binary | 11101111 | 11011011 | 10111101 | 0 | 1000 | 10101 | 110 | 100100 | 111101 | 1010100 |
Color Harmonies of #EFDBBD
Complementary color
Monochromatic Colors of #EFDBBD
Black with #EFDBBD
Text Example
Text Example
White with #EFDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBBD; }
p { color: rgb(239,219,189); }
H1.HeaderClassName
{
color: #EFDBBD;
}
.AnyTagClassName
{
color: #EFDBBD;
}
</style>
background-color css
<style>
a { background-color: #EFDBBD; }
a { background-color: rgb(239,219,189); }
div.DivClassName
{
background-color: #EFDBBD;
}
.BgClassName
{
background-color: #EFDBBD;
}
</style>
border-color css
<style>
span { border-color: #EFDBBD; }
span { border-color: rgb(239,219,189); }
td.TdClassName
{
border-color: #EFDBBD;
}
.TagClassName
{
border-color: #EFDBBD;
}
</style>