Shades of Panache #EDFFE2
Tints of Panache #EDFFE2
RGB
CMYK
RGB Variations
Color information
#EDFFE2 (or 0xEDFFE2) is known color: Panache. HEX triplet: ED, FF and E2. RGB value is (237,255,226). Sum of RGB (Red+Green+Blue) = 237+255+226=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFE2 is #12001D. Grayscale: #F6F6F6. Windows color (decimal): -1179678 or 14876653. OLE color: 14876653.
HSL color Cylindrical-coordinate representation of color #EDFFE2: hue angle of 97.24º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDFFE2 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 255 | 226 | - |
CMYK | 0.07 | 0 | 0.11 | 0 |
HSL | 97.24º | 1% | 0.94% | - |
HSV(B) | 97.24º | 0.11% | 1% | - |
XYZ | 84.41 | 95.02 | 85.84 | - |
YUV | 246.31 | 116.54 | 121.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 255 | 226 | 0.07 | 0 | 0.11 | 0 | 97.24 | 1 | 0.94 |
Hex | ED | FF | E2 | 7 | 0 | B | 0 | 61 | 64 | 5E |
Octal | 355 | 377 | 342 | 7 | 0 | 13 | 0 | 141 | 144 | 136 |
Binary | 11101101 | 11111111 | 11100010 | 111 | 0 | 1011 | 0 | 1100001 | 1100100 | 1011110 |
Color Harmonies of #EDFFE2
Complementary color
Monochromatic Colors of #EDFFE2
Black with #EDFFE2
Text Example
Text Example
White with #EDFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFE2; }
p { color: rgb(237,255,226); }
H1.HeaderClassName
{
color: #EDFFE2;
}
.AnyTagClassName
{
color: #EDFFE2;
}
</style>
background-color css
<style>
a { background-color: #EDFFE2; }
a { background-color: rgb(237,255,226); }
div.DivClassName
{
background-color: #EDFFE2;
}
.BgClassName
{
background-color: #EDFFE2;
}
</style>
border-color css
<style>
span { border-color: #EDFFE2; }
span { border-color: rgb(237,255,226); }
td.TdClassName
{
border-color: #EDFFE2;
}
.TagClassName
{
border-color: #EDFFE2;
}
</style>