Shades of Panache #EDFFDD
Tints of Panache #EDFFDD
RGB
CMYK
RGB Variations
Color information
#EDFFDD (or 0xEDFFDD) is known color: Panache. HEX triplet: ED, FF and DD. RGB value is (237,255,221). Sum of RGB (Red+Green+Blue) = 237+255+221=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFDD is #120022. Grayscale: #F5F5F5. Windows color (decimal): -1179683 or 14548973. OLE color: 14548973.
HSL color Cylindrical-coordinate representation of color #EDFFDD: hue angle of 91.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDFFDD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 255 | 221 | - |
CMYK | 0.07 | 0 | 0.13 | 0 |
HSL | 91.76º | 1% | 0.93% | - |
HSV(B) | 91.76º | 0.13% | 1% | - |
XYZ | 83.74 | 94.74 | 82.28 | - |
YUV | 245.74 | 114.04 | 121.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 255 | 221 | 0.07 | 0 | 0.13 | 0 | 91.76 | 1 | 0.93 |
Hex | ED | FF | DD | 7 | 0 | D | 0 | 5C | 64 | 5D |
Octal | 355 | 377 | 335 | 7 | 0 | 15 | 0 | 134 | 144 | 135 |
Binary | 11101101 | 11111111 | 11011101 | 111 | 0 | 1101 | 0 | 1011100 | 1100100 | 1011101 |
Color Harmonies of #EDFFDD
Complementary color
Monochromatic Colors of #EDFFDD
Black with #EDFFDD
Text Example
Text Example
White with #EDFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFDD; }
p { color: rgb(237,255,221); }
H1.HeaderClassName
{
color: #EDFFDD;
}
.AnyTagClassName
{
color: #EDFFDD;
}
</style>
background-color css
<style>
a { background-color: #EDFFDD; }
a { background-color: rgb(237,255,221); }
div.DivClassName
{
background-color: #EDFFDD;
}
.BgClassName
{
background-color: #EDFFDD;
}
</style>
border-color css
<style>
span { border-color: #EDFFDD; }
span { border-color: rgb(237,255,221); }
td.TdClassName
{
border-color: #EDFFDD;
}
.TagClassName
{
border-color: #EDFFDD;
}
</style>