#E5FEDA

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

Shades of Panache #E5FEDA

Tints of Panache #E5FEDA

Color information

#E5FEDA (or 0xE5FEDA) is unknown color: approx Panache. HEX triplet: E5, FE and DA. RGB value is (229,254,218). Sum of RGB (Red+Green+Blue) = 229+254+218=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FEDA is #1A0125. Grayscale: #F2F2F2. Windows color (decimal): -1704230 or 14352101. OLE color: 14352101.

HSL color Cylindrical-coordinate representation of color #E5FEDA: hue angle of 101.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5FEDA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB229254218-
CMYK0.1000.140.00
HSL101.67º94.74%92.55%-
HSV(B)101.67º14.17%99.61%-
XYZ80.4192.679.97-
YUV242.42114.22118.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.67%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 218 (85.55% from 255) = 31.10%
R=32.67%
G=36.23%
B=31.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292542180.1000.140.00101.6794.7492.55
HexE5FEDAA0E0665f5d
Octal345376332120160146137135
Binary1110010111111110110110101010011100110011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FEDA; }

 p { color: rgb(229,254,218); }

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

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

 a { background-color: rgb(229,254,218); }

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

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

 span { border-color: rgb(229,254,218); }

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