Shades of Fantasy #EEE5DF
Tints of Fantasy #EEE5DF
RGB
CMYK
RGB Variations
Color information
#EEE5DF (or 0xEEE5DF) is known color: Fantasy. HEX triplet: EE, E5 and DF. RGB value is (238,229,223). Sum of RGB (Red+Green+Blue) = 238+229+223=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5DF is #111A20. Grayscale: #E7E7E7. Windows color (decimal): -1120801 or 14673390. OLE color: 14673390.
HSL color Cylindrical-coordinate representation of color #EEE5DF: hue angle of 24º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE5DF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 223 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.07 |
| HSL | 24º | 0.31% | 0.9% | - |
| HSV(B) | 24º | 0.06% | 0.93% | - |
| XYZ | 76.6 | 79.54 | 81.13 | - |
| YUV | 231.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 223 | 0 | 0.04 | 0.06 | 0.07 | 24 | 0.31 | 0.9 |
| Hex | EE | E5 | DF | 0 | 4 | 6 | 7 | 18 | 1F | 5A |
| Octal | 356 | 345 | 337 | 0 | 4 | 6 | 7 | 30 | 37 | 132 |
| Binary | 11101110 | 11100101 | 11011111 | 0 | 100 | 110 | 111 | 11000 | 11111 | 1011010 |
Color Harmonies of #EEE5DF
Complementary color
Monochromatic Colors of #EEE5DF
Black with #EEE5DF
Text Example
Text Example
White with #EEE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5DF; }
p { color: rgb(238,229,223); }
H1.HeaderClassName
{
color: #EEE5DF;
}
.AnyTagClassName
{
color: #EEE5DF;
}
</style>
background-color css
<style>
a { background-color: #EEE5DF; }
a { background-color: rgb(238,229,223); }
div.DivClassName
{
background-color: #EEE5DF;
}
.BgClassName
{
background-color: #EEE5DF;
}
</style>
border-color css
<style>
span { border-color: #EEE5DF; }
span { border-color: rgb(238,229,223); }
td.TdClassName
{
border-color: #EEE5DF;
}
.TagClassName
{
border-color: #EEE5DF;
}
</style>