#EDF0EC

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

Shades of Panache #EDF0EC

Tints of Panache #EDF0EC

Color information

#EDF0EC (or 0xEDF0EC) is unknown color: approx Panache. HEX triplet: ED, F0 and EC. RGB value is (237,240,236). Sum of RGB (Red+Green+Blue) = 237+240+236=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0EC is #120F13. Grayscale: #EEEEEE. Windows color (decimal): -1183508 or 15528173. OLE color: 15528173.

HSL color Cylindrical-coordinate representation of color #EDF0EC: hue angle of 105º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF0EC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB237240236-
CMYK0.0100.020.06
HSL105º11.76%93.33%-
HSV(B)105º1.67%94.12%-
XYZ81.2386.3891.75-
YUV238.65126.51126.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=33.24%
G=33.66%
B=33.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402360.0100.020.0610511.7693.33
HexEDF0EC102669c5d
Octal355360354102615114135
Binary1110110111110000111011001010110110100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0EC; }

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

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

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

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

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

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

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

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