Shades of Fantasy #EEE4DC
Tints of Fantasy #EEE4DC
RGB
CMYK
RGB Variations
Color information
#EEE4DC (or 0xEEE4DC) is known color: Fantasy. HEX triplet: EE, E4 and DC. RGB value is (238,228,220). Sum of RGB (Red+Green+Blue) = 238+228+220=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4DC is #111B23. Grayscale: #E6E6E6. Windows color (decimal): -1121060 or 14476526. OLE color: 14476526.
HSL color Cylindrical-coordinate representation of color #EEE4DC: hue angle of 26.67º 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 #EEE4DC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 220 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.07 |
| HSL | 26.67º | 0.35% | 0.9% | - |
| HSV(B) | 26.67º | 0.08% | 0.93% | - |
| XYZ | 75.92 | 78.83 | 78.92 | - |
| YUV | 230.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 220 | 0 | 0.04 | 0.08 | 0.07 | 26.67 | 0.35 | 0.9 |
| Hex | EE | E4 | DC | 0 | 4 | 8 | 7 | 1B | 23 | 5A |
| Octal | 356 | 344 | 334 | 0 | 4 | 10 | 7 | 33 | 43 | 132 |
| Binary | 11101110 | 11100100 | 11011100 | 0 | 100 | 1000 | 111 | 11011 | 100011 | 1011010 |
Color Harmonies of #EEE4DC
Complementary color
Monochromatic Colors of #EEE4DC
Black with #EEE4DC
Text Example
Text Example
White with #EEE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4DC; }
p { color: rgb(238,228,220); }
H1.HeaderClassName
{
color: #EEE4DC;
}
.AnyTagClassName
{
color: #EEE4DC;
}
</style>
background-color css
<style>
a { background-color: #EEE4DC; }
a { background-color: rgb(238,228,220); }
div.DivClassName
{
background-color: #EEE4DC;
}
.BgClassName
{
background-color: #EEE4DC;
}
</style>
border-color css
<style>
span { border-color: #EEE4DC; }
span { border-color: rgb(238,228,220); }
td.TdClassName
{
border-color: #EEE4DC;
}
.TagClassName
{
border-color: #EEE4DC;
}
</style>