Shades of Panache #EDFEE6
Tints of Panache #EDFEE6
RGB
CMYK
RGB Variations
Color information
#EDFEE6 (or 0xEDFEE6) is known color: Panache. HEX triplet: ED, FE and E6. RGB value is (237,254,230). Sum of RGB (Red+Green+Blue) = 237+254+230=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 230 (90.23% from 255 or 31.90% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEE6 is #120119. Grayscale: #F6F6F6. Windows color (decimal): -1179930 or 15138541. OLE color: 15138541.
HSL color Cylindrical-coordinate representation of color #EDFEE6: hue angle of 102.5º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDFEE6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 230 | - |
CMYK | 0.07 | 0 | 0.09 | 0.00 |
HSL | 102.5º | 0.92% | 0.95% | - |
HSV(B) | 102.5º | 0.09% | 1% | - |
XYZ | 84.65 | 94.6 | 88.66 | - |
YUV | 246.18 | 118.87 | 121.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 230 | 0.07 | 0 | 0.09 | 0.00 | 102.5 | 0.92 | 0.95 |
Hex | ED | FE | E6 | 7 | 0 | 9 | 0 | 66 | 5C | 5F |
Octal | 355 | 376 | 346 | 7 | 0 | 11 | 0 | 146 | 134 | 137 |
Binary | 11101101 | 11111110 | 11100110 | 111 | 0 | 1001 | 0 | 1100110 | 1011100 | 1011111 |
Color Harmonies of #EDFEE6
Complementary color
Monochromatic Colors of #EDFEE6
Black with #EDFEE6
Text Example
Text Example
White with #EDFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEE6; }
p { color: rgb(237,254,230); }
H1.HeaderClassName
{
color: #EDFEE6;
}
.AnyTagClassName
{
color: #EDFEE6;
}
</style>
background-color css
<style>
a { background-color: #EDFEE6; }
a { background-color: rgb(237,254,230); }
div.DivClassName
{
background-color: #EDFEE6;
}
.BgClassName
{
background-color: #EDFEE6;
}
</style>
border-color css
<style>
span { border-color: #EDFEE6; }
span { border-color: rgb(237,254,230); }
td.TdClassName
{
border-color: #EDFEE6;
}
.TagClassName
{
border-color: #EDFEE6;
}
</style>