Shades of Solitaire #EEDCC4
Tints of Solitaire #EEDCC4
RGB
CMYK
RGB Variations
Color information
#EEDCC4 (or 0xEEDCC4) is known color: Solitaire. HEX triplet: EE, DC and C4. RGB value is (238,220,196). Sum of RGB (Red+Green+Blue) = 238+220+196=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC4 is #11233B. Grayscale: #DEDEDE. Windows color (decimal): -1123132 or 12901614. OLE color: 12901614.
HSL color Cylindrical-coordinate representation of color #EEDCC4: hue angle of 34.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEDCC4 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 196 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.07 |
| HSL | 34.29º | 0.55% | 0.85% | - |
| HSV(B) | 34.29º | 0.18% | 0.93% | - |
| XYZ | 70.82 | 73.35 | 62.65 | - |
| YUV | 222.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 196 | 0 | 0.08 | 0.18 | 0.07 | 34.29 | 0.55 | 0.85 |
| Hex | EE | DC | C4 | 0 | 8 | 12 | 7 | 22 | 37 | 55 |
| Octal | 356 | 334 | 304 | 0 | 10 | 22 | 7 | 42 | 67 | 125 |
| Binary | 11101110 | 11011100 | 11000100 | 0 | 1000 | 10010 | 111 | 100010 | 110111 | 1010101 |
Color Harmonies of #EEDCC4
Complementary color
Monochromatic Colors of #EEDCC4
Black with #EEDCC4
Text Example
Text Example
White with #EEDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCC4; }
p { color: rgb(238,220,196); }
H1.HeaderClassName
{
color: #EEDCC4;
}
.AnyTagClassName
{
color: #EEDCC4;
}
</style>
background-color css
<style>
a { background-color: #EEDCC4; }
a { background-color: rgb(238,220,196); }
div.DivClassName
{
background-color: #EEDCC4;
}
.BgClassName
{
background-color: #EEDCC4;
}
</style>
border-color css
<style>
span { border-color: #EEDCC4; }
span { border-color: rgb(238,220,196); }
td.TdClassName
{
border-color: #EEDCC4;
}
.TagClassName
{
border-color: #EEDCC4;
}
</style>