Shades of Solitaire #EFDDC1
Tints of Solitaire #EFDDC1
RGB
CMYK
RGB Variations
Color information
#EFDDC1 (or 0xEFDDC1) is known color: Solitaire. HEX triplet: EF, DD and C1. RGB value is (239,221,193). Sum of RGB (Red+Green+Blue) = 239+221+193=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 193 (75.78% from 255 or 29.56% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC1 is #10223E. Grayscale: #DFDFDF. Windows color (decimal): -1057343 or 12705263. OLE color: 12705263.
HSL color Cylindrical-coordinate representation of color #EFDDC1: hue angle of 36.52º 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 #EFDDC1 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 193 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.06 |
| HSL | 36.52º | 0.59% | 0.85% | - |
| HSV(B) | 36.52º | 0.19% | 0.94% | - |
| XYZ | 71.08 | 73.91 | 60.97 | - |
| YUV | 223.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 193 | 0 | 0.08 | 0.19 | 0.06 | 36.52 | 0.59 | 0.85 |
| Hex | EF | DD | C1 | 0 | 8 | 13 | 6 | 25 | 3B | 55 |
| Octal | 357 | 335 | 301 | 0 | 10 | 23 | 6 | 45 | 73 | 125 |
| Binary | 11101111 | 11011101 | 11000001 | 0 | 1000 | 10011 | 110 | 100101 | 111011 | 1010101 |
Color Harmonies of #EFDDC1
Complementary color
Monochromatic Colors of #EFDDC1
Black with #EFDDC1
Text Example
Text Example
White with #EFDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDC1; }
p { color: rgb(239,221,193); }
H1.HeaderClassName
{
color: #EFDDC1;
}
.AnyTagClassName
{
color: #EFDDC1;
}
</style>
background-color css
<style>
a { background-color: #EFDDC1; }
a { background-color: rgb(239,221,193); }
div.DivClassName
{
background-color: #EFDDC1;
}
.BgClassName
{
background-color: #EFDDC1;
}
</style>
border-color css
<style>
span { border-color: #EFDDC1; }
span { border-color: rgb(239,221,193); }
td.TdClassName
{
border-color: #EFDDC1;
}
.TagClassName
{
border-color: #EFDDC1;
}
</style>