Shades of Remy #EEE0DC
Tints of Remy #EEE0DC
RGB
CMYK
RGB Variations
Color information
#EEE0DC (or 0xEEE0DC) is known color: Remy. HEX triplet: EE, E0 and DC. RGB value is (238,224,220). Sum of RGB (Red+Green+Blue) = 238+224+220=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0DC is #111F23. Grayscale: #E3E3E3. Windows color (decimal): -1122084 or 14475502. OLE color: 14475502.
HSL color Cylindrical-coordinate representation of color #EEE0DC: hue angle of 13.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE0DC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 220 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.07 |
| HSL | 13.33º | 0.35% | 0.9% | - |
| HSV(B) | 13.33º | 0.08% | 0.93% | - |
| XYZ | 74.83 | 76.66 | 78.56 | - |
| YUV | 227.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 220 | 0 | 0.06 | 0.08 | 0.07 | 13.33 | 0.35 | 0.9 |
| Hex | EE | E0 | DC | 0 | 6 | 8 | 7 | D | 23 | 5A |
| Octal | 356 | 340 | 334 | 0 | 6 | 10 | 7 | 15 | 43 | 132 |
| Binary | 11101110 | 11100000 | 11011100 | 0 | 110 | 1000 | 111 | 1101 | 100011 | 1011010 |
Color Harmonies of #EEE0DC
Complementary color
Monochromatic Colors of #EEE0DC
Black with #EEE0DC
Text Example
Text Example
White with #EEE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0DC; }
p { color: rgb(238,224,220); }
H1.HeaderClassName
{
color: #EEE0DC;
}
.AnyTagClassName
{
color: #EEE0DC;
}
</style>
background-color css
<style>
a { background-color: #EEE0DC; }
a { background-color: rgb(238,224,220); }
div.DivClassName
{
background-color: #EEE0DC;
}
.BgClassName
{
background-color: #EEE0DC;
}
</style>
border-color css
<style>
span { border-color: #EEE0DC; }
span { border-color: rgb(238,224,220); }
td.TdClassName
{
border-color: #EEE0DC;
}
.TagClassName
{
border-color: #EEE0DC;
}
</style>