Shades of Panache #EDFEDD
Tints of Panache #EDFEDD
RGB
CMYK
RGB Variations
Color information
#EDFEDD (or 0xEDFEDD) is known color: Panache. HEX triplet: ED, FE and DD. RGB value is (237,254,221). Sum of RGB (Red+Green+Blue) = 237+254+221=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEDD is #120122. Grayscale: #F5F5F5. Windows color (decimal): -1179939 or 14548717. OLE color: 14548717.
HSL color Cylindrical-coordinate representation of color #EDFEDD: hue angle of 90.91º 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 #EDFEDD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 221 | - |
CMYK | 0.07 | 0 | 0.13 | 0.00 |
HSL | 90.91º | 0.94% | 0.93% | - |
HSV(B) | 90.91º | 0.13% | 1% | - |
XYZ | 83.42 | 94.11 | 82.17 | - |
YUV | 245.16 | 114.37 | 122.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 221 | 0.07 | 0 | 0.13 | 0.00 | 90.91 | 0.94 | 0.93 |
Hex | ED | FE | DD | 7 | 0 | D | 0 | 5B | 5E | 5D |
Octal | 355 | 376 | 335 | 7 | 0 | 15 | 0 | 133 | 136 | 135 |
Binary | 11101101 | 11111110 | 11011101 | 111 | 0 | 1101 | 0 | 1011011 | 1011110 | 1011101 |
Color Harmonies of #EDFEDD
Complementary color
Monochromatic Colors of #EDFEDD
Black with #EDFEDD
Text Example
Text Example
White with #EDFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEDD; }
p { color: rgb(237,254,221); }
H1.HeaderClassName
{
color: #EDFEDD;
}
.AnyTagClassName
{
color: #EDFEDD;
}
</style>
background-color css
<style>
a { background-color: #EDFEDD; }
a { background-color: rgb(237,254,221); }
div.DivClassName
{
background-color: #EDFEDD;
}
.BgClassName
{
background-color: #EDFEDD;
}
</style>
border-color css
<style>
span { border-color: #EDFEDD; }
span { border-color: rgb(237,254,221); }
td.TdClassName
{
border-color: #EDFEDD;
}
.TagClassName
{
border-color: #EDFEDD;
}
</style>