#EDF1E5

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

Shades of Saltpan #EDF1E5

Tints of Saltpan #EDF1E5

Color information

#EDF1E5 (or 0xEDF1E5) is unknown color: approx Saltpan. HEX triplet: ED, F1 and E5. RGB value is (237,241,229). Sum of RGB (Red+Green+Blue) = 237+241+229=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1E5 is #120E1A. Grayscale: #EEEEEE. Windows color (decimal): -1183259 or 15069677. OLE color: 15069677.

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

Color convert

RGB237241229-
CMYK0.0200.050.05
HSL80º30%92.16%-
HSV(B)80º4.98%94.51%-
XYZ80.5286.5786.59-
YUV238.44122.67126.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 241 (94.53% from 255) = 34.09%
BLUE value IS 229 (89.84% from 255) = 32.39%
R=33.52%
G=34.09%
B=32.39%

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
Decimal2372412290.0200.050.05803092.16
HexEDF1E52055501e5c
Octal355361345205512036134
Binary1110110111110001111001011001011011010000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1E5; }

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

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

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

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

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

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

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

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