Shades of Panache #EDFFDA
Tints of Panache #EDFFDA
RGB
CMYK
RGB Variations
Color information
#EDFFDA (or 0xEDFFDA) is known color: Panache. HEX triplet: ED, FF and DA. RGB value is (237,255,218). Sum of RGB (Red+Green+Blue) = 237+255+218=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFDA is #120025. Grayscale: #F5F5F5. Windows color (decimal): -1179686 or 14352365. OLE color: 14352365.
HSL color Cylindrical-coordinate representation of color #EDFFDA: hue angle of 89.19º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDFFDA is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 255 | 218 | - |
CMYK | 0.07 | 0 | 0.15 | 0 |
HSL | 89.19º | 1% | 0.93% | - |
HSV(B) | 89.19º | 0.15% | 1% | - |
XYZ | 83.34 | 94.59 | 80.19 | - |
YUV | 245.4 | 112.54 | 122.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 255 | 218 | 0.07 | 0 | 0.15 | 0 | 89.19 | 1 | 0.93 |
Hex | ED | FF | DA | 7 | 0 | F | 0 | 59 | 64 | 5D |
Octal | 355 | 377 | 332 | 7 | 0 | 17 | 0 | 131 | 144 | 135 |
Binary | 11101101 | 11111111 | 11011010 | 111 | 0 | 1111 | 0 | 1011001 | 1100100 | 1011101 |
Color Harmonies of #EDFFDA
Complementary color
Monochromatic Colors of #EDFFDA
Black with #EDFFDA
Text Example
Text Example
White with #EDFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFDA; }
p { color: rgb(237,255,218); }
H1.HeaderClassName
{
color: #EDFFDA;
}
.AnyTagClassName
{
color: #EDFFDA;
}
</style>
background-color css
<style>
a { background-color: #EDFFDA; }
a { background-color: rgb(237,255,218); }
div.DivClassName
{
background-color: #EDFFDA;
}
.BgClassName
{
background-color: #EDFFDA;
}
</style>
border-color css
<style>
span { border-color: #EDFFDA; }
span { border-color: rgb(237,255,218); }
td.TdClassName
{
border-color: #EDFFDA;
}
.TagClassName
{
border-color: #EDFFDA;
}
</style>