Shades of Solitaire #EDDEC4
Tints of Solitaire #EDDEC4
RGB
CMYK
RGB Variations
Color information
#EDDEC4 (or 0xEDDEC4) is known color: Solitaire. HEX triplet: ED, DE and C4. RGB value is (237,222,196). Sum of RGB (Red+Green+Blue) = 237+222+196=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC4 is #12213B. Grayscale: #DFDFDF. Windows color (decimal): -1188156 or 12902125. OLE color: 12902125.
HSL color Cylindrical-coordinate representation of color #EDDEC4: hue angle of 38.05º 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 #EDDEC4 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 196 | - |
CMYK | 0 | 0.06 | 0.17 | 0.07 |
HSL | 38.05º | 0.53% | 0.85% | - |
HSV(B) | 38.05º | 0.17% | 0.93% | - |
XYZ | 71.01 | 74.23 | 62.81 | - |
YUV | 223.52 | 112.47 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 196 | 0 | 0.06 | 0.17 | 0.07 | 38.05 | 0.53 | 0.85 |
Hex | ED | DE | C4 | 0 | 6 | 11 | 7 | 26 | 35 | 55 |
Octal | 355 | 336 | 304 | 0 | 6 | 21 | 7 | 46 | 65 | 125 |
Binary | 11101101 | 11011110 | 11000100 | 0 | 110 | 10001 | 111 | 100110 | 110101 | 1010101 |
Color Harmonies of #EDDEC4
Complementary color
Monochromatic Colors of #EDDEC4
Black with #EDDEC4
Text Example
Text Example
White with #EDDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEC4; }
p { color: rgb(237,222,196); }
H1.HeaderClassName
{
color: #EDDEC4;
}
.AnyTagClassName
{
color: #EDDEC4;
}
</style>
background-color css
<style>
a { background-color: #EDDEC4; }
a { background-color: rgb(237,222,196); }
div.DivClassName
{
background-color: #EDDEC4;
}
.BgClassName
{
background-color: #EDDEC4;
}
</style>
border-color css
<style>
span { border-color: #EDDEC4; }
span { border-color: rgb(237,222,196); }
td.TdClassName
{
border-color: #EDDEC4;
}
.TagClassName
{
border-color: #EDDEC4;
}
</style>