#EDFFE8

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

Shades of Panache #EDFFE8

Tints of Panache #EDFFE8

Color information

#EDFFE8 (or 0xEDFFE8) is unknown color: approx Panache. HEX triplet: ED, FF and E8. RGB value is (237,255,232). Sum of RGB (Red+Green+Blue) = 237+255+232=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFE8 is #120017. Grayscale: #F7F7F7. Windows color (decimal): -1179672 or 15269869. OLE color: 15269869.

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

Color convert

RGB237255232-
CMYK0.0700.090
HSL106.96º100%95.49%-
HSV(B)106.96º9.02%100%-
XYZ85.2595.3590.26-
YUV247119.54120.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.73%
GREEN value IS 255 (100% from 255) = 35.22%
BLUE value IS 232 (91.02% from 255) = 32.04%
R=32.73%
G=35.22%
B=32.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552320.0700.090106.9610095.49
HexEDFFE870906b645f
Octal35537735070110153144137
Binary111011011111111111101000111010010110101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFE8; }

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

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

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

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

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

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

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

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