Shades of Solitaire #EFDABF
Tints of Solitaire #EFDABF
RGB
CMYK
RGB Variations
Color information
#EFDABF (or 0xEFDABF) is known color: Solitaire. HEX triplet: EF, DA and BF. RGB value is (239,218,191). Sum of RGB (Red+Green+Blue) = 239+218+191=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABF is #102540. Grayscale: #DDDDDD. Windows color (decimal): -1058113 or 12573423. OLE color: 12573423.
HSL color Cylindrical-coordinate representation of color #EFDABF: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDABF is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 191 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.06 |
| HSL | 33.75º | 0.6% | 0.84% | - |
| HSV(B) | 33.75º | 0.2% | 0.94% | - |
| XYZ | 70.07 | 72.26 | 59.54 | - |
| YUV | 221.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 191 | 0 | 0.09 | 0.20 | 0.06 | 33.75 | 0.6 | 0.84 |
| Hex | EF | DA | BF | 0 | 9 | 14 | 6 | 22 | 3C | 54 |
| Octal | 357 | 332 | 277 | 0 | 11 | 24 | 6 | 42 | 74 | 124 |
| Binary | 11101111 | 11011010 | 10111111 | 0 | 1001 | 10100 | 110 | 100010 | 111100 | 1010100 |
Color Harmonies of #EFDABF
Complementary color
Monochromatic Colors of #EFDABF
Black with #EFDABF
Text Example
Text Example
White with #EFDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDABF; }
p { color: rgb(239,218,191); }
H1.HeaderClassName
{
color: #EFDABF;
}
.AnyTagClassName
{
color: #EFDABF;
}
</style>
background-color css
<style>
a { background-color: #EFDABF; }
a { background-color: rgb(239,218,191); }
div.DivClassName
{
background-color: #EFDABF;
}
.BgClassName
{
background-color: #EFDABF;
}
</style>
border-color css
<style>
span { border-color: #EFDABF; }
span { border-color: rgb(239,218,191); }
td.TdClassName
{
border-color: #EFDABF;
}
.TagClassName
{
border-color: #EFDABF;
}
</style>