#EDFAE7

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

Shades of Panache #EDFAE7

Tints of Panache #EDFAE7

Color information

#EDFAE7 (or 0xEDFAE7) is unknown color: approx Panache. HEX triplet: ED, FA and E7. RGB value is (237,250,231). Sum of RGB (Red+Green+Blue) = 237+250+231=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAE7 is #120518. Grayscale: #F4F4F4. Windows color (decimal): -1180953 or 15203053. OLE color: 15203053.

HSL color Cylindrical-coordinate representation of color #EDFAE7: hue angle of 101.05º degrees, saturation: 0.66, 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 #EDFAE7 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB237250231-
CMYK0.0500.080.02
HSL101.05º65.52%94.31%-
HSV(B)101.05º7.6%98.04%-
XYZ83.5392.1588.98-
YUV243.95120.69123.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 250 (98.05% from 255) = 34.82%
BLUE value IS 231 (90.62% from 255) = 32.17%
R=33.01%
G=34.82%
B=32.17%

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
Decimal2372502310.0500.080.02101.0565.5294.31
HexEDFAE7508265425e
Octal35537234750102145102136
Binary1110110111111010111001111010100010110010110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAE7; }

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

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

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

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

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

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

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

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