Shades of Solitaire #EDDDC8
Tints of Solitaire #EDDDC8
RGB
CMYK
RGB Variations
Color information
#EDDDC8 (or 0xEDDDC8) is known color: Solitaire. HEX triplet: ED, DD and C8. RGB value is (237,221,200). Sum of RGB (Red+Green+Blue) = 237+221+200=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC8 is #122237. Grayscale: #DFDFDF. Windows color (decimal): -1188408 or 13164013. OLE color: 13164013.
HSL color Cylindrical-coordinate representation of color #EDDDC8: hue angle of 34.05º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDDDC8 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 200 | - |
CMYK | 0 | 0.07 | 0.16 | 0.07 |
HSL | 34.05º | 0.51% | 0.86% | - |
HSV(B) | 34.05º | 0.16% | 0.93% | - |
XYZ | 71.21 | 73.89 | 65.15 | - |
YUV | 223.39 | 114.8 | 137.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 200 | 0 | 0.07 | 0.16 | 0.07 | 34.05 | 0.51 | 0.86 |
Hex | ED | DD | C8 | 0 | 7 | 10 | 7 | 22 | 33 | 56 |
Octal | 355 | 335 | 310 | 0 | 7 | 20 | 7 | 42 | 63 | 126 |
Binary | 11101101 | 11011101 | 11001000 | 0 | 111 | 10000 | 111 | 100010 | 110011 | 1010110 |
Color Harmonies of #EDDDC8
Complementary color
Monochromatic Colors of #EDDDC8
Black with #EDDDC8
Text Example
Text Example
White with #EDDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDC8; }
p { color: rgb(237,221,200); }
H1.HeaderClassName
{
color: #EDDDC8;
}
.AnyTagClassName
{
color: #EDDDC8;
}
</style>
background-color css
<style>
a { background-color: #EDDDC8; }
a { background-color: rgb(237,221,200); }
div.DivClassName
{
background-color: #EDDDC8;
}
.BgClassName
{
background-color: #EDDDC8;
}
</style>
border-color css
<style>
span { border-color: #EDDDC8; }
span { border-color: rgb(237,221,200); }
td.TdClassName
{
border-color: #EDDDC8;
}
.TagClassName
{
border-color: #EDDDC8;
}
</style>