#EEF7DC

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

Shades of Saltpan #EEF7DC

Tints of Saltpan #EEF7DC

Color information

#EEF7DC (or 0xEEF7DC) is unknown color: approx Saltpan. HEX triplet: EE, F7 and DC. RGB value is (238,247,220). Sum of RGB (Red+Green+Blue) = 238+247+220=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7DC is #110823. Grayscale: #F1F1F1. Windows color (decimal): -1116196 or 14481390. OLE color: 14481390.

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

Color convert

RGB238247220-
CMYK0.0400.110.03
HSL80º62.79%91.57%-
HSV(B)80º10.93%96.86%-
XYZ81.4489.8780.76-
YUV241.23116.02125.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 247 (96.88% from 255) = 35.04%
BLUE value IS 220 (86.33% from 255) = 31.21%
R=33.76%
G=35.04%
B=31.21%

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
Decimal2382472200.0400.110.038062.7991.57
HexEEF7DC40B3503f5c
Octal3563673344013312077134
Binary111011101111011111011100100010111110100001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7DC; }

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

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

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

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

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

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

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

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