#EEF7DB

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

Shades of Saltpan #EEF7DB

Tints of Saltpan #EEF7DB

Color information

#EEF7DB (or 0xEEF7DB) is unknown color: approx Saltpan. HEX triplet: EE, F7 and DB. RGB value is (238,247,219). Sum of RGB (Red+Green+Blue) = 238+247+219=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7DB is #110824. Grayscale: #F1F1F1. Windows color (decimal): -1116197 or 14415854. OLE color: 14415854.

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

Color convert

RGB238247219-
CMYK0.0400.110.03
HSL79.29º63.64%91.37%-
HSV(B)79.29º11.34%96.86%-
XYZ81.3189.8180.07-
YUV241.12115.52125.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 247 (96.88% from 255) = 35.09%
BLUE value IS 219 (85.94% from 255) = 31.11%
R=33.81%
G=35.09%
B=31.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382472190.0400.110.0379.2963.6491.37
HexEEF7DB40B34f405b
Octal35636733340133117100133
Binary1110111011110111110110111000101111100111110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7DB; }

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

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

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

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

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

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

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

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