Shades of Solitaire #EFDCC1
Tints of Solitaire #EFDCC1
RGB
CMYK
RGB Variations
Color information
#EFDCC1 (or 0xEFDCC1) is known color: Solitaire. HEX triplet: EF, DC and C1. RGB value is (239,220,193). Sum of RGB (Red+Green+Blue) = 239+220+193=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC1 is #10233E. Grayscale: #DEDEDE. Windows color (decimal): -1057599 or 12705007. OLE color: 12705007.
HSL color Cylindrical-coordinate representation of color #EFDCC1: hue angle of 35.22º 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 #EFDCC1 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 193 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.06 |
| HSL | 35.22º | 0.59% | 0.85% | - |
| HSV(B) | 35.22º | 0.19% | 0.94% | - |
| XYZ | 70.82 | 73.39 | 60.88 | - |
| YUV | 222.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 193 | 0 | 0.08 | 0.19 | 0.06 | 35.22 | 0.59 | 0.85 |
| Hex | EF | DC | C1 | 0 | 8 | 13 | 6 | 23 | 3B | 55 |
| Octal | 357 | 334 | 301 | 0 | 10 | 23 | 6 | 43 | 73 | 125 |
| Binary | 11101111 | 11011100 | 11000001 | 0 | 1000 | 10011 | 110 | 100011 | 111011 | 1010101 |
Color Harmonies of #EFDCC1
Complementary color
Monochromatic Colors of #EFDCC1
Black with #EFDCC1
Text Example
Text Example
White with #EFDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCC1; }
p { color: rgb(239,220,193); }
H1.HeaderClassName
{
color: #EFDCC1;
}
.AnyTagClassName
{
color: #EFDCC1;
}
</style>
background-color css
<style>
a { background-color: #EFDCC1; }
a { background-color: rgb(239,220,193); }
div.DivClassName
{
background-color: #EFDCC1;
}
.BgClassName
{
background-color: #EFDCC1;
}
</style>
border-color css
<style>
span { border-color: #EFDCC1; }
span { border-color: rgb(239,220,193); }
td.TdClassName
{
border-color: #EFDCC1;
}
.TagClassName
{
border-color: #EFDCC1;
}
</style>