#E5F2DE

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

Shades of Panache #E5F2DE

Tints of Panache #E5F2DE

Color information

#E5F2DE (or 0xE5F2DE) is unknown color: approx Panache. HEX triplet: E5, F2 and DE. RGB value is (229,242,222). Sum of RGB (Red+Green+Blue) = 229+242+222=693 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.04% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2DE is #1A0D21. Grayscale: #EBEBEB. Windows color (decimal): -1707298 or 14611173. OLE color: 14611173.

HSL color Cylindrical-coordinate representation of color #E5F2DE: hue angle of 99º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5F2DE is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB229242222-
CMYK0.0500.080.05
HSL99º43.48%90.98%-
HSV(B)99º8.26%94.9%-
XYZ77.2585.4481.53-
YUV235.83120.19123.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.04%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=33.04%
G=34.92%
B=32.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292422220.0500.080.059943.4890.98
HexE5F2DE5085632b5b
Octal3453623365010514353133
Binary1110010111110010110111101010100010111000111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F2DE; }

 p { color: rgb(229,242,222); }

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

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

 a { background-color: rgb(229,242,222); }

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

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

 span { border-color: rgb(229,242,222); }

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