Shades of Panache #EAFFD6
Tints of Panache #EAFFD6
RGB
CMYK
RGB Variations
Color information
#EAFFD6 (or 0xEAFFD6) is known color: Panache. HEX triplet: EA, FF and D6. RGB value is (234,255,214). Sum of RGB (Red+Green+Blue) = 234+255+214=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD6 is #150029. Grayscale: #F4F4F4. Windows color (decimal): -1376298 or 14090218. OLE color: 14090218.
HSL color Cylindrical-coordinate representation of color #EAFFD6: hue angle of 90.73º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAFFD6 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 214 | - |
| CMYK | 0.08 | 0 | 0.16 | 0 |
| HSL | 90.73º | 1% | 0.92% | - |
| HSV(B) | 90.73º | 0.16% | 1% | - |
| XYZ | 81.83 | 93.87 | 77.42 | - |
| YUV | 244.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 214 | 0.08 | 0 | 0.16 | 0 | 90.73 | 1 | 0.92 |
| Hex | EA | FF | D6 | 8 | 0 | 10 | 0 | 5B | 64 | 5C |
| Octal | 352 | 377 | 326 | 10 | 0 | 20 | 0 | 133 | 144 | 134 |
| Binary | 11101010 | 11111111 | 11010110 | 1000 | 0 | 10000 | 0 | 1011011 | 1100100 | 1011100 |
Color Harmonies of #EAFFD6
Complementary color
Monochromatic Colors of #EAFFD6
Black with #EAFFD6
Text Example
Text Example
White with #EAFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFD6; }
p { color: rgb(234,255,214); }
H1.HeaderClassName
{
color: #EAFFD6;
}
.AnyTagClassName
{
color: #EAFFD6;
}
</style>
background-color css
<style>
a { background-color: #EAFFD6; }
a { background-color: rgb(234,255,214); }
div.DivClassName
{
background-color: #EAFFD6;
}
.BgClassName
{
background-color: #EAFFD6;
}
</style>
border-color css
<style>
span { border-color: #EAFFD6; }
span { border-color: rgb(234,255,214); }
td.TdClassName
{
border-color: #EAFFD6;
}
.TagClassName
{
border-color: #EAFFD6;
}
</style>