#EDF8E7

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

Shades of Panache #EDF8E7

Tints of Panache #EDF8E7

Color information

#EDF8E7 (or 0xEDF8E7) is unknown color: approx Panache. HEX triplet: ED, F8 and E7. RGB value is (237,248,231). Sum of RGB (Red+Green+Blue) = 237+248+231=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 231 (90.62% from 255 or 32.26% from 716); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8E7 is #120718. Grayscale: #F2F2F2. Windows color (decimal): -1181465 or 15202541. OLE color: 15202541.

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

Color convert

RGB237248231-
CMYK0.0400.070.03
HSL98.82º54.84%93.92%-
HSV(B)98.82º6.85%97.25%-
XYZ82.9290.9188.78-
YUV242.77121.36123.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 248 (97.27% from 255) = 34.64%
BLUE value IS 231 (90.62% from 255) = 32.26%
R=33.10%
G=34.64%
B=32.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372482310.0400.070.0398.8254.8493.92
HexEDF8E7407363375e
Octal355370347407314367136
Binary11101101111110001110011110001111111000111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8E7; }

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

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

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

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

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

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

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

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