#e5f2e0

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

Shades of Panache #E5F2E0

Tints of Panache #E5F2E0

Color information

#E5F2E0 (or 0xE5F2E0) is unknown color: approx Panache. HEX triplet: E5, F2 and E0. RGB value is (229,242,224). Sum of RGB (Red+Green+Blue) = 229+242+224=695 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.95% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2E0 is #1A0D1F. Grayscale: #ECECEC. Windows color (decimal): -1707296 or 14742245. OLE color: 14742245.

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

Color convert

RGB229242224-
CMYK0.0500.070.05
HSL103.33º40.91%91.37%-
HSV(B)103.33º7.44%94.9%-
XYZ77.5285.5482.95-
YUV236.06121.19122.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.95%
GREEN value IS 242 (94.92% from 255) = 34.82%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=32.95%
G=34.82%
B=32.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292422240.0500.070.05103.3340.9191.37
HexE5F2E0507567295b
Octal345362340507514751133
Binary111001011111001011100000101011110111001111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5f2e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5f2e0; }

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

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

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

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

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

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

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

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