Shades of Solitaire #EDDDC5
Tints of Solitaire #EDDDC5
RGB
CMYK
RGB Variations
Color information
#EDDDC5 (or 0xEDDDC5) is known color: Solitaire. HEX triplet: ED, DD and C5. RGB value is (237,221,197). Sum of RGB (Red+Green+Blue) = 237+221+197=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC5 is #12223A. Grayscale: #DFDFDF. Windows color (decimal): -1188411 or 12967405. OLE color: 12967405.
HSL color Cylindrical-coordinate representation of color #EDDDC5: hue angle of 36º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDDDC5 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 197 | - |
CMYK | 0 | 0.07 | 0.17 | 0.07 |
HSL | 36º | 0.53% | 0.85% | - |
HSV(B) | 36º | 0.17% | 0.93% | - |
XYZ | 70.86 | 73.75 | 63.32 | - |
YUV | 223.05 | 113.3 | 137.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 197 | 0 | 0.07 | 0.17 | 0.07 | 36 | 0.53 | 0.85 |
Hex | ED | DD | C5 | 0 | 7 | 11 | 7 | 24 | 35 | 55 |
Octal | 355 | 335 | 305 | 0 | 7 | 21 | 7 | 44 | 65 | 125 |
Binary | 11101101 | 11011101 | 11000101 | 0 | 111 | 10001 | 111 | 100100 | 110101 | 1010101 |
Color Harmonies of #EDDDC5
Complementary color
Monochromatic Colors of #EDDDC5
Black with #EDDDC5
Text Example
Text Example
White with #EDDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDC5; }
p { color: rgb(237,221,197); }
H1.HeaderClassName
{
color: #EDDDC5;
}
.AnyTagClassName
{
color: #EDDDC5;
}
</style>
background-color css
<style>
a { background-color: #EDDDC5; }
a { background-color: rgb(237,221,197); }
div.DivClassName
{
background-color: #EDDDC5;
}
.BgClassName
{
background-color: #EDDDC5;
}
</style>
border-color css
<style>
span { border-color: #EDDDC5; }
span { border-color: rgb(237,221,197); }
td.TdClassName
{
border-color: #EDDDC5;
}
.TagClassName
{
border-color: #EDDDC5;
}
</style>