#EEF4DD

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

Shades of Saltpan #EEF4DD

Tints of Saltpan #EEF4DD

Color information

#EEF4DD (or 0xEEF4DD) is unknown color: approx Saltpan. HEX triplet: EE, F4 and DD. RGB value is (238,244,221). Sum of RGB (Red+Green+Blue) = 238+244+221=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4DD is #110B22. Grayscale: #EFEFEF. Windows color (decimal): -1116963 or 14546158. OLE color: 14546158.

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

Color convert

RGB238244221-
CMYK0.0200.090.04
HSL75.65º51.11%91.18%-
HSV(B)75.65º9.43%95.69%-
XYZ80.6688.181.16-
YUV239.58117.51126.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 244 (95.70% from 255) = 34.71%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=33.85%
G=34.71%
B=31.44%

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
Decimal2382442210.0200.090.0475.6551.1191.18
HexEEF4DD20944c335b
Octal3563643352011411463133
Binary111011101111010011011101100100110010011001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4DD; }

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

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

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

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

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

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

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

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