Shades of Remy #EEDCD8
Tints of Remy #EEDCD8
RGB
CMYK
RGB Variations
Color information
#EEDCD8 (or 0xEEDCD8) is known color: Remy. HEX triplet: EE, DC and D8. RGB value is (238,220,216). Sum of RGB (Red+Green+Blue) = 238+220+216=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD8 is #112327. Grayscale: #E0E0E0. Windows color (decimal): -1123112 or 14212334. OLE color: 14212334.
HSL color Cylindrical-coordinate representation of color #EEDCD8: hue angle of 10.91º degrees, saturation: 0.39, 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 #EEDCD8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 216 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.07 |
| HSL | 10.91º | 0.39% | 0.89% | - |
| HSV(B) | 10.91º | 0.09% | 0.93% | - |
| XYZ | 73.25 | 74.32 | 75.45 | - |
| YUV | 224.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 216 | 0 | 0.08 | 0.09 | 0.07 | 10.91 | 0.39 | 0.89 |
| Hex | EE | DC | D8 | 0 | 8 | 9 | 7 | B | 27 | 59 |
| Octal | 356 | 334 | 330 | 0 | 10 | 11 | 7 | 13 | 47 | 131 |
| Binary | 11101110 | 11011100 | 11011000 | 0 | 1000 | 1001 | 111 | 1011 | 100111 | 1011001 |
Color Harmonies of #EEDCD8
Complementary color
Monochromatic Colors of #EEDCD8
Black with #EEDCD8
Text Example
Text Example
White with #EEDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCD8; }
p { color: rgb(238,220,216); }
H1.HeaderClassName
{
color: #EEDCD8;
}
.AnyTagClassName
{
color: #EEDCD8;
}
</style>
background-color css
<style>
a { background-color: #EEDCD8; }
a { background-color: rgb(238,220,216); }
div.DivClassName
{
background-color: #EEDCD8;
}
.BgClassName
{
background-color: #EEDCD8;
}
</style>
border-color css
<style>
span { border-color: #EEDCD8; }
span { border-color: rgb(238,220,216); }
td.TdClassName
{
border-color: #EEDCD8;
}
.TagClassName
{
border-color: #EEDCD8;
}
</style>