Shades of Fantasy #EDE2DA
Tints of Fantasy #EDE2DA
RGB
CMYK
RGB Variations
Color information
#EDE2DA (or 0xEDE2DA) is known color: Fantasy. HEX triplet: ED, E2 and DA. RGB value is (237,226,218). Sum of RGB (Red+Green+Blue) = 237+226+218=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2DA is #121D25. Grayscale: #E4E4E4. Windows color (decimal): -1187110 or 14344941. OLE color: 14344941.
HSL color Cylindrical-coordinate representation of color #EDE2DA: hue angle of 25.26º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE2DA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 218 | - |
CMYK | 0 | 0.05 | 0.08 | 0.07 |
HSL | 25.26º | 0.35% | 0.89% | - |
HSV(B) | 25.26º | 0.08% | 0.93% | - |
XYZ | 74.78 | 77.46 | 77.34 | - |
YUV | 228.38 | 122.14 | 134.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 218 | 0 | 0.05 | 0.08 | 0.07 | 25.26 | 0.35 | 0.89 |
Hex | ED | E2 | DA | 0 | 5 | 8 | 7 | 19 | 23 | 59 |
Octal | 355 | 342 | 332 | 0 | 5 | 10 | 7 | 31 | 43 | 131 |
Binary | 11101101 | 11100010 | 11011010 | 0 | 101 | 1000 | 111 | 11001 | 100011 | 1011001 |
Color Harmonies of #EDE2DA
Complementary color
Monochromatic Colors of #EDE2DA
Black with #EDE2DA
Text Example
Text Example
White with #EDE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2DA; }
p { color: rgb(237,226,218); }
H1.HeaderClassName
{
color: #EDE2DA;
}
.AnyTagClassName
{
color: #EDE2DA;
}
</style>
background-color css
<style>
a { background-color: #EDE2DA; }
a { background-color: rgb(237,226,218); }
div.DivClassName
{
background-color: #EDE2DA;
}
.BgClassName
{
background-color: #EDE2DA;
}
</style>
border-color css
<style>
span { border-color: #EDE2DA; }
span { border-color: rgb(237,226,218); }
td.TdClassName
{
border-color: #EDE2DA;
}
.TagClassName
{
border-color: #EDE2DA;
}
</style>