Shades of Panache #EAFCDD
Tints of Panache #EAFCDD
RGB
CMYK
RGB Variations
Color information
#EAFCDD (or 0xEAFCDD) is known color: Panache. HEX triplet: EA, FC and DD. RGB value is (234,252,221). Sum of RGB (Red+Green+Blue) = 234+252+221=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCDD is #150322. Grayscale: #F3F3F3. Windows color (decimal): -1377059 or 14548202. OLE color: 14548202.
HSL color Cylindrical-coordinate representation of color #EAFCDD: hue angle of 94.84º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAFCDD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 221 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.01 |
| HSL | 94.84º | 0.84% | 0.93% | - |
| HSV(B) | 94.84º | 0.12% | 0.99% | - |
| XYZ | 81.79 | 92.33 | 81.92 | - |
| YUV | 243.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 221 | 0.07 | 0 | 0.12 | 0.01 | 94.84 | 0.84 | 0.93 |
| Hex | EA | FC | DD | 7 | 0 | C | 1 | 5F | 54 | 5D |
| Octal | 352 | 374 | 335 | 7 | 0 | 14 | 1 | 137 | 124 | 135 |
| Binary | 11101010 | 11111100 | 11011101 | 111 | 0 | 1100 | 1 | 1011111 | 1010100 | 1011101 |
Color Harmonies of #EAFCDD
Complementary color
Monochromatic Colors of #EAFCDD
Black with #EAFCDD
Text Example
Text Example
White with #EAFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCDD; }
p { color: rgb(234,252,221); }
H1.HeaderClassName
{
color: #EAFCDD;
}
.AnyTagClassName
{
color: #EAFCDD;
}
</style>
background-color css
<style>
a { background-color: #EAFCDD; }
a { background-color: rgb(234,252,221); }
div.DivClassName
{
background-color: #EAFCDD;
}
.BgClassName
{
background-color: #EAFCDD;
}
</style>
border-color css
<style>
span { border-color: #EAFCDD; }
span { border-color: rgb(234,252,221); }
td.TdClassName
{
border-color: #EAFCDD;
}
.TagClassName
{
border-color: #EAFCDD;
}
</style>