#EEF4DF

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

Shades of Saltpan #EEF4DF

Tints of Saltpan #EEF4DF

Color information

#EEF4DF (or 0xEEF4DF) is unknown color: approx Saltpan. HEX triplet: EE, F4 and DF. RGB value is (238,244,223). Sum of RGB (Red+Green+Blue) = 238+244+223=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4DF is #110B20. Grayscale: #EFEFEF. Windows color (decimal): -1116961 or 14677230. OLE color: 14677230.

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

Color convert

RGB238244223-
CMYK0.0200.090.04
HSL77.14º48.84%91.57%-
HSV(B)77.14º8.61%95.69%-
XYZ80.9388.2182.57-
YUV239.81118.51126.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 244 (95.70% from 255) = 34.61%
BLUE value IS 223 (87.5% from 255) = 31.63%
R=33.76%
G=34.61%
B=31.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382442230.0200.090.0477.1448.8491.57
HexEEF4DF20944d315c
Octal3563643372011411561134
Binary111011101111010011011111100100110010011011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4DF; }

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

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

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

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

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

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

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

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