Shades of Fantasy #EDE3DC
Tints of Fantasy #EDE3DC
RGB
CMYK
RGB Variations
Color information
#EDE3DC (or 0xEDE3DC) is known color: Fantasy. HEX triplet: ED, E3 and DC. RGB value is (237,227,220). Sum of RGB (Red+Green+Blue) = 237+227+220=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DC is #121C23. Grayscale: #E5E5E5. Windows color (decimal): -1186852 or 14476269. OLE color: 14476269.
HSL color Cylindrical-coordinate representation of color #EDE3DC: hue angle of 24.71º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE3DC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 220 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.07 |
| HSL | 24.71º | 0.32% | 0.9% | - |
| HSV(B) | 24.71º | 0.07% | 0.93% | - |
| XYZ | 75.31 | 78.11 | 78.82 | - |
| YUV | 229.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 220 | 0 | 0.04 | 0.07 | 0.07 | 24.71 | 0.32 | 0.9 |
| Hex | ED | E3 | DC | 0 | 4 | 7 | 7 | 19 | 20 | 5A |
| Octal | 355 | 343 | 334 | 0 | 4 | 7 | 7 | 31 | 40 | 132 |
| Binary | 11101101 | 11100011 | 11011100 | 0 | 100 | 111 | 111 | 11001 | 100000 | 1011010 |
Color Harmonies of #EDE3DC
Complementary color
Monochromatic Colors of #EDE3DC
Black with #EDE3DC
Text Example
Text Example
White with #EDE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3DC; }
p { color: rgb(237,227,220); }
H1.HeaderClassName
{
color: #EDE3DC;
}
.AnyTagClassName
{
color: #EDE3DC;
}
</style>
background-color css
<style>
a { background-color: #EDE3DC; }
a { background-color: rgb(237,227,220); }
div.DivClassName
{
background-color: #EDE3DC;
}
.BgClassName
{
background-color: #EDE3DC;
}
</style>
border-color css
<style>
span { border-color: #EDE3DC; }
span { border-color: rgb(237,227,220); }
td.TdClassName
{
border-color: #EDE3DC;
}
.TagClassName
{
border-color: #EDE3DC;
}
</style>