#EDF1E9

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

Shades of Saltpan #EDF1E9

Tints of Saltpan #EDF1E9

Color information

#EDF1E9 (or 0xEDF1E9) is unknown color: approx Saltpan. HEX triplet: ED, F1 and E9. RGB value is (237,241,233). Sum of RGB (Red+Green+Blue) = 237+241+233=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1E9 is #120E16. Grayscale: #EEEEEE. Windows color (decimal): -1183255 or 15331821. OLE color: 15331821.

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

Color convert

RGB237241233-
CMYK0.0200.030.05
HSL90º22.22%92.94%-
HSV(B)90º3.32%94.51%-
XYZ81.0986.889.57-
YUV238.89124.67126.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 233 (91.41% from 255) = 32.77%
R=33.33%
G=33.90%
B=32.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412330.0200.030.059022.2292.94
HexEDF1E920355a165d
Octal355361351203513226135
Binary111011011111000111101001100111011011010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1E9; }

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

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

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

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

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

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

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

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