Shades of Panache #EAFCDB
Tints of Panache #EAFCDB
RGB
CMYK
RGB Variations
Color information
#EAFCDB (or 0xEAFCDB) is known color: Panache. HEX triplet: EA, FC and DB. RGB value is (234,252,219). Sum of RGB (Red+Green+Blue) = 234+252+219=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCDB is #150324. Grayscale: #F2F2F2. Windows color (decimal): -1377061 or 14417130. OLE color: 14417130.
HSL color Cylindrical-coordinate representation of color #EAFCDB: hue angle of 92.73º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAFCDB is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 252 | 219 | - |
CMYK | 0.07 | 0 | 0.13 | 0.01 |
HSL | 92.73º | 0.85% | 0.92% | - |
HSV(B) | 92.73º | 0.13% | 0.99% | - |
XYZ | 81.53 | 92.23 | 80.52 | - |
YUV | 242.86 | 114.54 | 121.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 252 | 219 | 0.07 | 0 | 0.13 | 0.01 | 92.73 | 0.85 | 0.92 |
Hex | EA | FC | DB | 7 | 0 | D | 1 | 5D | 55 | 5C |
Octal | 352 | 374 | 333 | 7 | 0 | 15 | 1 | 135 | 125 | 134 |
Binary | 11101010 | 11111100 | 11011011 | 111 | 0 | 1101 | 1 | 1011101 | 1010101 | 1011100 |
Color Harmonies of #EAFCDB
Complementary color
Monochromatic Colors of #EAFCDB
Black with #EAFCDB
Text Example
Text Example
White with #EAFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCDB; }
p { color: rgb(234,252,219); }
H1.HeaderClassName
{
color: #EAFCDB;
}
.AnyTagClassName
{
color: #EAFCDB;
}
</style>
background-color css
<style>
a { background-color: #EAFCDB; }
a { background-color: rgb(234,252,219); }
div.DivClassName
{
background-color: #EAFCDB;
}
.BgClassName
{
background-color: #EAFCDB;
}
</style>
border-color css
<style>
span { border-color: #EAFCDB; }
span { border-color: rgb(234,252,219); }
td.TdClassName
{
border-color: #EAFCDB;
}
.TagClassName
{
border-color: #EAFCDB;
}
</style>