Shades of Panache #E6EFDF
Tints of Panache #E6EFDF
RGB
CMYK
RGB Variations
Color information
#E6EFDF (or 0xE6EFDF) is known color: Panache. HEX triplet: E6, EF and DF. RGB value is (230,239,223). Sum of RGB (Red+Green+Blue) = 230+239+223=692 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.24% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFDF is #191020. Grayscale: #EAEAEA. Windows color (decimal): -1642529 or 14675942. OLE color: 14675942.
HSL color Cylindrical-coordinate representation of color #E6EFDF: hue angle of 93.75º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6EFDF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 230 | 239 | 223 | - |
CMYK | 0.04 | 0 | 0.07 | 0.06 |
HSL | 93.75º | 0.33% | 0.91% | - |
HSV(B) | 93.75º | 0.07% | 0.94% | - |
XYZ | 76.82 | 83.88 | 81.95 | - |
YUV | 234.49 | 121.52 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 239 | 223 | 0.04 | 0 | 0.07 | 0.06 | 93.75 | 0.33 | 0.91 |
Hex | E6 | EF | DF | 4 | 0 | 7 | 6 | 5E | 21 | 5B |
Octal | 346 | 357 | 337 | 4 | 0 | 7 | 6 | 136 | 41 | 133 |
Binary | 11100110 | 11101111 | 11011111 | 100 | 0 | 111 | 110 | 1011110 | 100001 | 1011011 |
Color Harmonies of #E6EFDF
Complementary color
Monochromatic Colors of #E6EFDF
Black with #E6EFDF
Text Example
Text Example
White with #E6EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFDF; }
p { color: rgb(230,239,223); }
H1.HeaderClassName
{
color: #E6EFDF;
}
.AnyTagClassName
{
color: #E6EFDF;
}
</style>
background-color css
<style>
a { background-color: #E6EFDF; }
a { background-color: rgb(230,239,223); }
div.DivClassName
{
background-color: #E6EFDF;
}
.BgClassName
{
background-color: #E6EFDF;
}
</style>
border-color css
<style>
span { border-color: #E6EFDF; }
span { border-color: rgb(230,239,223); }
td.TdClassName
{
border-color: #E6EFDF;
}
.TagClassName
{
border-color: #E6EFDF;
}
</style>