Shades of Panache #E6F4DD
Tints of Panache #E6F4DD
RGB
CMYK
RGB Variations
Color information
#E6F4DD (or 0xE6F4DD) is known color: Panache. HEX triplet: E6, F4 and DD. RGB value is (230,244,221). Sum of RGB (Red+Green+Blue) = 230+244+221=695 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.09% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F4DD is #190B22. Grayscale: #EDEDED. Windows color (decimal): -1641251 or 14546150. OLE color: 14546150.
HSL color Cylindrical-coordinate representation of color #E6F4DD: hue angle of 96.52º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6F4DD is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 221 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.04 |
| HSL | 96.52º | 0.51% | 0.91% | - |
| HSV(B) | 96.52º | 0.09% | 0.96% | - |
| XYZ | 78.03 | 86.74 | 81.04 | - |
| YUV | 237.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 221 | 0.06 | 0 | 0.09 | 0.04 | 96.52 | 0.51 | 0.91 |
| Hex | E6 | F4 | DD | 6 | 0 | 9 | 4 | 61 | 33 | 5B |
| Octal | 346 | 364 | 335 | 6 | 0 | 11 | 4 | 141 | 63 | 133 |
| Binary | 11100110 | 11110100 | 11011101 | 110 | 0 | 1001 | 100 | 1100001 | 110011 | 1011011 |
Color Harmonies of #E6F4DD
Complementary color
Monochromatic Colors of #E6F4DD
Black with #E6F4DD
Text Example
Text Example
White with #E6F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F4DD; }
p { color: rgb(230,244,221); }
H1.HeaderClassName
{
color: #E6F4DD;
}
.AnyTagClassName
{
color: #E6F4DD;
}
</style>
background-color css
<style>
a { background-color: #E6F4DD; }
a { background-color: rgb(230,244,221); }
div.DivClassName
{
background-color: #E6F4DD;
}
.BgClassName
{
background-color: #E6F4DD;
}
</style>
border-color css
<style>
span { border-color: #E6F4DD; }
span { border-color: rgb(230,244,221); }
td.TdClassName
{
border-color: #E6F4DD;
}
.TagClassName
{
border-color: #E6F4DD;
}
</style>