Shades of Solitaire #EFDCC2
Tints of Solitaire #EFDCC2
RGB
CMYK
RGB Variations
Color information
#EFDCC2 (or 0xEFDCC2) is known color: Solitaire. HEX triplet: EF, DC and C2. RGB value is (239,220,194). Sum of RGB (Red+Green+Blue) = 239+220+194=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC2 is #10233D. Grayscale: #DEDEDE. Windows color (decimal): -1057598 or 12770543. OLE color: 12770543.
HSL color Cylindrical-coordinate representation of color #EFDCC2: hue angle of 34.67º degrees, saturation: 0.58, 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 #EFDCC2 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 194 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.06 |
| HSL | 34.67º | 0.58% | 0.85% | - |
| HSV(B) | 34.67º | 0.19% | 0.94% | - |
| XYZ | 70.93 | 73.43 | 61.47 | - |
| YUV | 222.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 194 | 0 | 0.08 | 0.19 | 0.06 | 34.67 | 0.58 | 0.85 |
| Hex | EF | DC | C2 | 0 | 8 | 13 | 6 | 23 | 3A | 55 |
| Octal | 357 | 334 | 302 | 0 | 10 | 23 | 6 | 43 | 72 | 125 |
| Binary | 11101111 | 11011100 | 11000010 | 0 | 1000 | 10011 | 110 | 100011 | 111010 | 1010101 |
Color Harmonies of #EFDCC2
Complementary color
Monochromatic Colors of #EFDCC2
Black with #EFDCC2
Text Example
Text Example
White with #EFDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCC2; }
p { color: rgb(239,220,194); }
H1.HeaderClassName
{
color: #EFDCC2;
}
.AnyTagClassName
{
color: #EFDCC2;
}
</style>
background-color css
<style>
a { background-color: #EFDCC2; }
a { background-color: rgb(239,220,194); }
div.DivClassName
{
background-color: #EFDCC2;
}
.BgClassName
{
background-color: #EFDCC2;
}
</style>
border-color css
<style>
span { border-color: #EFDCC2; }
span { border-color: rgb(239,220,194); }
td.TdClassName
{
border-color: #EFDCC2;
}
.TagClassName
{
border-color: #EFDCC2;
}
</style>