Shades of Panache #E6FCDB
Tints of Panache #E6FCDB
RGB
CMYK
RGB Variations
Color information
#E6FCDB (or 0xE6FCDB) is known color: Panache. HEX triplet: E6, FC and DB. RGB value is (230,252,219). Sum of RGB (Red+Green+Blue) = 230+252+219=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCDB is #190324. Grayscale: #F1F1F1. Windows color (decimal): -1639205 or 14417126. OLE color: 14417126.
HSL color Cylindrical-coordinate representation of color #E6FCDB: hue angle of 100º 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 #E6FCDB is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 219 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.01 |
| HSL | 100º | 0.85% | 0.92% | - |
| HSV(B) | 100º | 0.13% | 0.99% | - |
| XYZ | 80.23 | 91.56 | 80.46 | - |
| YUV | 241.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 219 | 0.09 | 0 | 0.13 | 0.01 | 100 | 0.85 | 0.92 |
| Hex | E6 | FC | DB | 9 | 0 | D | 1 | 64 | 55 | 5C |
| Octal | 346 | 374 | 333 | 11 | 0 | 15 | 1 | 144 | 125 | 134 |
| Binary | 11100110 | 11111100 | 11011011 | 1001 | 0 | 1101 | 1 | 1100100 | 1010101 | 1011100 |
Color Harmonies of #E6FCDB
Complementary color
Monochromatic Colors of #E6FCDB
Black with #E6FCDB
Text Example
Text Example
White with #E6FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCDB; }
p { color: rgb(230,252,219); }
H1.HeaderClassName
{
color: #E6FCDB;
}
.AnyTagClassName
{
color: #E6FCDB;
}
</style>
background-color css
<style>
a { background-color: #E6FCDB; }
a { background-color: rgb(230,252,219); }
div.DivClassName
{
background-color: #E6FCDB;
}
.BgClassName
{
background-color: #E6FCDB;
}
</style>
border-color css
<style>
span { border-color: #E6FCDB; }
span { border-color: rgb(230,252,219); }
td.TdClassName
{
border-color: #E6FCDB;
}
.TagClassName
{
border-color: #E6FCDB;
}
</style>