Shades of Panache #E6FADC
Tints of Panache #E6FADC
RGB
CMYK
RGB Variations
Color information
#E6FADC (or 0xE6FADC) is known color: Panache. HEX triplet: E6, FA and DC. RGB value is (230,250,220). Sum of RGB (Red+Green+Blue) = 230+250+220=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FADC is #190523. Grayscale: #F0F0F0. Windows color (decimal): -1639716 or 14482150. OLE color: 14482150.
HSL color Cylindrical-coordinate representation of color #E6FADC: hue angle of 100º degrees, saturation: 0.75, 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 #E6FADC is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 220 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.02 |
| HSL | 100º | 0.75% | 0.92% | - |
| HSV(B) | 100º | 0.12% | 0.98% | - |
| XYZ | 79.74 | 90.36 | 80.95 | - |
| YUV | 240.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 220 | 0.08 | 0 | 0.12 | 0.02 | 100 | 0.75 | 0.92 |
| Hex | E6 | FA | DC | 8 | 0 | C | 2 | 64 | 4B | 5C |
| Octal | 346 | 372 | 334 | 10 | 0 | 14 | 2 | 144 | 113 | 134 |
| Binary | 11100110 | 11111010 | 11011100 | 1000 | 0 | 1100 | 10 | 1100100 | 1001011 | 1011100 |
Color Harmonies of #E6FADC
Complementary color
Monochromatic Colors of #E6FADC
Black with #E6FADC
Text Example
Text Example
White with #E6FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FADC; }
p { color: rgb(230,250,220); }
H1.HeaderClassName
{
color: #E6FADC;
}
.AnyTagClassName
{
color: #E6FADC;
}
</style>
background-color css
<style>
a { background-color: #E6FADC; }
a { background-color: rgb(230,250,220); }
div.DivClassName
{
background-color: #E6FADC;
}
.BgClassName
{
background-color: #E6FADC;
}
</style>
border-color css
<style>
span { border-color: #E6FADC; }
span { border-color: rgb(230,250,220); }
td.TdClassName
{
border-color: #E6FADC;
}
.TagClassName
{
border-color: #E6FADC;
}
</style>