#EDF5EB

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

Shades of Panache #EDF5EB

Tints of Panache #EDF5EB

Color information

#EDF5EB (or 0xEDF5EB) is unknown color: approx Panache. HEX triplet: ED, F5 and EB. RGB value is (237,245,235). Sum of RGB (Red+Green+Blue) = 237+245+235=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5EB is #120A14. Grayscale: #F1F1F1. Windows color (decimal): -1182229 or 15463917. OLE color: 15463917.

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

Color convert

RGB237245235-
CMYK0.0300.040.04
HSL108º33.33%94.12%-
HSV(B)108º4.08%96.08%-
XYZ82.5789.3191.48-
YUV241.47124.35124.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 245 (96.09% from 255) = 34.17%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=33.05%
G=34.17%
B=32.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372452350.0300.040.0410833.3394.12
HexEDF5EB30446c215e
Octal355365353304415441136
Binary11101101111101011110101111010010011011001000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5EB; }

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

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

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

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

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

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

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

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