Shades of Panache #E6F2DC
Tints of Panache #E6F2DC
RGB
CMYK
RGB Variations
Color information
#E6F2DC (or 0xE6F2DC) is known color: Panache. HEX triplet: E6, F2 and DC. RGB value is (230,242,220). Sum of RGB (Red+Green+Blue) = 230+242+220=692 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.24% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2DC is #190D23. Grayscale: #EBEBEB. Windows color (decimal): -1641764 or 14480102. OLE color: 14480102.
HSL color Cylindrical-coordinate representation of color #E6F2DC: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6F2DC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 220 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.05 |
| HSL | 92.73º | 0.46% | 0.91% | - |
| HSV(B) | 92.73º | 0.09% | 0.95% | - |
| XYZ | 77.3 | 85.49 | 80.14 | - |
| YUV | 235.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 220 | 0.05 | 0 | 0.09 | 0.05 | 92.73 | 0.46 | 0.91 |
| Hex | E6 | F2 | DC | 5 | 0 | 9 | 5 | 5D | 2E | 5B |
| Octal | 346 | 362 | 334 | 5 | 0 | 11 | 5 | 135 | 56 | 133 |
| Binary | 11100110 | 11110010 | 11011100 | 101 | 0 | 1001 | 101 | 1011101 | 101110 | 1011011 |
Color Harmonies of #E6F2DC
Complementary color
Monochromatic Colors of #E6F2DC
Black with #E6F2DC
Text Example
Text Example
White with #E6F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2DC; }
p { color: rgb(230,242,220); }
H1.HeaderClassName
{
color: #E6F2DC;
}
.AnyTagClassName
{
color: #E6F2DC;
}
</style>
background-color css
<style>
a { background-color: #E6F2DC; }
a { background-color: rgb(230,242,220); }
div.DivClassName
{
background-color: #E6F2DC;
}
.BgClassName
{
background-color: #E6F2DC;
}
</style>
border-color css
<style>
span { border-color: #E6F2DC; }
span { border-color: rgb(230,242,220); }
td.TdClassName
{
border-color: #E6F2DC;
}
.TagClassName
{
border-color: #E6F2DC;
}
</style>