#EDF1E4

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

Shades of Saltpan #EDF1E4

Tints of Saltpan #EDF1E4

Color information

#EDF1E4 (or 0xEDF1E4) is unknown color: approx Saltpan. HEX triplet: ED, F1 and E4. RGB value is (237,241,228). Sum of RGB (Red+Green+Blue) = 237+241+228=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1E4 is #120E1B. Grayscale: #EEEEEE. Windows color (decimal): -1183260 or 15004141. OLE color: 15004141.

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

Color convert

RGB237241228-
CMYK0.0200.050.05
HSL78.46º31.71%91.96%-
HSV(B)78.46º5.39%94.51%-
XYZ80.3886.5285.86-
YUV238.32122.17127.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 241 (94.53% from 255) = 34.14%
BLUE value IS 228 (89.45% from 255) = 32.29%
R=33.57%
G=34.14%
B=32.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412280.0200.050.0578.4631.7191.96
HexEDF1E420554e205c
Octal355361344205511640134
Binary11101101111100011110010010010110110011101000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1E4; }

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

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

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

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

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

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

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

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