#EDF1EC

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

Shades of Panache #EDF1EC

Tints of Panache #EDF1EC

Color information

#EDF1EC (or 0xEDF1EC) is unknown color: approx Panache. HEX triplet: ED, F1 and EC. RGB value is (237,241,236). Sum of RGB (Red+Green+Blue) = 237+241+236=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1EC is #120E13. Grayscale: #EFEFEF. Windows color (decimal): -1183252 or 15528429. OLE color: 15528429.

HSL color Cylindrical-coordinate representation of color #EDF1EC: hue angle of 108º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF1EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB237241236-
CMYK0.0200.020.05
HSL108º15.15%93.53%-
HSV(B)108º2.07%94.51%-
XYZ81.5286.9791.85-
YUV239.23126.17126.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 236 (92.58% from 255) = 33.05%
R=33.19%
G=33.75%
B=33.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412360.0200.020.0510815.1593.53
HexEDF1EC20256cf5e
Octal355361354202515417136
Binary11101101111100011110110010010101110110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1EC; }

 p { color: rgb(237,241,236); }

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

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

 a { background-color: rgb(237,241,236); }

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

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

 span { border-color: rgb(237,241,236); }

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