Shades of Panache #EDF5E8
Tints of Panache #EDF5E8
RGB
CMYK
RGB Variations
Color information
#EDF5E8 (or 0xEDF5E8) is known color: Panache. HEX triplet: ED, F5 and E8. RGB value is (237,245,232). Sum of RGB (Red+Green+Blue) = 237+245+232=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 245 (96.09% from 255 or 34.31% from 714); Blue value is 232 (91.02% from 255 or 32.49% from 714); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5E8 is #120A17. Grayscale: #F1F1F1. Windows color (decimal): -1182232 or 15267309. OLE color: 15267309.
HSL color Cylindrical-coordinate representation of color #EDF5E8: hue angle of 96.92º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF5E8 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 245 | 232 | - |
CMYK | 0.03 | 0 | 0.05 | 0.04 |
HSL | 96.92º | 0.39% | 0.94% | - |
HSV(B) | 96.92º | 0.05% | 0.96% | - |
XYZ | 82.14 | 89.14 | 89.22 | - |
YUV | 241.13 | 122.85 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 245 | 232 | 0.03 | 0 | 0.05 | 0.04 | 96.92 | 0.39 | 0.94 |
Hex | ED | F5 | E8 | 3 | 0 | 5 | 4 | 61 | 27 | 5E |
Octal | 355 | 365 | 350 | 3 | 0 | 5 | 4 | 141 | 47 | 136 |
Binary | 11101101 | 11110101 | 11101000 | 11 | 0 | 101 | 100 | 1100001 | 100111 | 1011110 |
Color Harmonies of #EDF5E8
Complementary color
Monochromatic Colors of #EDF5E8
Black with #EDF5E8
Text Example
Text Example
White with #EDF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5E8; }
p { color: rgb(237,245,232); }
H1.HeaderClassName
{
color: #EDF5E8;
}
.AnyTagClassName
{
color: #EDF5E8;
}
</style>
background-color css
<style>
a { background-color: #EDF5E8; }
a { background-color: rgb(237,245,232); }
div.DivClassName
{
background-color: #EDF5E8;
}
.BgClassName
{
background-color: #EDF5E8;
}
</style>
border-color css
<style>
span { border-color: #EDF5E8; }
span { border-color: rgb(237,245,232); }
td.TdClassName
{
border-color: #EDF5E8;
}
.TagClassName
{
border-color: #EDF5E8;
}
</style>