#EDF6E5

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

Shades of Panache #EDF6E5

Tints of Panache #EDF6E5

Color information

#EDF6E5 (or 0xEDF6E5) is unknown color: approx Panache. HEX triplet: ED, F6 and E5. RGB value is (237,246,229). Sum of RGB (Red+Green+Blue) = 237+246+229=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6E5 is #12091A. Grayscale: #F1F1F1. Windows color (decimal): -1181979 or 15070957. OLE color: 15070957.

HSL color Cylindrical-coordinate representation of color #EDF6E5: hue angle of 91.76º degrees, saturation: 0.49, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF6E5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB237246229-
CMYK0.0400.070.04
HSL91.76º48.57%93.14%-
HSV(B)91.76º6.91%96.47%-
XYZ82.0289.5787.09-
YUV241.37121.02124.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 246 (96.48% from 255) = 34.55%
BLUE value IS 229 (89.84% from 255) = 32.16%
R=33.29%
G=34.55%
B=32.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462290.0400.070.0491.7648.5793.14
HexEDF6E540745c315d
Octal355366345407413461135
Binary111011011111011011100101100011110010111001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6E5; }

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

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

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

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

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

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

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

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