Shades of Panache #E9FAD7
Tints of Panache #E9FAD7
RGB
CMYK
RGB Variations
Color information
#E9FAD7 (or 0xE9FAD7) is known color: Panache. HEX triplet: E9, FA and D7. RGB value is (233,250,215). Sum of RGB (Red+Green+Blue) = 233+250+215=698 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.38% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 215 (84.38% from 255 or 30.80% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FAD7 is #160528. Grayscale: #F1F1F1. Windows color (decimal): -1443113 or 14154473. OLE color: 14154473.
HSL color Cylindrical-coordinate representation of color #E9FAD7: hue angle of 89.14º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9FAD7 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 250 | 215 | - |
CMYK | 0.07 | 0 | 0.14 | 0.02 |
HSL | 89.14º | 0.78% | 0.91% | - |
HSV(B) | 89.14º | 0.14% | 0.98% | - |
XYZ | 80.06 | 90.6 | 77.56 | - |
YUV | 240.93 | 113.37 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 250 | 215 | 0.07 | 0 | 0.14 | 0.02 | 89.14 | 0.78 | 0.91 |
Hex | E9 | FA | D7 | 7 | 0 | E | 2 | 59 | 4E | 5B |
Octal | 351 | 372 | 327 | 7 | 0 | 16 | 2 | 131 | 116 | 133 |
Binary | 11101001 | 11111010 | 11010111 | 111 | 0 | 1110 | 10 | 1011001 | 1001110 | 1011011 |
Color Harmonies of #E9FAD7
Complementary color
Monochromatic Colors of #E9FAD7
Black with #E9FAD7
Text Example
Text Example
White with #E9FAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FAD7; }
p { color: rgb(233,250,215); }
H1.HeaderClassName
{
color: #E9FAD7;
}
.AnyTagClassName
{
color: #E9FAD7;
}
</style>
background-color css
<style>
a { background-color: #E9FAD7; }
a { background-color: rgb(233,250,215); }
div.DivClassName
{
background-color: #E9FAD7;
}
.BgClassName
{
background-color: #E9FAD7;
}
</style>
border-color css
<style>
span { border-color: #E9FAD7; }
span { border-color: rgb(233,250,215); }
td.TdClassName
{
border-color: #E9FAD7;
}
.TagClassName
{
border-color: #E9FAD7;
}
</style>