#E8F2DB

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

Shades of Saltpan #E8F2DB

Tints of Saltpan #E8F2DB

Color information

#E8F2DB (or 0xE8F2DB) is unknown color: approx Saltpan. HEX triplet: E8, F2 and DB. RGB value is (232,242,219). Sum of RGB (Red+Green+Blue) = 232+242+219=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2DB is #170D24. Grayscale: #ECECEC. Windows color (decimal): -1510693 or 14414568. OLE color: 14414568.

HSL color Cylindrical-coordinate representation of color #E8F2DB: hue angle of 86.09º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8F2DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB232242219-
CMYK0.0400.100.05
HSL86.09º46.94%90.39%-
HSV(B)86.09º9.5%94.9%-
XYZ77.8285.7779.47-
YUV236.39118.19124.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.48%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 219 (85.94% from 255) = 31.60%
R=33.48%
G=34.92%
B=31.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322422190.0400.100.0586.0946.9490.39
HexE8F2DB40A5562f5a
Octal3503623334012512657132
Binary1110100011110010110110111000101010110101101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2DB; }

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

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

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

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

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

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

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

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