#EEF2E6

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

Shades of Saltpan #EEF2E6

Tints of Saltpan #EEF2E6

Color information

#EEF2E6 (or 0xEEF2E6) is unknown color: approx Saltpan. HEX triplet: EE, F2 and E6. RGB value is (238,242,230). Sum of RGB (Red+Green+Blue) = 238+242+230=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2E6 is #110D19. Grayscale: #EFEFEF. Windows color (decimal): -1117466 or 15135470. OLE color: 15135470.

HSL color Cylindrical-coordinate representation of color #EEF2E6: hue angle of 80º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF2E6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB238242230-
CMYK0.0200.050.05
HSL80º31.58%92.55%-
HSV(B)80º4.96%94.9%-
XYZ81.2987.3987.45-
YUV239.44122.67126.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 242 (94.92% from 255) = 34.08%
BLUE value IS 230 (90.23% from 255) = 32.39%
R=33.52%
G=34.08%
B=32.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422300.0200.050.058031.5892.55
HexEEF2E6205550205d
Octal356362346205512040135
Binary11101110111100101110011010010110110100001000001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2E6; }

 p { color: rgb(238,242,230); }

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

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

 a { background-color: rgb(238,242,230); }

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

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

 span { border-color: rgb(238,242,230); }

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