Shades of Panache #EDFEDC
Tints of Panache #EDFEDC
RGB
CMYK
RGB Variations
Color information
#EDFEDC (or 0xEDFEDC) is known color: Panache. HEX triplet: ED, FE and DC. RGB value is (237,254,220). Sum of RGB (Red+Green+Blue) = 237+254+220=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEDC is #120123. Grayscale: #F5F5F5. Windows color (decimal): -1179940 or 14483181. OLE color: 14483181.
HSL color Cylindrical-coordinate representation of color #EDFEDC: hue angle of 90º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDFEDC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 220 | - |
CMYK | 0.07 | 0 | 0.13 | 0.00 |
HSL | 90º | 0.94% | 0.93% | - |
HSV(B) | 90º | 0.13% | 1% | - |
XYZ | 83.29 | 94.06 | 81.48 | - |
YUV | 245.04 | 113.87 | 122.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 220 | 0.07 | 0 | 0.13 | 0.00 | 90 | 0.94 | 0.93 |
Hex | ED | FE | DC | 7 | 0 | D | 0 | 5A | 5E | 5D |
Octal | 355 | 376 | 334 | 7 | 0 | 15 | 0 | 132 | 136 | 135 |
Binary | 11101101 | 11111110 | 11011100 | 111 | 0 | 1101 | 0 | 1011010 | 1011110 | 1011101 |
Color Harmonies of #EDFEDC
Complementary color
Monochromatic Colors of #EDFEDC
Black with #EDFEDC
Text Example
Text Example
White with #EDFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEDC; }
p { color: rgb(237,254,220); }
H1.HeaderClassName
{
color: #EDFEDC;
}
.AnyTagClassName
{
color: #EDFEDC;
}
</style>
background-color css
<style>
a { background-color: #EDFEDC; }
a { background-color: rgb(237,254,220); }
div.DivClassName
{
background-color: #EDFEDC;
}
.BgClassName
{
background-color: #EDFEDC;
}
</style>
border-color css
<style>
span { border-color: #EDFEDC; }
span { border-color: rgb(237,254,220); }
td.TdClassName
{
border-color: #EDFEDC;
}
.TagClassName
{
border-color: #EDFEDC;
}
</style>