#EDFAE5

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

Shades of Panache #EDFAE5

Tints of Panache #EDFAE5

Color information

#EDFAE5 (or 0xEDFAE5) is unknown color: approx Panache. HEX triplet: ED, FA and E5. RGB value is (237,250,229). Sum of RGB (Red+Green+Blue) = 237+250+229=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAE5 is #12051A. Grayscale: #F3F3F3. Windows color (decimal): -1180955 or 15071981. OLE color: 15071981.

HSL color Cylindrical-coordinate representation of color #EDFAE5: hue angle of 97.14º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDFAE5 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB237250229-
CMYK0.0500.080.02
HSL97.14º67.74%93.92%-
HSV(B)97.14º8.4%98.04%-
XYZ83.2592.0387.5-
YUV243.72119.69123.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 229 (89.84% from 255) = 31.98%
R=33.10%
G=34.92%
B=31.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502290.0500.080.0297.1467.7493.92
HexEDFAE5508261445e
Octal35537234550102141104136
Binary1110110111111010111001011010100010110000110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAE5; }

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

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

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

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

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

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

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

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