#EEF9DB

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

Shades of Saltpan #EEF9DB

Tints of Saltpan #EEF9DB

Color information

#EEF9DB (or 0xEEF9DB) is unknown color: approx Saltpan. HEX triplet: EE, F9 and DB. RGB value is (238,249,219). Sum of RGB (Red+Green+Blue) = 238+249+219=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 219 (85.94% from 255 or 31.02% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9DB is #110624. Grayscale: #F2F2F2. Windows color (decimal): -1115685 or 14416366. OLE color: 14416366.

HSL color Cylindrical-coordinate representation of color #EEF9DB: hue angle of 82º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEF9DB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB238249219-
CMYK0.0400.120.02
HSL82º71.43%91.76%-
HSV(B)82º12.05%97.65%-
XYZ81.9291.0480.27-
YUV242.29114.86124.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 219 (85.94% from 255) = 31.02%
R=33.71%
G=35.27%
B=31.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492190.0400.120.028271.4391.76
HexEEF9DB40C252475c
Octal35637133340142122107134
Binary1110111011111001110110111000110010101001010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9DB; }

 p { color: rgb(238,249,219); }

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

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

 a { background-color: rgb(238,249,219); }

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

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

 span { border-color: rgb(238,249,219); }

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