Shades of Solitaire #EDDBC0
Tints of Solitaire #EDDBC0
RGB
CMYK
RGB Variations
Color information
#EDDBC0 (or 0xEDDBC0) is known color: Solitaire. HEX triplet: ED, DB and C0. RGB value is (237,219,192). Sum of RGB (Red+Green+Blue) = 237+219+192=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBC0 is #12243F. Grayscale: #DDDDDD. Windows color (decimal): -1188928 or 12639213. OLE color: 12639213.
HSL color Cylindrical-coordinate representation of color #EDDBC0: hue angle of 36º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDDBC0 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 192 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.07 |
| HSL | 36º | 0.56% | 0.84% | - |
| HSV(B) | 36º | 0.19% | 0.93% | - |
| XYZ | 69.77 | 72.47 | 60.18 | - |
| YUV | 221.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 192 | 0 | 0.08 | 0.19 | 0.07 | 36 | 0.56 | 0.84 |
| Hex | ED | DB | C0 | 0 | 8 | 13 | 7 | 24 | 38 | 54 |
| Octal | 355 | 333 | 300 | 0 | 10 | 23 | 7 | 44 | 70 | 124 |
| Binary | 11101101 | 11011011 | 11000000 | 0 | 1000 | 10011 | 111 | 100100 | 111000 | 1010100 |
Color Harmonies of #EDDBC0
Complementary color
Monochromatic Colors of #EDDBC0
Black with #EDDBC0
Text Example
Text Example
White with #EDDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBC0; }
p { color: rgb(237,219,192); }
H1.HeaderClassName
{
color: #EDDBC0;
}
.AnyTagClassName
{
color: #EDDBC0;
}
</style>
background-color css
<style>
a { background-color: #EDDBC0; }
a { background-color: rgb(237,219,192); }
div.DivClassName
{
background-color: #EDDBC0;
}
.BgClassName
{
background-color: #EDDBC0;
}
</style>
border-color css
<style>
span { border-color: #EDDBC0; }
span { border-color: rgb(237,219,192); }
td.TdClassName
{
border-color: #EDDBC0;
}
.TagClassName
{
border-color: #EDDBC0;
}
</style>