Shades of Panache #EAFFDE
Tints of Panache #EAFFDE
RGB
CMYK
RGB Variations
Color information
#EAFFDE (or 0xEAFFDE) is known color: Panache. HEX triplet: EA, FF and DE. RGB value is (234,255,222). Sum of RGB (Red+Green+Blue) = 234+255+222=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFDE is #150021. Grayscale: #F5F5F5. Windows color (decimal): -1376290 or 14614506. OLE color: 14614506.
HSL color Cylindrical-coordinate representation of color #EAFFDE: hue angle of 98.18º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAFFDE is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 222 | - |
| CMYK | 0.08 | 0 | 0.13 | 0 |
| HSL | 98.18º | 1% | 0.94% | - |
| HSV(B) | 98.18º | 0.13% | 1% | - |
| XYZ | 82.88 | 94.29 | 82.94 | - |
| YUV | 244.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 222 | 0.08 | 0 | 0.13 | 0 | 98.18 | 1 | 0.94 |
| Hex | EA | FF | DE | 8 | 0 | D | 0 | 62 | 64 | 5E |
| Octal | 352 | 377 | 336 | 10 | 0 | 15 | 0 | 142 | 144 | 136 |
| Binary | 11101010 | 11111111 | 11011110 | 1000 | 0 | 1101 | 0 | 1100010 | 1100100 | 1011110 |
Color Harmonies of #EAFFDE
Complementary color
Monochromatic Colors of #EAFFDE
Black with #EAFFDE
Text Example
Text Example
White with #EAFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFDE; }
p { color: rgb(234,255,222); }
H1.HeaderClassName
{
color: #EAFFDE;
}
.AnyTagClassName
{
color: #EAFFDE;
}
</style>
background-color css
<style>
a { background-color: #EAFFDE; }
a { background-color: rgb(234,255,222); }
div.DivClassName
{
background-color: #EAFFDE;
}
.BgClassName
{
background-color: #EAFFDE;
}
</style>
border-color css
<style>
span { border-color: #EAFFDE; }
span { border-color: rgb(234,255,222); }
td.TdClassName
{
border-color: #EAFFDE;
}
.TagClassName
{
border-color: #EAFFDE;
}
</style>