#E8F0DB

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

Shades of Saltpan #E8F0DB

Tints of Saltpan #E8F0DB

Color information

#E8F0DB (or 0xE8F0DB) is unknown color: approx Saltpan. HEX triplet: E8, F0 and DB. RGB value is (232,240,219). Sum of RGB (Red+Green+Blue) = 232+240+219=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F0DB is #170F24. Grayscale: #EBEBEB. Windows color (decimal): -1511205 or 14414056. OLE color: 14414056.

HSL color Cylindrical-coordinate representation of color #E8F0DB: hue angle of 82.86º degrees, saturation: 0.41, 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 #E8F0DB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB232240219-
CMYK0.0300.090.06
HSL82.86º41.18%90%-
HSV(B)82.86º8.75%94.12%-
XYZ77.2284.5979.28-
YUV235.21118.85125.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.57%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=33.57%
G=34.73%
B=31.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322402190.0300.090.0682.8641.1890
HexE8F0DB309653295a
Octal3503603333011612351132
Binary111010001111000011011011110100111010100111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F0DB; }

 p { color: rgb(232,240,219); }

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

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

 a { background-color: rgb(232,240,219); }

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

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

 span { border-color: rgb(232,240,219); }

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