#EEEFEC

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

Shades of Saltpan #EEEFEC

Tints of Saltpan #EEEFEC

Color information

#EEEFEC (or 0xEEEFEC) is unknown color: approx Saltpan. HEX triplet: EE, EF and EC. RGB value is (238,239,236). Sum of RGB (Red+Green+Blue) = 238+239+236=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFEC is #111013. Grayscale: #EEEEEE. Windows color (decimal): -1118228 or 15527918. OLE color: 15527918.

HSL color Cylindrical-coordinate representation of color #EEEFEC: hue angle of 80º degrees, saturation: 0.09, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEFEC is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB238239236-
CMYK0.0000.010.06
HSL80º8.57%93.14%-
HSV(B)80º1.26%93.73%-
XYZ81.2785.9791.67-
YUV238.36126.67127.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=33.38%
G=33.52%
B=33.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392360.0000.010.06808.5793.14
HexEEEFEC00165095d
Octal356357354001612011135
Binary111011101110111111101100001110101000010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFEC; }

 p { color: rgb(238,239,236); }

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

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

 a { background-color: rgb(238,239,236); }

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

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

 span { border-color: rgb(238,239,236); }

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