#EEFBDA

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

Shades of Saltpan #EEFBDA

Tints of Saltpan #EEFBDA

Color information

#EEFBDA (or 0xEEFBDA) is unknown color: approx Saltpan. HEX triplet: EE, FB and DA. RGB value is (238,251,218). Sum of RGB (Red+Green+Blue) = 238+251+218=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDA is #110425. Grayscale: #F3F3F3. Windows color (decimal): -1115174 or 14351342. OLE color: 14351342.

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

Color convert

RGB238251218-
CMYK0.0500.130.02
HSL83.64º80.49%91.96%-
HSV(B)83.64º13.15%98.43%-
XYZ82.4192.2379.79-
YUV243.35113.69124.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.66%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 218 (85.55% from 255) = 30.83%
R=33.66%
G=35.50%
B=30.83%

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
Decimal2382512180.0500.130.0283.6480.4991.96
HexEEFBDA50D254505c
Octal35637333250152124120134
Binary1110111011111011110110101010110110101010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBDA; }

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

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

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

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

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

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

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

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