Shades of Panache #E6FCDA
Tints of Panache #E6FCDA
RGB
CMYK
RGB Variations
Color information
#E6FCDA (or 0xE6FCDA) is known color: Panache. HEX triplet: E6, FC and DA. RGB value is (230,252,218). Sum of RGB (Red+Green+Blue) = 230+252+218=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCDA is #190325. Grayscale: #F1F1F1. Windows color (decimal): -1639206 or 14351590. OLE color: 14351590.
HSL color Cylindrical-coordinate representation of color #E6FCDA: hue angle of 98.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6FCDA is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 252 | 218 | - |
CMYK | 0.09 | 0 | 0.13 | 0.01 |
HSL | 98.82º | 0.85% | 0.92% | - |
HSV(B) | 98.82º | 0.13% | 0.99% | - |
XYZ | 80.1 | 91.51 | 79.77 | - |
YUV | 241.55 | 114.71 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 252 | 218 | 0.09 | 0 | 0.13 | 0.01 | 98.82 | 0.85 | 0.92 |
Hex | E6 | FC | DA | 9 | 0 | D | 1 | 63 | 55 | 5C |
Octal | 346 | 374 | 332 | 11 | 0 | 15 | 1 | 143 | 125 | 134 |
Binary | 11100110 | 11111100 | 11011010 | 1001 | 0 | 1101 | 1 | 1100011 | 1010101 | 1011100 |
Color Harmonies of #E6FCDA
Complementary color
Monochromatic Colors of #E6FCDA
Black with #E6FCDA
Text Example
Text Example
White with #E6FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCDA; }
p { color: rgb(230,252,218); }
H1.HeaderClassName
{
color: #E6FCDA;
}
.AnyTagClassName
{
color: #E6FCDA;
}
</style>
background-color css
<style>
a { background-color: #E6FCDA; }
a { background-color: rgb(230,252,218); }
div.DivClassName
{
background-color: #E6FCDA;
}
.BgClassName
{
background-color: #E6FCDA;
}
</style>
border-color css
<style>
span { border-color: #E6FCDA; }
span { border-color: rgb(230,252,218); }
td.TdClassName
{
border-color: #E6FCDA;
}
.TagClassName
{
border-color: #E6FCDA;
}
</style>