#E6EFDF

Color #E6EFDF Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #E6EFDF

Tints of Panache #E6EFDF

Color information

#E6EFDF (or 0xE6EFDF) is unknown color: approx 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

RGB230239223-
CMYK0.0400.070.06
HSL93.75º33.33%90.59%-
HSV(B)93.75º6.69%93.73%-
XYZ76.8283.8881.95-
YUV234.48121.52124.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 33.24%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 223 (87.5% from 255) = 32.23%
R=33.24%
G=34.54%
B=32.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302392230.0400.070.0693.7533.3390.59
HexE6EFDF40765e215b
Octal346357337407613641133
Binary111001101110111111011111100011111010111101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>