#EDF1E6

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

Shades of Saltpan #EDF1E6

Tints of Saltpan #EDF1E6

Color information

#EDF1E6 (or 0xEDF1E6) is unknown color: approx Saltpan. HEX triplet: ED, F1 and E6. RGB value is (237,241,230). Sum of RGB (Red+Green+Blue) = 237+241+230=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1E6 is #120E19. Grayscale: #EEEEEE. Windows color (decimal): -1183258 or 15135213. OLE color: 15135213.

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

Color convert

RGB237241230-
CMYK0.0200.050.05
HSL81.82º28.21%92.35%-
HSV(B)81.82º4.56%94.51%-
XYZ80.6686.6387.33-
YUV238.55123.17126.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 241 (94.53% from 255) = 34.04%
BLUE value IS 230 (90.23% from 255) = 32.49%
R=33.47%
G=34.04%
B=32.49%

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
Decimal2372412300.0200.050.0581.8228.2192.35
HexEDF1E62055521c5c
Octal355361346205512234134
Binary1110110111110001111001101001011011010010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1E6; }

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

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

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

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

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

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

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

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