Shades of Panache #EDFEDF
Tints of Panache #EDFEDF
RGB
CMYK
RGB Variations
Color information
#EDFEDF (or 0xEDFEDF) is known color: Panache. HEX triplet: ED, FE and DF. RGB value is (237,254,223). Sum of RGB (Red+Green+Blue) = 237+254+223=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEDF is #120120. Grayscale: #F5F5F5. Windows color (decimal): -1179937 or 14679789. OLE color: 14679789.
HSL color Cylindrical-coordinate representation of color #EDFEDF: hue angle of 92.9º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFEDF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 223 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.00 |
| HSL | 92.9º | 0.94% | 0.94% | - |
| HSV(B) | 92.9º | 0.12% | 1% | - |
| XYZ | 83.69 | 94.22 | 83.59 | - |
| YUV | 245.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 223 | 0.07 | 0 | 0.12 | 0.00 | 92.9 | 0.94 | 0.94 |
| Hex | ED | FE | DF | 7 | 0 | C | 0 | 5D | 5E | 5E |
| Octal | 355 | 376 | 337 | 7 | 0 | 14 | 0 | 135 | 136 | 136 |
| Binary | 11101101 | 11111110 | 11011111 | 111 | 0 | 1100 | 0 | 1011101 | 1011110 | 1011110 |
Color Harmonies of #EDFEDF
Complementary color
Monochromatic Colors of #EDFEDF
Black with #EDFEDF
Text Example
Text Example
White with #EDFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEDF; }
p { color: rgb(237,254,223); }
H1.HeaderClassName
{
color: #EDFEDF;
}
.AnyTagClassName
{
color: #EDFEDF;
}
</style>
background-color css
<style>
a { background-color: #EDFEDF; }
a { background-color: rgb(237,254,223); }
div.DivClassName
{
background-color: #EDFEDF;
}
.BgClassName
{
background-color: #EDFEDF;
}
</style>
border-color css
<style>
span { border-color: #EDFEDF; }
span { border-color: rgb(237,254,223); }
td.TdClassName
{
border-color: #EDFEDF;
}
.TagClassName
{
border-color: #EDFEDF;
}
</style>