Shades of Panache #EAFADB
Tints of Panache #EAFADB
RGB
CMYK
RGB Variations
Color information
#EAFADB (or 0xEAFADB) is known color: Panache. HEX triplet: EA, FA and DB. RGB value is (234,250,219). Sum of RGB (Red+Green+Blue) = 234+250+219=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFADB is #150524. Grayscale: #F1F1F1. Windows color (decimal): -1377573 or 14416618. OLE color: 14416618.
HSL color Cylindrical-coordinate representation of color #EAFADB: hue angle of 90.97º degrees, saturation: 0.76, 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 #EAFADB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 250 | 219 | - |
CMYK | 0.06 | 0 | 0.12 | 0.02 |
HSL | 90.97º | 0.76% | 0.92% | - |
HSV(B) | 90.97º | 0.12% | 0.98% | - |
XYZ | 80.9 | 90.98 | 80.31 | - |
YUV | 241.68 | 115.2 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 250 | 219 | 0.06 | 0 | 0.12 | 0.02 | 90.97 | 0.76 | 0.92 |
Hex | EA | FA | DB | 6 | 0 | C | 2 | 5B | 4C | 5C |
Octal | 352 | 372 | 333 | 6 | 0 | 14 | 2 | 133 | 114 | 134 |
Binary | 11101010 | 11111010 | 11011011 | 110 | 0 | 1100 | 10 | 1011011 | 1001100 | 1011100 |
Color Harmonies of #EAFADB
Complementary color
Monochromatic Colors of #EAFADB
Black with #EAFADB
Text Example
Text Example
White with #EAFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFADB; }
p { color: rgb(234,250,219); }
H1.HeaderClassName
{
color: #EAFADB;
}
.AnyTagClassName
{
color: #EAFADB;
}
</style>
background-color css
<style>
a { background-color: #EAFADB; }
a { background-color: rgb(234,250,219); }
div.DivClassName
{
background-color: #EAFADB;
}
.BgClassName
{
background-color: #EAFADB;
}
</style>
border-color css
<style>
span { border-color: #EAFADB; }
span { border-color: rgb(234,250,219); }
td.TdClassName
{
border-color: #EAFADB;
}
.TagClassName
{
border-color: #EAFADB;
}
</style>