Shades of Panache #EDFEE7
Tints of Panache #EDFEE7
RGB
CMYK
RGB Variations
Color information
#EDFEE7 (or 0xEDFEE7) is known color: Panache. HEX triplet: ED, FE and E7. RGB value is (237,254,231). Sum of RGB (Red+Green+Blue) = 237+254+231=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEE7 is #120118. Grayscale: #F6F6F6. Windows color (decimal): -1179929 or 15204077. OLE color: 15204077.
HSL color Cylindrical-coordinate representation of color #EDFEE7: hue angle of 104.35º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDFEE7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 231 | - |
CMYK | 0.07 | 0 | 0.09 | 0.00 |
HSL | 104.35º | 0.92% | 0.95% | - |
HSV(B) | 104.35º | 0.09% | 1% | - |
XYZ | 84.79 | 94.66 | 89.4 | - |
YUV | 246.3 | 119.37 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 231 | 0.07 | 0 | 0.09 | 0.00 | 104.35 | 0.92 | 0.95 |
Hex | ED | FE | E7 | 7 | 0 | 9 | 0 | 68 | 5C | 5F |
Octal | 355 | 376 | 347 | 7 | 0 | 11 | 0 | 150 | 134 | 137 |
Binary | 11101101 | 11111110 | 11100111 | 111 | 0 | 1001 | 0 | 1101000 | 1011100 | 1011111 |
Color Harmonies of #EDFEE7
Complementary color
Monochromatic Colors of #EDFEE7
Black with #EDFEE7
Text Example
Text Example
White with #EDFEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEE7; }
p { color: rgb(237,254,231); }
H1.HeaderClassName
{
color: #EDFEE7;
}
.AnyTagClassName
{
color: #EDFEE7;
}
</style>
background-color css
<style>
a { background-color: #EDFEE7; }
a { background-color: rgb(237,254,231); }
div.DivClassName
{
background-color: #EDFEE7;
}
.BgClassName
{
background-color: #EDFEE7;
}
</style>
border-color css
<style>
span { border-color: #EDFEE7; }
span { border-color: rgb(237,254,231); }
td.TdClassName
{
border-color: #EDFEE7;
}
.TagClassName
{
border-color: #EDFEE7;
}
</style>