Shades of Solitaire #EDDDC4
Tints of Solitaire #EDDDC4
RGB
CMYK
RGB Variations
Color information
#EDDDC4 (or 0xEDDDC4) is known color: Solitaire. HEX triplet: ED, DD and C4. RGB value is (237,221,196). Sum of RGB (Red+Green+Blue) = 237+221+196=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC4 is #12223B. Grayscale: #DFDFDF. Windows color (decimal): -1188412 or 12901869. OLE color: 12901869.
HSL color Cylindrical-coordinate representation of color #EDDDC4: hue angle of 36.59º 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 #EDDDC4 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 196 | - |
CMYK | 0 | 0.07 | 0.17 | 0.07 |
HSL | 36.59º | 0.53% | 0.85% | - |
HSV(B) | 36.59º | 0.17% | 0.93% | - |
XYZ | 70.75 | 73.7 | 62.72 | - |
YUV | 222.93 | 112.8 | 138.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 196 | 0 | 0.07 | 0.17 | 0.07 | 36.59 | 0.53 | 0.85 |
Hex | ED | DD | C4 | 0 | 7 | 11 | 7 | 25 | 35 | 55 |
Octal | 355 | 335 | 304 | 0 | 7 | 21 | 7 | 45 | 65 | 125 |
Binary | 11101101 | 11011101 | 11000100 | 0 | 111 | 10001 | 111 | 100101 | 110101 | 1010101 |
Color Harmonies of #EDDDC4
Complementary color
Monochromatic Colors of #EDDDC4
Black with #EDDDC4
Text Example
Text Example
White with #EDDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDC4; }
p { color: rgb(237,221,196); }
H1.HeaderClassName
{
color: #EDDDC4;
}
.AnyTagClassName
{
color: #EDDDC4;
}
</style>
background-color css
<style>
a { background-color: #EDDDC4; }
a { background-color: rgb(237,221,196); }
div.DivClassName
{
background-color: #EDDDC4;
}
.BgClassName
{
background-color: #EDDDC4;
}
</style>
border-color css
<style>
span { border-color: #EDDDC4; }
span { border-color: rgb(237,221,196); }
td.TdClassName
{
border-color: #EDDDC4;
}
.TagClassName
{
border-color: #EDDDC4;
}
</style>