Shades of Panache #EAFBDA
Tints of Panache #EAFBDA
RGB
CMYK
RGB Variations
Color information
#EAFBDA (or 0xEAFBDA) is known color: Panache. HEX triplet: EA, FB and DA. RGB value is (234,251,218). Sum of RGB (Red+Green+Blue) = 234+251+218=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBDA is #150425. Grayscale: #F2F2F2. Windows color (decimal): -1377318 or 14351338. OLE color: 14351338.
HSL color Cylindrical-coordinate representation of color #EAFBDA: hue angle of 90.91º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAFBDA is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 251 | 218 | - |
CMYK | 0.07 | 0 | 0.13 | 0.02 |
HSL | 90.91º | 0.8% | 0.92% | - |
HSV(B) | 90.91º | 0.13% | 0.98% | - |
XYZ | 81.08 | 91.55 | 79.73 | - |
YUV | 242.16 | 114.37 | 122.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 251 | 218 | 0.07 | 0 | 0.13 | 0.02 | 90.91 | 0.8 | 0.92 |
Hex | EA | FB | DA | 7 | 0 | D | 2 | 5B | 50 | 5C |
Octal | 352 | 373 | 332 | 7 | 0 | 15 | 2 | 133 | 120 | 134 |
Binary | 11101010 | 11111011 | 11011010 | 111 | 0 | 1101 | 10 | 1011011 | 1010000 | 1011100 |
Color Harmonies of #EAFBDA
Complementary color
Monochromatic Colors of #EAFBDA
Black with #EAFBDA
Text Example
Text Example
White with #EAFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBDA; }
p { color: rgb(234,251,218); }
H1.HeaderClassName
{
color: #EAFBDA;
}
.AnyTagClassName
{
color: #EAFBDA;
}
</style>
background-color css
<style>
a { background-color: #EAFBDA; }
a { background-color: rgb(234,251,218); }
div.DivClassName
{
background-color: #EAFBDA;
}
.BgClassName
{
background-color: #EAFBDA;
}
</style>
border-color css
<style>
span { border-color: #EAFBDA; }
span { border-color: rgb(234,251,218); }
td.TdClassName
{
border-color: #EAFBDA;
}
.TagClassName
{
border-color: #EAFBDA;
}
</style>