Shades of Panache #EDFEE5
Tints of Panache #EDFEE5
RGB
CMYK
RGB Variations
Color information
#EDFEE5 (or 0xEDFEE5) is known color: Panache. HEX triplet: ED, FE and E5. RGB value is (237,254,229). Sum of RGB (Red+Green+Blue) = 237+254+229=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEE5 is #12011A. Grayscale: #F6F6F6. Windows color (decimal): -1179931 or 15073005. OLE color: 15073005.
HSL color Cylindrical-coordinate representation of color #EDFEE5: hue angle of 100.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDFEE5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 229 | - |
CMYK | 0.07 | 0 | 0.10 | 0.00 |
HSL | 100.8º | 0.93% | 0.95% | - |
HSV(B) | 100.8º | 0.1% | 1% | - |
XYZ | 84.51 | 94.55 | 87.92 | - |
YUV | 246.07 | 118.37 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 229 | 0.07 | 0 | 0.10 | 0.00 | 100.8 | 0.93 | 0.95 |
Hex | ED | FE | E5 | 7 | 0 | A | 0 | 65 | 5D | 5F |
Octal | 355 | 376 | 345 | 7 | 0 | 12 | 0 | 145 | 135 | 137 |
Binary | 11101101 | 11111110 | 11100101 | 111 | 0 | 1010 | 0 | 1100101 | 1011101 | 1011111 |
Color Harmonies of #EDFEE5
Complementary color
Monochromatic Colors of #EDFEE5
Black with #EDFEE5
Text Example
Text Example
White with #EDFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEE5; }
p { color: rgb(237,254,229); }
H1.HeaderClassName
{
color: #EDFEE5;
}
.AnyTagClassName
{
color: #EDFEE5;
}
</style>
background-color css
<style>
a { background-color: #EDFEE5; }
a { background-color: rgb(237,254,229); }
div.DivClassName
{
background-color: #EDFEE5;
}
.BgClassName
{
background-color: #EDFEE5;
}
</style>
border-color css
<style>
span { border-color: #EDFEE5; }
span { border-color: rgb(237,254,229); }
td.TdClassName
{
border-color: #EDFEE5;
}
.TagClassName
{
border-color: #EDFEE5;
}
</style>