#EFFBDA

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

Shades of Saltpan #EFFBDA

Tints of Saltpan #EFFBDA

Color information

#EFFBDA (or 0xEFFBDA) is unknown color: approx Saltpan. HEX triplet: EF, FB and DA. RGB value is (239,251,218). Sum of RGB (Red+Green+Blue) = 239+251+218=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBDA is #100425. Grayscale: #F3F3F3. Windows color (decimal): -1049638 or 14351343. OLE color: 14351343.

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

Color convert

RGB239251218-
CMYK0.0500.130.02
HSL81.82º80.49%91.96%-
HSV(B)81.82º13.15%98.43%-
XYZ82.7592.4179.8-
YUV243.65113.52124.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 218 (85.55% from 255) = 30.79%
R=33.76%
G=35.45%
B=30.79%

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
Decimal2392512180.0500.130.0281.8280.4991.96
HexEFFBDA50D252505c
Octal35737333250152122120134
Binary1110111111111011110110101010110110101001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBDA; }

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

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

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

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

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

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

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

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