#EDF0EB

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

Shades of Panache #EDF0EB

Tints of Panache #EDF0EB

Color information

#EDF0EB (or 0xEDF0EB) is unknown color: approx Panache. HEX triplet: ED, F0 and EB. RGB value is (237,240,235). Sum of RGB (Red+Green+Blue) = 237+240+235=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0EB is #120F14. Grayscale: #EEEEEE. Windows color (decimal): -1183509 or 15462637. OLE color: 15462637.

HSL color Cylindrical-coordinate representation of color #EDF0EB: hue angle of 96º degrees, saturation: 0.14, 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 #EDF0EB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB237240235-
CMYK0.0100.020.06
HSL96º14.29%93.14%-
HSV(B)96º2.08%94.12%-
XYZ81.0886.3290.99-
YUV238.53126.01126.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=33.29%
G=33.71%
B=33.01%

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
Decimal2372402350.0100.020.069614.2993.14
HexEDF0EB102660e5d
Octal355360353102614016135
Binary1110110111110000111010111010110110000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0EB; }

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

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

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

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

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

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

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

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