#EDFFE5

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

Shades of Panache #EDFFE5

Tints of Panache #EDFFE5

Color information

#EDFFE5 (or 0xEDFFE5) is unknown color: approx Panache. HEX triplet: ED, FF and E5. RGB value is (237,255,229). Sum of RGB (Red+Green+Blue) = 237+255+229=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFE5 is #12001A. Grayscale: #F6F6F6. Windows color (decimal): -1179675 or 15073261. OLE color: 15073261.

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

Color convert

RGB237255229-
CMYK0.0700.100
HSL101.54º100%94.9%-
HSV(B)101.54º10.2%100%-
XYZ84.8395.1888.03-
YUV246.65118.04121.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 229 (89.84% from 255) = 31.76%
R=32.87%
G=35.37%
B=31.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552290.0700.100101.5410094.9
HexEDFFE570A066645f
Octal35537734570120146144137
Binary111011011111111111100101111010100110011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFE5; }

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

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

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

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

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

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

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

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