Shades of Solitaire #EBDDC7
Tints of Solitaire #EBDDC7
RGB
CMYK
RGB Variations
Color information
#EBDDC7 (or 0xEBDDC7) is known color: Solitaire. HEX triplet: EB, DD and C7. RGB value is (235,221,199). Sum of RGB (Red+Green+Blue) = 235+221+199=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC7 is #142238. Grayscale: #DEDEDE. Windows color (decimal): -1319481 or 13098475. OLE color: 13098475.
HSL color Cylindrical-coordinate representation of color #EBDDC7: hue angle of 36.67º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBDDC7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 199 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.08 |
| HSL | 36.67º | 0.47% | 0.85% | - |
| HSV(B) | 36.67º | 0.15% | 0.92% | - |
| XYZ | 70.43 | 73.5 | 64.51 | - |
| YUV | 222.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 199 | 0 | 0.06 | 0.15 | 0.08 | 36.67 | 0.47 | 0.85 |
| Hex | EB | DD | C7 | 0 | 6 | F | 8 | 25 | 2F | 55 |
| Octal | 353 | 335 | 307 | 0 | 6 | 17 | 10 | 45 | 57 | 125 |
| Binary | 11101011 | 11011101 | 11000111 | 0 | 110 | 1111 | 1000 | 100101 | 101111 | 1010101 |
Color Harmonies of #EBDDC7
Complementary color
Monochromatic Colors of #EBDDC7
Black with #EBDDC7
Text Example
Text Example
White with #EBDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDC7; }
p { color: rgb(235,221,199); }
H1.HeaderClassName
{
color: #EBDDC7;
}
.AnyTagClassName
{
color: #EBDDC7;
}
</style>
background-color css
<style>
a { background-color: #EBDDC7; }
a { background-color: rgb(235,221,199); }
div.DivClassName
{
background-color: #EBDDC7;
}
.BgClassName
{
background-color: #EBDDC7;
}
</style>
border-color css
<style>
span { border-color: #EBDDC7; }
span { border-color: rgb(235,221,199); }
td.TdClassName
{
border-color: #EBDDC7;
}
.TagClassName
{
border-color: #EBDDC7;
}
</style>