#E7F0DA

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

Shades of Saltpan #E7F0DA

Tints of Saltpan #E7F0DA

Color information

#E7F0DA (or 0xE7F0DA) is unknown color: approx Saltpan. HEX triplet: E7, F0 and DA. RGB value is (231,240,218). Sum of RGB (Red+Green+Blue) = 231+240+218=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 240 - color contains mainly: green. Hex color #E7F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F0DA is #180F25. Grayscale: #EAEAEA. Windows color (decimal): -1576742 or 14348519. OLE color: 14348519.

HSL color Cylindrical-coordinate representation of color #E7F0DA: hue angle of 84.55º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7F0DA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB231240218-
CMYK0.0400.090.06
HSL84.55º42.31%89.8%-
HSV(B)84.55º9.17%94.12%-
XYZ76.7784.3778.57-
YUV234.8118.52125.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.53%
GREEN value IS 240 (94.14% from 255) = 34.83%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=33.53%
G=34.83%
B=31.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312402180.0400.090.0684.5542.3189.8
HexE7F0DA4096552a5a
Octal3473603324011612552132
Binary1110011111110000110110101000100111010101011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F0DA; }

 p { color: rgb(231,240,218); }

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

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

 a { background-color: rgb(231,240,218); }

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

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

 span { border-color: rgb(231,240,218); }

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