Shades of Remy #EEDCD9
Tints of Remy #EEDCD9
RGB
CMYK
RGB Variations
Color information
#EEDCD9 (or 0xEEDCD9) is known color: Remy. HEX triplet: EE, DC and D9. RGB value is (238,220,217). Sum of RGB (Red+Green+Blue) = 238+220+217=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD9 is #112326. Grayscale: #E1E1E1. Windows color (decimal): -1123111 or 14277870. OLE color: 14277870.
HSL color Cylindrical-coordinate representation of color #EEDCD9: hue angle of 8.57º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDCD9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 217 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.07 |
| HSL | 8.57º | 0.38% | 0.89% | - |
| HSV(B) | 8.57º | 0.09% | 0.93% | - |
| XYZ | 73.38 | 74.37 | 76.13 | - |
| YUV | 225.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 217 | 0 | 0.08 | 0.09 | 0.07 | 8.57 | 0.38 | 0.89 |
| Hex | EE | DC | D9 | 0 | 8 | 9 | 7 | 9 | 26 | 59 |
| Octal | 356 | 334 | 331 | 0 | 10 | 11 | 7 | 11 | 46 | 131 |
| Binary | 11101110 | 11011100 | 11011001 | 0 | 1000 | 1001 | 111 | 1001 | 100110 | 1011001 |
Color Harmonies of #EEDCD9
Complementary color
Monochromatic Colors of #EEDCD9
Black with #EEDCD9
Text Example
Text Example
White with #EEDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCD9; }
p { color: rgb(238,220,217); }
H1.HeaderClassName
{
color: #EEDCD9;
}
.AnyTagClassName
{
color: #EEDCD9;
}
</style>
background-color css
<style>
a { background-color: #EEDCD9; }
a { background-color: rgb(238,220,217); }
div.DivClassName
{
background-color: #EEDCD9;
}
.BgClassName
{
background-color: #EEDCD9;
}
</style>
border-color css
<style>
span { border-color: #EEDCD9; }
span { border-color: rgb(238,220,217); }
td.TdClassName
{
border-color: #EEDCD9;
}
.TagClassName
{
border-color: #EEDCD9;
}
</style>