#EEFBD8

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

Shades of Saltpan #EEFBD8

Tints of Saltpan #EEFBD8

Color information

#EEFBD8 (or 0xEEFBD8) is unknown color: approx Saltpan. HEX triplet: EE, FB and D8. RGB value is (238,251,216). Sum of RGB (Red+Green+Blue) = 238+251+216=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 216 (84.77% from 255 or 30.64% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD8 is #110427. Grayscale: #F3F3F3. Windows color (decimal): -1115176 or 14220270. OLE color: 14220270.

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

Color convert

RGB238251216-
CMYK0.0500.140.02
HSL82.29º81.4%91.57%-
HSV(B)82.29º13.94%98.43%-
XYZ82.1592.1378.42-
YUV243.12112.69124.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 216 (84.77% from 255) = 30.64%
R=33.76%
G=35.60%
B=30.64%

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
Decimal2382512160.0500.140.0282.2981.491.57
HexEEFBD850E252515c
Octal35637333050162122121134
Binary1110111011111011110110001010111010101001010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD8; }

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

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

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

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

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

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

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

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