Shades of Panache #EDFDDD
Tints of Panache #EDFDDD
RGB
CMYK
RGB Variations
Color information
#EDFDDD (or 0xEDFDDD) is known color: Panache. HEX triplet: ED, FD and DD. RGB value is (237,253,221). Sum of RGB (Red+Green+Blue) = 237+253+221=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDDD is #120222. Grayscale: #F4F4F4. Windows color (decimal): -1180195 or 14548461. OLE color: 14548461.
HSL color Cylindrical-coordinate representation of color #EDFDDD: hue angle of 90º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDFDDD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 221 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 90º | 0.89% | 0.93% | - |
HSV(B) | 90º | 0.13% | 0.99% | - |
XYZ | 83.1 | 93.48 | 82.07 | - |
YUV | 244.57 | 114.7 | 122.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 221 | 0.06 | 0 | 0.13 | 0.01 | 90 | 0.89 | 0.93 |
Hex | ED | FD | DD | 6 | 0 | D | 1 | 5A | 59 | 5D |
Octal | 355 | 375 | 335 | 6 | 0 | 15 | 1 | 132 | 131 | 135 |
Binary | 11101101 | 11111101 | 11011101 | 110 | 0 | 1101 | 1 | 1011010 | 1011001 | 1011101 |
Color Harmonies of #EDFDDD
Complementary color
Monochromatic Colors of #EDFDDD
Black with #EDFDDD
Text Example
Text Example
White with #EDFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDDD; }
p { color: rgb(237,253,221); }
H1.HeaderClassName
{
color: #EDFDDD;
}
.AnyTagClassName
{
color: #EDFDDD;
}
</style>
background-color css
<style>
a { background-color: #EDFDDD; }
a { background-color: rgb(237,253,221); }
div.DivClassName
{
background-color: #EDFDDD;
}
.BgClassName
{
background-color: #EDFDDD;
}
</style>
border-color css
<style>
span { border-color: #EDFDDD; }
span { border-color: rgb(237,253,221); }
td.TdClassName
{
border-color: #EDFDDD;
}
.TagClassName
{
border-color: #EDFDDD;
}
</style>