Shades of Solitaire #EFDDC4
Tints of Solitaire #EFDDC4
RGB
CMYK
RGB Variations
Color information
#EFDDC4 (or 0xEFDDC4) is known color: Solitaire. HEX triplet: EF, DD and C4. RGB value is (239,221,196). Sum of RGB (Red+Green+Blue) = 239+221+196=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC4 is #10223B. Grayscale: #DFDFDF. Windows color (decimal): -1057340 or 12901871. OLE color: 12901871.
HSL color Cylindrical-coordinate representation of color #EFDDC4: hue angle of 34.88º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFDDC4 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 196 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.06 |
| HSL | 34.88º | 0.57% | 0.85% | - |
| HSV(B) | 34.88º | 0.18% | 0.94% | - |
| XYZ | 71.42 | 74.05 | 62.75 | - |
| YUV | 223.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 196 | 0 | 0.08 | 0.18 | 0.06 | 34.88 | 0.57 | 0.85 |
| Hex | EF | DD | C4 | 0 | 8 | 12 | 6 | 23 | 39 | 55 |
| Octal | 357 | 335 | 304 | 0 | 10 | 22 | 6 | 43 | 71 | 125 |
| Binary | 11101111 | 11011101 | 11000100 | 0 | 1000 | 10010 | 110 | 100011 | 111001 | 1010101 |
Color Harmonies of #EFDDC4
Complementary color
Monochromatic Colors of #EFDDC4
Black with #EFDDC4
Text Example
Text Example
White with #EFDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDC4; }
p { color: rgb(239,221,196); }
H1.HeaderClassName
{
color: #EFDDC4;
}
.AnyTagClassName
{
color: #EFDDC4;
}
</style>
background-color css
<style>
a { background-color: #EFDDC4; }
a { background-color: rgb(239,221,196); }
div.DivClassName
{
background-color: #EFDDC4;
}
.BgClassName
{
background-color: #EFDDC4;
}
</style>
border-color css
<style>
span { border-color: #EFDDC4; }
span { border-color: rgb(239,221,196); }
td.TdClassName
{
border-color: #EFDDC4;
}
.TagClassName
{
border-color: #EFDDC4;
}
</style>