Shades of Panache #EAFDE1
Tints of Panache #EAFDE1
RGB
CMYK
RGB Variations
Color information
#EAFDE1 (or 0xEAFDE1) is known color: Panache. HEX triplet: EA, FD and E1. RGB value is (234,253,225). Sum of RGB (Red+Green+Blue) = 234+253+225=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDE1 is #15021E. Grayscale: #F4F4F4. Windows color (decimal): -1376799 or 14810602. OLE color: 14810602.
HSL color Cylindrical-coordinate representation of color #EAFDE1: hue angle of 100.71º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAFDE1 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 225 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.01 |
| HSL | 100.71º | 0.88% | 0.94% | - |
| HSV(B) | 100.71º | 0.11% | 0.99% | - |
| XYZ | 82.65 | 93.18 | 84.86 | - |
| YUV | 244.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 225 | 0.08 | 0 | 0.11 | 0.01 | 100.71 | 0.88 | 0.94 |
| Hex | EA | FD | E1 | 8 | 0 | B | 1 | 65 | 58 | 5E |
| Octal | 352 | 375 | 341 | 10 | 0 | 13 | 1 | 145 | 130 | 136 |
| Binary | 11101010 | 11111101 | 11100001 | 1000 | 0 | 1011 | 1 | 1100101 | 1011000 | 1011110 |
Color Harmonies of #EAFDE1
Complementary color
Monochromatic Colors of #EAFDE1
Black with #EAFDE1
Text Example
Text Example
White with #EAFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDE1; }
p { color: rgb(234,253,225); }
H1.HeaderClassName
{
color: #EAFDE1;
}
.AnyTagClassName
{
color: #EAFDE1;
}
</style>
background-color css
<style>
a { background-color: #EAFDE1; }
a { background-color: rgb(234,253,225); }
div.DivClassName
{
background-color: #EAFDE1;
}
.BgClassName
{
background-color: #EAFDE1;
}
</style>
border-color css
<style>
span { border-color: #EAFDE1; }
span { border-color: rgb(234,253,225); }
td.TdClassName
{
border-color: #EAFDE1;
}
.TagClassName
{
border-color: #EAFDE1;
}
</style>