#E9F2DB

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

Shades of Saltpan #E9F2DB

Tints of Saltpan #E9F2DB

Color information

#E9F2DB (or 0xE9F2DB) is unknown color: approx Saltpan. HEX triplet: E9, F2 and DB. RGB value is (233,242,219). Sum of RGB (Red+Green+Blue) = 233+242+219=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2DB is #160D24. Grayscale: #ECECEC. Windows color (decimal): -1445157 or 14414569. OLE color: 14414569.

HSL color Cylindrical-coordinate representation of color #E9F2DB: hue angle of 83.48º 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 #E9F2DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB233242219-
CMYK0.0400.100.05
HSL83.48º46.94%90.39%-
HSV(B)83.48º9.5%94.9%-
XYZ78.1485.9479.49-
YUV236.69118.02125.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.57%
GREEN value IS 242 (94.92% from 255) = 34.87%
BLUE value IS 219 (85.94% from 255) = 31.56%
R=33.57%
G=34.87%
B=31.56%

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
Decimal2332422190.0400.100.0583.4846.9490.39
HexE9F2DB40A5532f5a
Octal3513623334012512357132
Binary1110100111110010110110111000101010110100111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F2DB; }

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

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

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

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

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

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

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

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