Shades of Solitaire #EDDCC4
Tints of Solitaire #EDDCC4
RGB
CMYK
RGB Variations
Color information
#EDDCC4 (or 0xEDDCC4) is known color: Solitaire. HEX triplet: ED, DC and C4. RGB value is (237,220,196). Sum of RGB (Red+Green+Blue) = 237+220+196=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC4 is #12233B. Grayscale: #DEDEDE. Windows color (decimal): -1188668 or 12901613. OLE color: 12901613.
HSL color Cylindrical-coordinate representation of color #EDDCC4: hue angle of 35.12º 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 #EDDCC4 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 220 | 196 | - |
CMYK | 0 | 0.07 | 0.17 | 0.07 |
HSL | 35.12º | 0.53% | 0.85% | - |
HSV(B) | 35.12º | 0.17% | 0.93% | - |
XYZ | 70.48 | 73.18 | 62.63 | - |
YUV | 222.35 | 113.13 | 138.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 196 | 0 | 0.07 | 0.17 | 0.07 | 35.12 | 0.53 | 0.85 |
Hex | ED | DC | C4 | 0 | 7 | 11 | 7 | 23 | 35 | 55 |
Octal | 355 | 334 | 304 | 0 | 7 | 21 | 7 | 43 | 65 | 125 |
Binary | 11101101 | 11011100 | 11000100 | 0 | 111 | 10001 | 111 | 100011 | 110101 | 1010101 |
Color Harmonies of #EDDCC4
Complementary color
Monochromatic Colors of #EDDCC4
Black with #EDDCC4
Text Example
Text Example
White with #EDDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCC4; }
p { color: rgb(237,220,196); }
H1.HeaderClassName
{
color: #EDDCC4;
}
.AnyTagClassName
{
color: #EDDCC4;
}
</style>
background-color css
<style>
a { background-color: #EDDCC4; }
a { background-color: rgb(237,220,196); }
div.DivClassName
{
background-color: #EDDCC4;
}
.BgClassName
{
background-color: #EDDCC4;
}
</style>
border-color css
<style>
span { border-color: #EDDCC4; }
span { border-color: rgb(237,220,196); }
td.TdClassName
{
border-color: #EDDCC4;
}
.TagClassName
{
border-color: #EDDCC4;
}
</style>