Shades of Panache #EDFEDA
Tints of Panache #EDFEDA
RGB
CMYK
RGB Variations
Color information
#EDFEDA (or 0xEDFEDA) is known color: Panache. HEX triplet: ED, FE and DA. RGB value is (237,254,218). Sum of RGB (Red+Green+Blue) = 237+254+218=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEDA is #120125. Grayscale: #F4F4F4. Windows color (decimal): -1179942 or 14352109. OLE color: 14352109.
HSL color Cylindrical-coordinate representation of color #EDFEDA: hue angle of 88.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDFEDA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 218 | - |
CMYK | 0.07 | 0 | 0.14 | 0.00 |
HSL | 88.33º | 0.95% | 0.93% | - |
HSV(B) | 88.33º | 0.14% | 1% | - |
XYZ | 83.02 | 93.95 | 80.09 | - |
YUV | 244.81 | 112.87 | 122.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 218 | 0.07 | 0 | 0.14 | 0.00 | 88.33 | 0.95 | 0.93 |
Hex | ED | FE | DA | 7 | 0 | E | 0 | 58 | 5F | 5D |
Octal | 355 | 376 | 332 | 7 | 0 | 16 | 0 | 130 | 137 | 135 |
Binary | 11101101 | 11111110 | 11011010 | 111 | 0 | 1110 | 0 | 1011000 | 1011111 | 1011101 |
Color Harmonies of #EDFEDA
Complementary color
Monochromatic Colors of #EDFEDA
Black with #EDFEDA
Text Example
Text Example
White with #EDFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEDA; }
p { color: rgb(237,254,218); }
H1.HeaderClassName
{
color: #EDFEDA;
}
.AnyTagClassName
{
color: #EDFEDA;
}
</style>
background-color css
<style>
a { background-color: #EDFEDA; }
a { background-color: rgb(237,254,218); }
div.DivClassName
{
background-color: #EDFEDA;
}
.BgClassName
{
background-color: #EDFEDA;
}
</style>
border-color css
<style>
span { border-color: #EDFEDA; }
span { border-color: rgb(237,254,218); }
td.TdClassName
{
border-color: #EDFEDA;
}
.TagClassName
{
border-color: #EDFEDA;
}
</style>