Shades of Panache #EDF3E9
Tints of Panache #EDF3E9
RGB
CMYK
RGB Variations
Color information
#EDF3E9 (or 0xEDF3E9) is known color: Panache. HEX triplet: ED, F3 and E9. RGB value is (237,243,233). Sum of RGB (Red+Green+Blue) = 237+243+233=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3E9 is #120C16. Grayscale: #F0F0F0. Windows color (decimal): -1182743 or 15332333. OLE color: 15332333.
HSL color Cylindrical-coordinate representation of color #EDF3E9: hue angle of 96º degrees, saturation: 0.29, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF3E9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 243 | 233 | - |
CMYK | 0.02 | 0 | 0.04 | 0.05 |
HSL | 96º | 0.29% | 0.93% | - |
HSV(B) | 96º | 0.04% | 0.95% | - |
XYZ | 81.68 | 87.99 | 89.77 | - |
YUV | 240.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 243 | 233 | 0.02 | 0 | 0.04 | 0.05 | 96 | 0.29 | 0.93 |
Hex | ED | F3 | E9 | 2 | 0 | 4 | 5 | 60 | 1D | 5D |
Octal | 355 | 363 | 351 | 2 | 0 | 4 | 5 | 140 | 35 | 135 |
Binary | 11101101 | 11110011 | 11101001 | 10 | 0 | 100 | 101 | 1100000 | 11101 | 1011101 |
Color Harmonies of #EDF3E9
Complementary color
Monochromatic Colors of #EDF3E9
Black with #EDF3E9
Text Example
Text Example
White with #EDF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3E9; }
p { color: rgb(237,243,233); }
H1.HeaderClassName
{
color: #EDF3E9;
}
.AnyTagClassName
{
color: #EDF3E9;
}
</style>
background-color css
<style>
a { background-color: #EDF3E9; }
a { background-color: rgb(237,243,233); }
div.DivClassName
{
background-color: #EDF3E9;
}
.BgClassName
{
background-color: #EDF3E9;
}
</style>
border-color css
<style>
span { border-color: #EDF3E9; }
span { border-color: rgb(237,243,233); }
td.TdClassName
{
border-color: #EDF3E9;
}
.TagClassName
{
border-color: #EDF3E9;
}
</style>