Shades of Panache #E6FADD
Tints of Panache #E6FADD
RGB
CMYK
RGB Variations
Color information
#E6FADD (or 0xE6FADD) is known color: Panache. HEX triplet: E6, FA and DD. RGB value is (230,250,221). Sum of RGB (Red+Green+Blue) = 230+250+221=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FADD is #190522. Grayscale: #F0F0F0. Windows color (decimal): -1639715 or 14547686. OLE color: 14547686.
HSL color Cylindrical-coordinate representation of color #E6FADD: hue angle of 101.38º degrees, saturation: 0.74, 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 #E6FADD is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 221 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.02 |
| HSL | 101.38º | 0.74% | 0.92% | - |
| HSV(B) | 101.38º | 0.12% | 0.98% | - |
| XYZ | 79.87 | 90.41 | 81.65 | - |
| YUV | 240.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 221 | 0.08 | 0 | 0.12 | 0.02 | 101.38 | 0.74 | 0.92 |
| Hex | E6 | FA | DD | 8 | 0 | C | 2 | 65 | 4A | 5C |
| Octal | 346 | 372 | 335 | 10 | 0 | 14 | 2 | 145 | 112 | 134 |
| Binary | 11100110 | 11111010 | 11011101 | 1000 | 0 | 1100 | 10 | 1100101 | 1001010 | 1011100 |
Color Harmonies of #E6FADD
Complementary color
Monochromatic Colors of #E6FADD
Black with #E6FADD
Text Example
Text Example
White with #E6FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FADD; }
p { color: rgb(230,250,221); }
H1.HeaderClassName
{
color: #E6FADD;
}
.AnyTagClassName
{
color: #E6FADD;
}
</style>
background-color css
<style>
a { background-color: #E6FADD; }
a { background-color: rgb(230,250,221); }
div.DivClassName
{
background-color: #E6FADD;
}
.BgClassName
{
background-color: #E6FADD;
}
</style>
border-color css
<style>
span { border-color: #E6FADD; }
span { border-color: rgb(230,250,221); }
td.TdClassName
{
border-color: #E6FADD;
}
.TagClassName
{
border-color: #E6FADD;
}
</style>