#EEFADA

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

Shades of Saltpan #EEFADA

Tints of Saltpan #EEFADA

Color information

#EEFADA (or 0xEEFADA) is unknown color: approx Saltpan. HEX triplet: EE, FA and DA. RGB value is (238,250,218). Sum of RGB (Red+Green+Blue) = 238+250+218=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFADA is #110525. Grayscale: #F2F2F2. Windows color (decimal): -1115430 or 14351086. OLE color: 14351086.

HSL color Cylindrical-coordinate representation of color #EEFADA: hue angle of 82.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEFADA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB238250218-
CMYK0.0500.130.02
HSL82.5º76.19%91.76%-
HSV(B)82.5º12.8%98.04%-
XYZ82.191.6179.69-
YUV242.76114.02124.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 250 (98.05% from 255) = 35.41%
BLUE value IS 218 (85.55% from 255) = 30.88%
R=33.71%
G=35.41%
B=30.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502180.0500.130.0282.576.1991.76
HexEEFADA50D2524c5c
Octal35637233250152122114134
Binary1110111011111010110110101010110110101001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFADA; }

 p { color: rgb(238,250,218); }

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

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

 a { background-color: rgb(238,250,218); }

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

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

 span { border-color: rgb(238,250,218); }

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