#EEF7DF

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

Shades of Saltpan #EEF7DF

Tints of Saltpan #EEF7DF

Color information

#EEF7DF (or 0xEEF7DF) is unknown color: approx Saltpan. HEX triplet: EE, F7 and DF. RGB value is (238,247,223). Sum of RGB (Red+Green+Blue) = 238+247+223=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 247 (96.88% from 255 or 34.89% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7DF is #110820. Grayscale: #F1F1F1. Windows color (decimal): -1116193 or 14677998. OLE color: 14677998.

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

Color convert

RGB238247223-
CMYK0.0400.100.03
HSL82.5º60%92.16%-
HSV(B)82.5º9.72%96.86%-
XYZ81.8490.0382.88-
YUV241.57117.52125.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 247 (96.88% from 255) = 34.89%
BLUE value IS 223 (87.5% from 255) = 31.50%
R=33.62%
G=34.89%
B=31.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382472230.0400.100.0382.56092.16
HexEEF7DF40A3523c5c
Octal3563673374012312274134
Binary111011101111011111011111100010101110100101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7DF; }

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

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

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

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

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

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

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

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