#EEF6DD

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

Shades of Saltpan #EEF6DD

Tints of Saltpan #EEF6DD

Color information

#EEF6DD (or 0xEEF6DD) is unknown color: approx Saltpan. HEX triplet: EE, F6 and DD. RGB value is (238,246,221). Sum of RGB (Red+Green+Blue) = 238+246+221=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6DD is #110922. Grayscale: #F0F0F0. Windows color (decimal): -1116451 or 14546670. OLE color: 14546670.

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

Color convert

RGB238246221-
CMYK0.0300.100.04
HSL79.2º58.14%91.57%-
HSV(B)79.2º10.16%96.47%-
XYZ81.2789.3181.36-
YUV240.76116.85126.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 246 (96.48% from 255) = 34.89%
BLUE value IS 221 (86.72% from 255) = 31.35%
R=33.76%
G=34.89%
B=31.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382462210.0300.100.0479.258.1491.57
HexEEF6DD30A44f3a5c
Octal3563663353012411772134
Binary111011101111011011011101110101010010011111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF6DD; }

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

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

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

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

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

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

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

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