Shades of Panache #EAFADD
Tints of Panache #EAFADD
RGB
CMYK
RGB Variations
Color information
#EAFADD (or 0xEAFADD) is known color: Panache. HEX triplet: EA, FA and DD. RGB value is (234,250,221). Sum of RGB (Red+Green+Blue) = 234+250+221=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFADD is #150522. Grayscale: #F2F2F2. Windows color (decimal): -1377571 or 14547690. OLE color: 14547690.
HSL color Cylindrical-coordinate representation of color #EAFADD: hue angle of 93.1º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAFADD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 221 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.02 |
| HSL | 93.1º | 0.74% | 0.92% | - |
| HSV(B) | 93.1º | 0.12% | 0.98% | - |
| XYZ | 81.17 | 91.08 | 81.71 | - |
| YUV | 241.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 221 | 0.06 | 0 | 0.12 | 0.02 | 93.1 | 0.74 | 0.92 |
| Hex | EA | FA | DD | 6 | 0 | C | 2 | 5D | 4A | 5C |
| Octal | 352 | 372 | 335 | 6 | 0 | 14 | 2 | 135 | 112 | 134 |
| Binary | 11101010 | 11111010 | 11011101 | 110 | 0 | 1100 | 10 | 1011101 | 1001010 | 1011100 |
Color Harmonies of #EAFADD
Complementary color
Monochromatic Colors of #EAFADD
Black with #EAFADD
Text Example
Text Example
White with #EAFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFADD; }
p { color: rgb(234,250,221); }
H1.HeaderClassName
{
color: #EAFADD;
}
.AnyTagClassName
{
color: #EAFADD;
}
</style>
background-color css
<style>
a { background-color: #EAFADD; }
a { background-color: rgb(234,250,221); }
div.DivClassName
{
background-color: #EAFADD;
}
.BgClassName
{
background-color: #EAFADD;
}
</style>
border-color css
<style>
span { border-color: #EAFADD; }
span { border-color: rgb(234,250,221); }
td.TdClassName
{
border-color: #EAFADD;
}
.TagClassName
{
border-color: #EAFADD;
}
</style>