#EEF8DB

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

Shades of Saltpan #EEF8DB

Tints of Saltpan #EEF8DB

Color information

#EEF8DB (or 0xEEF8DB) is unknown color: approx Saltpan. HEX triplet: EE, F8 and DB. RGB value is (238,248,219). Sum of RGB (Red+Green+Blue) = 238+248+219=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8DB is #110724. Grayscale: #F1F1F1. Windows color (decimal): -1115941 or 14416110. OLE color: 14416110.

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

Color convert

RGB238248219-
CMYK0.0400.120.03
HSL80.69º67.44%91.57%-
HSV(B)80.69º11.69%97.25%-
XYZ81.6190.4380.17-
YUV241.7115.19125.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 219 (85.94% from 255) = 31.06%
R=33.76%
G=35.18%
B=31.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382482190.0400.120.0380.6967.4491.57
HexEEF8DB40C351435c
Octal35637033340143121103134
Binary1110111011111000110110111000110011101000110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8DB; }

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

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

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

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

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

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

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

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