Shades of Panache #E6F8DF
Tints of Panache #E6F8DF
RGB
CMYK
RGB Variations
Color information
#E6F8DF (or 0xE6F8DF) is known color: Panache. HEX triplet: E6, F8 and DF. RGB value is (230,248,223). Sum of RGB (Red+Green+Blue) = 230+248+223=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F8DF is #190720. Grayscale: #EFEFEF. Windows color (decimal): -1640225 or 14678246. OLE color: 14678246.
HSL color Cylindrical-coordinate representation of color #E6F8DF: hue angle of 103.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6F8DF is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
RGB | 230 | 248 | 223 | - |
CMYK | 0.07 | 0 | 0.10 | 0.03 |
HSL | 103.2º | 0.64% | 0.92% | - |
HSV(B) | 103.2º | 0.1% | 0.97% | - |
XYZ | 79.52 | 89.29 | 82.85 | - |
YUV | 239.77 | 118.54 | 121.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 248 | 223 | 0.07 | 0 | 0.10 | 0.03 | 103.2 | 0.64 | 0.92 |
Hex | E6 | F8 | DF | 7 | 0 | A | 3 | 67 | 40 | 5C |
Octal | 346 | 370 | 337 | 7 | 0 | 12 | 3 | 147 | 100 | 134 |
Binary | 11100110 | 11111000 | 11011111 | 111 | 0 | 1010 | 11 | 1100111 | 1000000 | 1011100 |
Color Harmonies of #E6F8DF
Complementary color
Monochromatic Colors of #E6F8DF
Black with #E6F8DF
Text Example
Text Example
White with #E6F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F8DF; }
p { color: rgb(230,248,223); }
H1.HeaderClassName
{
color: #E6F8DF;
}
.AnyTagClassName
{
color: #E6F8DF;
}
</style>
background-color css
<style>
a { background-color: #E6F8DF; }
a { background-color: rgb(230,248,223); }
div.DivClassName
{
background-color: #E6F8DF;
}
.BgClassName
{
background-color: #E6F8DF;
}
</style>
border-color css
<style>
span { border-color: #E6F8DF; }
span { border-color: rgb(230,248,223); }
td.TdClassName
{
border-color: #E6F8DF;
}
.TagClassName
{
border-color: #E6F8DF;
}
</style>