#EBF6DA

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

Shades of Saltpan #EBF6DA

Tints of Saltpan #EBF6DA

Color information

#EBF6DA (or 0xEBF6DA) is unknown color: approx Saltpan. HEX triplet: EB, F6 and DA. RGB value is (235,246,218). Sum of RGB (Red+Green+Blue) = 235+246+218=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF6DA is #140925. Grayscale: #EFEFEF. Windows color (decimal): -1313062 or 14350059. OLE color: 14350059.

HSL color Cylindrical-coordinate representation of color #EBF6DA: hue angle of 83.57º degrees, saturation: 0.61, 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 #EBF6DA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB235246218-
CMYK0.0400.110.04
HSL83.57º60.87%90.98%-
HSV(B)83.57º11.38%96.47%-
XYZ79.8788.6479.23-
YUV239.52115.86124.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 246 (96.48% from 255) = 35.19%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=33.62%
G=35.19%
B=31.19%

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
Decimal2352462180.0400.110.0483.5760.8790.98
HexEBF6DA40B4543d5b
Octal3533663324013412475133
Binary1110101111110110110110101000101110010101001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF6DA; }

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

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

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

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

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

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

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

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