#EEFBD7

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

Shades of Saltpan #EEFBD7

Tints of Saltpan #EEFBD7

Color information

#EEFBD7 (or 0xEEFBD7) is unknown color: approx Saltpan. HEX triplet: EE, FB and D7. RGB value is (238,251,215). Sum of RGB (Red+Green+Blue) = 238+251+215=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD7 is #110428. Grayscale: #F3F3F3. Windows color (decimal): -1115177 or 14154734. OLE color: 14154734.

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

Color convert

RGB238251215-
CMYK0.0500.140.02
HSL81.67º81.82%91.37%-
HSV(B)81.67º14.34%98.43%-
XYZ82.0292.0877.74-
YUV243.01112.19124.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 215 (84.38% from 255) = 30.54%
R=33.81%
G=35.65%
B=30.54%

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
Decimal2382512150.0500.140.0281.6781.8291.37
HexEEFBD750E252525b
Octal35637332750162122122133
Binary1110111011111011110101111010111010101001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD7; }

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

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

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

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

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

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

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

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