#EBF5DA

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

Shades of Saltpan #EBF5DA

Tints of Saltpan #EBF5DA

Color information

#EBF5DA (or 0xEBF5DA) is unknown color: approx Saltpan. HEX triplet: EB, F5 and DA. RGB value is (235,245,218). Sum of RGB (Red+Green+Blue) = 235+245+218=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5DA is #140A25. Grayscale: #EFEFEF. Windows color (decimal): -1313318 or 14349803. OLE color: 14349803.

HSL color Cylindrical-coordinate representation of color #EBF5DA: hue angle of 82.22º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBF5DA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB235245218-
CMYK0.0400.110.04
HSL82.22º57.45%90.78%-
HSV(B)82.22º11.02%96.08%-
XYZ79.5788.0379.13-
YUV238.93116.19125.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 218 (85.55% from 255) = 31.23%
R=33.67%
G=35.10%
B=31.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352452180.0400.110.0482.2257.4590.78
HexEBF5DA40B452395b
Octal3533653324013412271133
Binary1110101111110101110110101000101110010100101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5DA; }

 p { color: rgb(235,245,218); }

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

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

 a { background-color: rgb(235,245,218); }

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

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

 span { border-color: rgb(235,245,218); }

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