#E6F8DF

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

Shades of Panache #E6F8DF

Tints of Panache #E6F8DF

Color information

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

RGB230248223-
CMYK0.0700.100.03
HSL103.2º64.1%92.35%-
HSV(B)103.2º10.08%97.25%-
XYZ79.5289.2982.85-
YUV239.77118.54121.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.81%
GREEN value IS 248 (97.27% from 255) = 35.38%
BLUE value IS 223 (87.5% from 255) = 31.81%
R=32.81%
G=35.38%
B=31.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302482230.0700.100.03103.264.192.35
HexE6F8DF70A367405c
Octal34637033770123147100134
Binary1110011011111000110111111110101011110011110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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