#EDF1E3

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

Shades of Saltpan #EDF1E3

Tints of Saltpan #EDF1E3

Color information

#EDF1E3 (or 0xEDF1E3) is unknown color: approx Saltpan. HEX triplet: ED, F1 and E3. RGB value is (237,241,227). Sum of RGB (Red+Green+Blue) = 237+241+227=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1E3 is #120E1C. Grayscale: #EEEEEE. Windows color (decimal): -1183261 or 14938605. OLE color: 14938605.

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

Color convert

RGB237241227-
CMYK0.0200.060.05
HSL77.14º33.33%91.76%-
HSV(B)77.14º5.81%94.51%-
XYZ80.2586.4685.13-
YUV238.21121.67127.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 241 (94.53% from 255) = 34.18%
BLUE value IS 227 (89.06% from 255) = 32.20%
R=33.62%
G=34.18%
B=32.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412270.0200.060.0577.1433.3391.76
HexEDF1E320654d215c
Octal355361343206511541134
Binary11101101111100011110001110011010110011011000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1E3; }

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

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

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

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

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

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

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

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