Shades of Panache #EAFBDD
Tints of Panache #EAFBDD
RGB
CMYK
RGB Variations
Color information
#EAFBDD (or 0xEAFBDD) is known color: Panache. HEX triplet: EA, FB and DD. RGB value is (234,251,221). Sum of RGB (Red+Green+Blue) = 234+251+221=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBDD is #150422. Grayscale: #F2F2F2. Windows color (decimal): -1377315 or 14547946. OLE color: 14547946.
HSL color Cylindrical-coordinate representation of color #EAFBDD: hue angle of 94º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAFBDD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 221 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.02 |
| HSL | 94º | 0.79% | 0.93% | - |
| HSV(B) | 94º | 0.12% | 0.98% | - |
| XYZ | 81.48 | 91.71 | 81.81 | - |
| YUV | 242.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 221 | 0.07 | 0 | 0.12 | 0.02 | 94 | 0.79 | 0.93 |
| Hex | EA | FB | DD | 7 | 0 | C | 2 | 5E | 4F | 5D |
| Octal | 352 | 373 | 335 | 7 | 0 | 14 | 2 | 136 | 117 | 135 |
| Binary | 11101010 | 11111011 | 11011101 | 111 | 0 | 1100 | 10 | 1011110 | 1001111 | 1011101 |
Color Harmonies of #EAFBDD
Complementary color
Monochromatic Colors of #EAFBDD
Black with #EAFBDD
Text Example
Text Example
White with #EAFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBDD; }
p { color: rgb(234,251,221); }
H1.HeaderClassName
{
color: #EAFBDD;
}
.AnyTagClassName
{
color: #EAFBDD;
}
</style>
background-color css
<style>
a { background-color: #EAFBDD; }
a { background-color: rgb(234,251,221); }
div.DivClassName
{
background-color: #EAFBDD;
}
.BgClassName
{
background-color: #EAFBDD;
}
</style>
border-color css
<style>
span { border-color: #EAFBDD; }
span { border-color: rgb(234,251,221); }
td.TdClassName
{
border-color: #EAFBDD;
}
.TagClassName
{
border-color: #EAFBDD;
}
</style>