Shades of Panache #EAFCDE
Tints of Panache #EAFCDE
RGB
CMYK
RGB Variations
Color information
#EAFCDE (or 0xEAFCDE) is known color: Panache. HEX triplet: EA, FC and DE. RGB value is (234,252,222). Sum of RGB (Red+Green+Blue) = 234+252+222=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCDE is #150321. Grayscale: #F3F3F3. Windows color (decimal): -1377058 or 14613738. OLE color: 14613738.
HSL color Cylindrical-coordinate representation of color #EAFCDE: hue angle of 96º degrees, saturation: 0.83, 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 #EAFCDE is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 222 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.01 |
| HSL | 96º | 0.83% | 0.93% | - |
| HSV(B) | 96º | 0.12% | 0.99% | - |
| XYZ | 81.93 | 92.39 | 82.62 | - |
| YUV | 243.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 222 | 0.07 | 0 | 0.12 | 0.01 | 96 | 0.83 | 0.93 |
| Hex | EA | FC | DE | 7 | 0 | C | 1 | 60 | 53 | 5D |
| Octal | 352 | 374 | 336 | 7 | 0 | 14 | 1 | 140 | 123 | 135 |
| Binary | 11101010 | 11111100 | 11011110 | 111 | 0 | 1100 | 1 | 1100000 | 1010011 | 1011101 |
Color Harmonies of #EAFCDE
Complementary color
Monochromatic Colors of #EAFCDE
Black with #EAFCDE
Text Example
Text Example
White with #EAFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCDE; }
p { color: rgb(234,252,222); }
H1.HeaderClassName
{
color: #EAFCDE;
}
.AnyTagClassName
{
color: #EAFCDE;
}
</style>
background-color css
<style>
a { background-color: #EAFCDE; }
a { background-color: rgb(234,252,222); }
div.DivClassName
{
background-color: #EAFCDE;
}
.BgClassName
{
background-color: #EAFCDE;
}
</style>
border-color css
<style>
span { border-color: #EAFCDE; }
span { border-color: rgb(234,252,222); }
td.TdClassName
{
border-color: #EAFCDE;
}
.TagClassName
{
border-color: #EAFCDE;
}
</style>