Shades of Panache #EDFDE7
Tints of Panache #EDFDE7
RGB
CMYK
RGB Variations
Color information
#EDFDE7 (or 0xEDFDE7) is known color: Panache. HEX triplet: ED, FD and E7. RGB value is (237,253,231). Sum of RGB (Red+Green+Blue) = 237+253+231=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDE7 is #120218. Grayscale: #F5F5F5. Windows color (decimal): -1180185 or 15203821. OLE color: 15203821.
HSL color Cylindrical-coordinate representation of color #EDFDE7: hue angle of 103.64º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDFDE7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 231 | - |
CMYK | 0.06 | 0 | 0.09 | 0.01 |
HSL | 103.64º | 0.85% | 0.95% | - |
HSV(B) | 103.64º | 0.09% | 0.99% | - |
XYZ | 84.47 | 94.02 | 89.3 | - |
YUV | 245.71 | 119.7 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 231 | 0.06 | 0 | 0.09 | 0.01 | 103.64 | 0.85 | 0.95 |
Hex | ED | FD | E7 | 6 | 0 | 9 | 1 | 68 | 55 | 5F |
Octal | 355 | 375 | 347 | 6 | 0 | 11 | 1 | 150 | 125 | 137 |
Binary | 11101101 | 11111101 | 11100111 | 110 | 0 | 1001 | 1 | 1101000 | 1010101 | 1011111 |
Color Harmonies of #EDFDE7
Complementary color
Monochromatic Colors of #EDFDE7
Black with #EDFDE7
Text Example
Text Example
White with #EDFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDE7; }
p { color: rgb(237,253,231); }
H1.HeaderClassName
{
color: #EDFDE7;
}
.AnyTagClassName
{
color: #EDFDE7;
}
</style>
background-color css
<style>
a { background-color: #EDFDE7; }
a { background-color: rgb(237,253,231); }
div.DivClassName
{
background-color: #EDFDE7;
}
.BgClassName
{
background-color: #EDFDE7;
}
</style>
border-color css
<style>
span { border-color: #EDFDE7; }
span { border-color: rgb(237,253,231); }
td.TdClassName
{
border-color: #EDFDE7;
}
.TagClassName
{
border-color: #EDFDE7;
}
</style>