#EEFCDE

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

Shades of Saltpan #EEFCDE

Tints of Saltpan #EEFCDE

Color information

#EEFCDE (or 0xEEFCDE) is unknown color: approx Saltpan. HEX triplet: EE, FC and DE. RGB value is (238,252,222). Sum of RGB (Red+Green+Blue) = 238+252+222=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCDE is #110321. Grayscale: #F4F4F4. Windows color (decimal): -1114914 or 14613742. OLE color: 14613742.

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

Color convert

RGB238252222-
CMYK0.0600.120.01
HSL88º83.33%92.94%-
HSV(B)88º11.9%98.82%-
XYZ83.2693.0782.68-
YUV244.39115.36123.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 252 (98.83% from 255) = 35.39%
BLUE value IS 222 (87.11% from 255) = 31.18%
R=33.43%
G=35.39%
B=31.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382522220.0600.120.018883.3392.94
HexEEFCDE60C158535d
Octal35637433660141130123135
Binary111011101111110011011110110011001101100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCDE; }

 p { color: rgb(238,252,222); }

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

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

 a { background-color: rgb(238,252,222); }

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

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

 span { border-color: rgb(238,252,222); }

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