#EDF8E5

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

Shades of Panache #EDF8E5

Tints of Panache #EDF8E5

Color information

#EDF8E5 (or 0xEDF8E5) is unknown color: approx Panache. HEX triplet: ED, F8 and E5. RGB value is (237,248,229). Sum of RGB (Red+Green+Blue) = 237+248+229=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 248 (97.27% from 255 or 34.73% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8E5 is #12071A. Grayscale: #F2F2F2. Windows color (decimal): -1181467 or 15071469. OLE color: 15071469.

HSL color Cylindrical-coordinate representation of color #EDF8E5: hue angle of 94.74º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF8E5 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB237248229-
CMYK0.0400.080.03
HSL94.74º57.58%93.53%-
HSV(B)94.74º7.66%97.25%-
XYZ82.6490.887.3-
YUV242.54120.36124.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 248 (97.27% from 255) = 34.73%
BLUE value IS 229 (89.84% from 255) = 32.07%
R=33.19%
G=34.73%
B=32.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372482290.0400.080.0394.7457.5893.53
HexEDF8E540835f3a5e
Octal3553703454010313772136
Binary111011011111100011100101100010001110111111110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8E5; }

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

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

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

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

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

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

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

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