Shades of Panache #E6FAD9
Tints of Panache #E6FAD9
RGB
CMYK
RGB Variations
Color information
#E6FAD9 (or 0xE6FAD9) is known color: Panache. HEX triplet: E6, FA and D9. RGB value is (230,250,217). Sum of RGB (Red+Green+Blue) = 230+250+217=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FAD9 is #190526. Grayscale: #F0F0F0. Windows color (decimal): -1639719 or 14285542. OLE color: 14285542.
HSL color Cylindrical-coordinate representation of color #E6FAD9: hue angle of 96.36º degrees, saturation: 0.77, 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 #E6FAD9 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 250 | 217 | - |
CMYK | 0.08 | 0 | 0.13 | 0.02 |
HSL | 96.36º | 0.77% | 0.92% | - |
HSV(B) | 96.36º | 0.13% | 0.98% | - |
XYZ | 79.34 | 90.2 | 78.87 | - |
YUV | 240.26 | 114.87 | 120.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 250 | 217 | 0.08 | 0 | 0.13 | 0.02 | 96.36 | 0.77 | 0.92 |
Hex | E6 | FA | D9 | 8 | 0 | D | 2 | 60 | 4D | 5C |
Octal | 346 | 372 | 331 | 10 | 0 | 15 | 2 | 140 | 115 | 134 |
Binary | 11100110 | 11111010 | 11011001 | 1000 | 0 | 1101 | 10 | 1100000 | 1001101 | 1011100 |
Color Harmonies of #E6FAD9
Complementary color
Monochromatic Colors of #E6FAD9
Black with #E6FAD9
Text Example
Text Example
White with #E6FAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FAD9; }
p { color: rgb(230,250,217); }
H1.HeaderClassName
{
color: #E6FAD9;
}
.AnyTagClassName
{
color: #E6FAD9;
}
</style>
background-color css
<style>
a { background-color: #E6FAD9; }
a { background-color: rgb(230,250,217); }
div.DivClassName
{
background-color: #E6FAD9;
}
.BgClassName
{
background-color: #E6FAD9;
}
</style>
border-color css
<style>
span { border-color: #E6FAD9; }
span { border-color: rgb(230,250,217); }
td.TdClassName
{
border-color: #E6FAD9;
}
.TagClassName
{
border-color: #E6FAD9;
}
</style>