Shades of Fantasy #EDE5DF
Tints of Fantasy #EDE5DF
RGB
CMYK
RGB Variations
Color information
#EDE5DF (or 0xEDE5DF) is known color: Fantasy. HEX triplet: ED, E5 and DF. RGB value is (237,229,223). Sum of RGB (Red+Green+Blue) = 237+229+223=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5DF is #121A20. Grayscale: #E6E6E6. Windows color (decimal): -1186337 or 14673389. OLE color: 14673389.
HSL color Cylindrical-coordinate representation of color #EDE5DF: hue angle of 25.71º degrees, saturation: 0.28, 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 #EDE5DF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 229 | 223 | - |
CMYK | 0 | 0.03 | 0.06 | 0.07 |
HSL | 25.71º | 0.28% | 0.9% | - |
HSV(B) | 25.71º | 0.06% | 0.93% | - |
XYZ | 76.26 | 79.37 | 81.11 | - |
YUV | 230.71 | 123.65 | 132.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 223 | 0 | 0.03 | 0.06 | 0.07 | 25.71 | 0.28 | 0.9 |
Hex | ED | E5 | DF | 0 | 3 | 6 | 7 | 1A | 1C | 5A |
Octal | 355 | 345 | 337 | 0 | 3 | 6 | 7 | 32 | 34 | 132 |
Binary | 11101101 | 11100101 | 11011111 | 0 | 11 | 110 | 111 | 11010 | 11100 | 1011010 |
Color Harmonies of #EDE5DF
Complementary color
Monochromatic Colors of #EDE5DF
Black with #EDE5DF
Text Example
Text Example
White with #EDE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5DF; }
p { color: rgb(237,229,223); }
H1.HeaderClassName
{
color: #EDE5DF;
}
.AnyTagClassName
{
color: #EDE5DF;
}
</style>
background-color css
<style>
a { background-color: #EDE5DF; }
a { background-color: rgb(237,229,223); }
div.DivClassName
{
background-color: #EDE5DF;
}
.BgClassName
{
background-color: #EDE5DF;
}
</style>
border-color css
<style>
span { border-color: #EDE5DF; }
span { border-color: rgb(237,229,223); }
td.TdClassName
{
border-color: #EDE5DF;
}
.TagClassName
{
border-color: #EDE5DF;
}
</style>