#EDF7E7

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

Shades of Panache #EDF7E7

Tints of Panache #EDF7E7

Color information

#EDF7E7 (or 0xEDF7E7) is unknown color: approx Panache. HEX triplet: ED, F7 and E7. RGB value is (237,247,231). Sum of RGB (Red+Green+Blue) = 237+247+231=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 231 (90.62% from 255 or 32.31% from 715); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7E7 is #120818. Grayscale: #F2F2F2. Windows color (decimal): -1181721 or 15202285. OLE color: 15202285.

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

Color convert

RGB237247231-
CMYK0.0400.060.03
HSL97.5º50%93.73%-
HSV(B)97.5º6.48%96.86%-
XYZ82.6190.388.68-
YUV242.19121.69124.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 247 (96.88% from 255) = 34.55%
BLUE value IS 231 (90.62% from 255) = 32.31%
R=33.15%
G=34.55%
B=32.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472310.0400.060.0397.55093.73
HexEDF7E7406362325e
Octal355367347406314262136
Binary11101101111101111110011110001101111000101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7E7; }

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

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

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

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

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

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

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

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