Shades of Remy #EEDBD8
Tints of Remy #EEDBD8
RGB
CMYK
RGB Variations
Color information
#EEDBD8 (or 0xEEDBD8) is known color: Remy. HEX triplet: EE, DB and D8. RGB value is (238,219,216). Sum of RGB (Red+Green+Blue) = 238+219+216=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD8 is #112427. Grayscale: #E0E0E0. Windows color (decimal): -1123368 or 14212078. OLE color: 14212078.
HSL color Cylindrical-coordinate representation of color #EEDBD8: hue angle of 8.18º 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 #EEDBD8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 216 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.07 |
| HSL | 8.18º | 0.39% | 0.89% | - |
| HSV(B) | 8.18º | 0.09% | 0.93% | - |
| XYZ | 72.99 | 73.8 | 75.36 | - |
| YUV | 224.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 216 | 0 | 0.08 | 0.09 | 0.07 | 8.18 | 0.39 | 0.89 |
| Hex | EE | DB | D8 | 0 | 8 | 9 | 7 | 8 | 27 | 59 |
| Octal | 356 | 333 | 330 | 0 | 10 | 11 | 7 | 10 | 47 | 131 |
| Binary | 11101110 | 11011011 | 11011000 | 0 | 1000 | 1001 | 111 | 1000 | 100111 | 1011001 |
Color Harmonies of #EEDBD8
Complementary color
Monochromatic Colors of #EEDBD8
Black with #EEDBD8
Text Example
Text Example
White with #EEDBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBD8; }
p { color: rgb(238,219,216); }
H1.HeaderClassName
{
color: #EEDBD8;
}
.AnyTagClassName
{
color: #EEDBD8;
}
</style>
background-color css
<style>
a { background-color: #EEDBD8; }
a { background-color: rgb(238,219,216); }
div.DivClassName
{
background-color: #EEDBD8;
}
.BgClassName
{
background-color: #EEDBD8;
}
</style>
border-color css
<style>
span { border-color: #EEDBD8; }
span { border-color: rgb(238,219,216); }
td.TdClassName
{
border-color: #EEDBD8;
}
.TagClassName
{
border-color: #EEDBD8;
}
</style>