Shades of Panache #E6FCDD
Tints of Panache #E6FCDD
RGB
CMYK
RGB Variations
Color information
#E6FCDD (or 0xE6FCDD) is known color: Panache. HEX triplet: E6, FC and DD. RGB value is (230,252,221). Sum of RGB (Red+Green+Blue) = 230+252+221=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCDD is #190322. Grayscale: #F1F1F1. Windows color (decimal): -1639203 or 14548198. OLE color: 14548198.
HSL color Cylindrical-coordinate representation of color #E6FCDD: hue angle of 102.58º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6FCDD is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 221 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.01 |
| HSL | 102.58º | 0.84% | 0.93% | - |
| HSV(B) | 102.58º | 0.12% | 0.99% | - |
| XYZ | 80.49 | 91.66 | 81.86 | - |
| YUV | 241.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 221 | 0.09 | 0 | 0.12 | 0.01 | 102.58 | 0.84 | 0.93 |
| Hex | E6 | FC | DD | 9 | 0 | C | 1 | 67 | 54 | 5D |
| Octal | 346 | 374 | 335 | 11 | 0 | 14 | 1 | 147 | 124 | 135 |
| Binary | 11100110 | 11111100 | 11011101 | 1001 | 0 | 1100 | 1 | 1100111 | 1010100 | 1011101 |
Color Harmonies of #E6FCDD
Complementary color
Monochromatic Colors of #E6FCDD
Black with #E6FCDD
Text Example
Text Example
White with #E6FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCDD; }
p { color: rgb(230,252,221); }
H1.HeaderClassName
{
color: #E6FCDD;
}
.AnyTagClassName
{
color: #E6FCDD;
}
</style>
background-color css
<style>
a { background-color: #E6FCDD; }
a { background-color: rgb(230,252,221); }
div.DivClassName
{
background-color: #E6FCDD;
}
.BgClassName
{
background-color: #E6FCDD;
}
</style>
border-color css
<style>
span { border-color: #E6FCDD; }
span { border-color: rgb(230,252,221); }
td.TdClassName
{
border-color: #E6FCDD;
}
.TagClassName
{
border-color: #E6FCDD;
}
</style>