#EEFAD9

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

Shades of Saltpan #EEFAD9

Tints of Saltpan #EEFAD9

Color information

#EEFAD9 (or 0xEEFAD9) is unknown color: approx Saltpan. HEX triplet: EE, FA and D9. RGB value is (238,250,217). Sum of RGB (Red+Green+Blue) = 238+250+217=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 217 (85.16% from 255 or 30.78% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD9 is #110526. Grayscale: #F2F2F2. Windows color (decimal): -1115431 or 14285550. OLE color: 14285550.

HSL color Cylindrical-coordinate representation of color #EEFAD9: hue angle of 81.82º degrees, saturation: 0.77, 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 #EEFAD9 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB238250217-
CMYK0.0500.130.02
HSL81.82º76.74%91.57%-
HSV(B)81.82º13.2%98.04%-
XYZ81.9791.5679-
YUV242.65113.52124.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 217 (85.16% from 255) = 30.78%
R=33.76%
G=35.46%
B=30.78%

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
Decimal2382502170.0500.130.0281.8276.7491.57
HexEEFAD950D2524d5c
Octal35637233150152122115134
Binary1110111011111010110110011010110110101001010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAD9; }

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

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

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

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

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

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

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

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