Shades of Remy #EEDAD7
Tints of Remy #EEDAD7
RGB
CMYK
RGB Variations
Color information
#EEDAD7 (or 0xEEDAD7) is known color: Remy. HEX triplet: EE, DA and D7. RGB value is (238,218,215). Sum of RGB (Red+Green+Blue) = 238+218+215=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD7 is #112528. Grayscale: #DFDFDF. Windows color (decimal): -1123625 or 14146286. OLE color: 14146286.
HSL color Cylindrical-coordinate representation of color #EEDAD7: hue angle of 7.83º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDAD7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 215 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 7.83º | 0.4% | 0.89% | - |
| HSV(B) | 7.83º | 0.1% | 0.93% | - |
| XYZ | 72.6 | 73.23 | 74.6 | - |
| YUV | 223.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 215 | 0 | 0.08 | 0.10 | 0.07 | 7.83 | 0.4 | 0.89 |
| Hex | EE | DA | D7 | 0 | 8 | A | 7 | 8 | 28 | 59 |
| Octal | 356 | 332 | 327 | 0 | 10 | 12 | 7 | 10 | 50 | 131 |
| Binary | 11101110 | 11011010 | 11010111 | 0 | 1000 | 1010 | 111 | 1000 | 101000 | 1011001 |
Color Harmonies of #EEDAD7
Complementary color
Monochromatic Colors of #EEDAD7
Black with #EEDAD7
Text Example
Text Example
White with #EEDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAD7; }
p { color: rgb(238,218,215); }
H1.HeaderClassName
{
color: #EEDAD7;
}
.AnyTagClassName
{
color: #EEDAD7;
}
</style>
background-color css
<style>
a { background-color: #EEDAD7; }
a { background-color: rgb(238,218,215); }
div.DivClassName
{
background-color: #EEDAD7;
}
.BgClassName
{
background-color: #EEDAD7;
}
</style>
border-color css
<style>
span { border-color: #EEDAD7; }
span { border-color: rgb(238,218,215); }
td.TdClassName
{
border-color: #EEDAD7;
}
.TagClassName
{
border-color: #EEDAD7;
}
</style>