Shades of Panache #EDFEDB
Tints of Panache #EDFEDB
RGB
CMYK
RGB Variations
Color information
#EDFEDB (or 0xEDFEDB) is known color: Panache. HEX triplet: ED, FE and DB. RGB value is (237,254,219). Sum of RGB (Red+Green+Blue) = 237+254+219=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEDB is #120124. Grayscale: #F5F5F5. Windows color (decimal): -1179941 or 14417645. OLE color: 14417645.
HSL color Cylindrical-coordinate representation of color #EDFEDB: hue angle of 89.14º 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 #EDFEDB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 219 | - |
CMYK | 0.07 | 0 | 0.14 | 0.00 |
HSL | 89.14º | 0.95% | 0.93% | - |
HSV(B) | 89.14º | 0.14% | 1% | - |
XYZ | 83.15 | 94 | 80.78 | - |
YUV | 244.93 | 113.37 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 219 | 0.07 | 0 | 0.14 | 0.00 | 89.14 | 0.95 | 0.93 |
Hex | ED | FE | DB | 7 | 0 | E | 0 | 59 | 5F | 5D |
Octal | 355 | 376 | 333 | 7 | 0 | 16 | 0 | 131 | 137 | 135 |
Binary | 11101101 | 11111110 | 11011011 | 111 | 0 | 1110 | 0 | 1011001 | 1011111 | 1011101 |
Color Harmonies of #EDFEDB
Complementary color
Monochromatic Colors of #EDFEDB
Black with #EDFEDB
Text Example
Text Example
White with #EDFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEDB; }
p { color: rgb(237,254,219); }
H1.HeaderClassName
{
color: #EDFEDB;
}
.AnyTagClassName
{
color: #EDFEDB;
}
</style>
background-color css
<style>
a { background-color: #EDFEDB; }
a { background-color: rgb(237,254,219); }
div.DivClassName
{
background-color: #EDFEDB;
}
.BgClassName
{
background-color: #EDFEDB;
}
</style>
border-color css
<style>
span { border-color: #EDFEDB; }
span { border-color: rgb(237,254,219); }
td.TdClassName
{
border-color: #EDFEDB;
}
.TagClassName
{
border-color: #EDFEDB;
}
</style>