#E6FEDF

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

Shades of Panache #E6FEDF

Tints of Panache #E6FEDF

Color information

#E6FEDF (or 0xE6FEDF) is unknown color: approx Panache. HEX triplet: E6, FE and DF. RGB value is (230,254,223). Sum of RGB (Red+Green+Blue) = 230+254+223=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FEDF is #190120. Grayscale: #F3F3F3. Windows color (decimal): -1638689 or 14679782. OLE color: 14679782.

HSL color Cylindrical-coordinate representation of color #E6FEDF: hue angle of 106.45º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6FEDF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB230254223-
CMYK0.0900.120.00
HSL106.45º93.94%93.53%-
HSV(B)106.45º12.2%99.61%-
XYZ81.3993.0383.48-
YUV243.29116.55118.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.53%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 223 (87.5% from 255) = 31.54%
R=32.53%
G=35.93%
B=31.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302542230.0900.120.00106.4593.9493.53
HexE6FEDF90C06a5e5e
Octal346376337110140152136136
Binary1110011011111110110111111001011000110101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FEDF; }

 p { color: rgb(230,254,223); }

 H1.HeaderClassName
 {
   color: #E6FEDF;
 }
 .AnyTagClassName
 {
   color: #E6FEDF;
 }
</style>
background-color css

<style>
 a { background-color: #E6FEDF; }

 a { background-color: rgb(230,254,223); }

 div.DivClassName
 {
   background-color: #E6FEDF;
 }
 .BgClassName
 {
   background-color: #E6FEDF;
 }
</style>
border-color css

<style>
 span { border-color: #E6FEDF; }

 span { border-color: rgb(230,254,223); }

 td.TdClassName
 {
   border-color: #E6FEDF;
 }
 .TagClassName
 {
   border-color: #E6FEDF;
 }
</style>