Shades of Solitaire #EED8BD
Tints of Solitaire #EED8BD
RGB
CMYK
RGB Variations
Color information
#EED8BD (or 0xEED8BD) is known color: Solitaire. HEX triplet: EE, D8 and BD. RGB value is (238,216,189). Sum of RGB (Red+Green+Blue) = 238+216+189=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BD is #112742. Grayscale: #DBDBDB. Windows color (decimal): -1124163 or 12441838. OLE color: 12441838.
HSL color Cylindrical-coordinate representation of color #EED8BD: hue angle of 33.06º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED8BD is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 189 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.07 |
| HSL | 33.06º | 0.59% | 0.84% | - |
| HSV(B) | 33.06º | 0.21% | 0.93% | - |
| XYZ | 69 | 70.96 | 58.2 | - |
| YUV | 219.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 189 | 0 | 0.09 | 0.21 | 0.07 | 33.06 | 0.59 | 0.84 |
| Hex | EE | D8 | BD | 0 | 9 | 15 | 7 | 21 | 3B | 54 |
| Octal | 356 | 330 | 275 | 0 | 11 | 25 | 7 | 41 | 73 | 124 |
| Binary | 11101110 | 11011000 | 10111101 | 0 | 1001 | 10101 | 111 | 100001 | 111011 | 1010100 |
Color Harmonies of #EED8BD
Complementary color
Monochromatic Colors of #EED8BD
Black with #EED8BD
Text Example
Text Example
White with #EED8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8BD; }
p { color: rgb(238,216,189); }
H1.HeaderClassName
{
color: #EED8BD;
}
.AnyTagClassName
{
color: #EED8BD;
}
</style>
background-color css
<style>
a { background-color: #EED8BD; }
a { background-color: rgb(238,216,189); }
div.DivClassName
{
background-color: #EED8BD;
}
.BgClassName
{
background-color: #EED8BD;
}
</style>
border-color css
<style>
span { border-color: #EED8BD; }
span { border-color: rgb(238,216,189); }
td.TdClassName
{
border-color: #EED8BD;
}
.TagClassName
{
border-color: #EED8BD;
}
</style>