Shades of Panache #E6FADF
Tints of Panache #E6FADF
RGB
CMYK
RGB Variations
Color information
#E6FADF (or 0xE6FADF) is known color: Panache. HEX triplet: E6, FA and DF. RGB value is (230,250,223). Sum of RGB (Red+Green+Blue) = 230+250+223=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FADF is #190520. Grayscale: #F1F1F1. Windows color (decimal): -1639713 or 14678758. OLE color: 14678758.
HSL color Cylindrical-coordinate representation of color #E6FADF: hue angle of 104.44º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6FADF is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 250 | 223 | - |
CMYK | 0.08 | 0 | 0.11 | 0.02 |
HSL | 104.44º | 0.73% | 0.93% | - |
HSV(B) | 104.44º | 0.11% | 0.98% | - |
XYZ | 80.14 | 90.52 | 83.06 | - |
YUV | 240.94 | 117.87 | 120.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 250 | 223 | 0.08 | 0 | 0.11 | 0.02 | 104.44 | 0.73 | 0.93 |
Hex | E6 | FA | DF | 8 | 0 | B | 2 | 68 | 49 | 5D |
Octal | 346 | 372 | 337 | 10 | 0 | 13 | 2 | 150 | 111 | 135 |
Binary | 11100110 | 11111010 | 11011111 | 1000 | 0 | 1011 | 10 | 1101000 | 1001001 | 1011101 |
Color Harmonies of #E6FADF
Complementary color
Monochromatic Colors of #E6FADF
Black with #E6FADF
Text Example
Text Example
White with #E6FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FADF; }
p { color: rgb(230,250,223); }
H1.HeaderClassName
{
color: #E6FADF;
}
.AnyTagClassName
{
color: #E6FADF;
}
</style>
background-color css
<style>
a { background-color: #E6FADF; }
a { background-color: rgb(230,250,223); }
div.DivClassName
{
background-color: #E6FADF;
}
.BgClassName
{
background-color: #E6FADF;
}
</style>
border-color css
<style>
span { border-color: #E6FADF; }
span { border-color: rgb(230,250,223); }
td.TdClassName
{
border-color: #E6FADF;
}
.TagClassName
{
border-color: #E6FADF;
}
</style>