#EEFAD8

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

Shades of Saltpan #EEFAD8

Tints of Saltpan #EEFAD8

Color information

#EEFAD8 (or 0xEEFAD8) is unknown color: approx Saltpan. HEX triplet: EE, FA and D8. RGB value is (238,250,216). Sum of RGB (Red+Green+Blue) = 238+250+216=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 216 (84.77% from 255 or 30.68% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD8 is #110527. Grayscale: #F2F2F2. Windows color (decimal): -1115432 or 14220014. OLE color: 14220014.

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

Color convert

RGB238250216-
CMYK0.0500.140.02
HSL81.18º77.27%91.37%-
HSV(B)81.18º13.6%98.04%-
XYZ81.8491.5178.31-
YUV242.54113.02124.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 216 (84.77% from 255) = 30.68%
R=33.81%
G=35.51%
B=30.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502160.0500.140.0281.1877.2791.37
HexEEFAD850E2514d5b
Octal35637233050162121115133
Binary1110111011111010110110001010111010101000110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAD8; }

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

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

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

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

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

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

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

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