Shades of Panache #EAF9DB
Tints of Panache #EAF9DB
RGB
CMYK
RGB Variations
Color information
#EAF9DB (or 0xEAF9DB) is known color: Panache. HEX triplet: EA, F9 and DB. RGB value is (234,249,219). Sum of RGB (Red+Green+Blue) = 234+249+219=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 249 (97.66% from 255 or 35.47% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9DB is #150624. Grayscale: #F1F1F1. Windows color (decimal): -1377829 or 14416362. OLE color: 14416362.
HSL color Cylindrical-coordinate representation of color #EAF9DB: hue angle of 90º degrees, saturation: 0.71, 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 #EAF9DB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 249 | 219 | - |
CMYK | 0.06 | 0 | 0.12 | 0.02 |
HSL | 90º | 0.71% | 0.92% | - |
HSV(B) | 90º | 0.12% | 0.98% | - |
XYZ | 80.59 | 90.36 | 80.21 | - |
YUV | 241.1 | 115.53 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 249 | 219 | 0.06 | 0 | 0.12 | 0.02 | 90 | 0.71 | 0.92 |
Hex | EA | F9 | DB | 6 | 0 | C | 2 | 5A | 47 | 5C |
Octal | 352 | 371 | 333 | 6 | 0 | 14 | 2 | 132 | 107 | 134 |
Binary | 11101010 | 11111001 | 11011011 | 110 | 0 | 1100 | 10 | 1011010 | 1000111 | 1011100 |
Color Harmonies of #EAF9DB
Complementary color
Monochromatic Colors of #EAF9DB
Black with #EAF9DB
Text Example
Text Example
White with #EAF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF9DB; }
p { color: rgb(234,249,219); }
H1.HeaderClassName
{
color: #EAF9DB;
}
.AnyTagClassName
{
color: #EAF9DB;
}
</style>
background-color css
<style>
a { background-color: #EAF9DB; }
a { background-color: rgb(234,249,219); }
div.DivClassName
{
background-color: #EAF9DB;
}
.BgClassName
{
background-color: #EAF9DB;
}
</style>
border-color css
<style>
span { border-color: #EAF9DB; }
span { border-color: rgb(234,249,219); }
td.TdClassName
{
border-color: #EAF9DB;
}
.TagClassName
{
border-color: #EAF9DB;
}
</style>