#EDFFE2

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

Shades of Panache #EDFFE2

Tints of Panache #EDFFE2

Color information

#EDFFE2 (or 0xEDFFE2) is unknown color: approx Panache. HEX triplet: ED, FF and E2. RGB value is (237,255,226). Sum of RGB (Red+Green+Blue) = 237+255+226=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFE2 is #12001D. Grayscale: #F6F6F6. Windows color (decimal): -1179678 or 14876653. OLE color: 14876653.

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

Color convert

RGB237255226-
CMYK0.0700.110
HSL97.24º100%94.31%-
HSV(B)97.24º11.37%100%-
XYZ84.4195.0285.84-
YUV246.31116.54121.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 255 (100% from 255) = 35.52%
BLUE value IS 226 (88.67% from 255) = 31.48%
R=33.01%
G=35.52%
B=31.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552260.0700.11097.2410094.31
HexEDFFE270B061645e
Octal35537734270130141144136
Binary111011011111111111100010111010110110000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFE2; }

 p { color: rgb(237,255,226); }

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

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

 a { background-color: rgb(237,255,226); }

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

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

 span { border-color: rgb(237,255,226); }

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