#EBF9DA

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

Shades of Saltpan #EBF9DA

Tints of Saltpan #EBF9DA

Color information

#EBF9DA (or 0xEBF9DA) is unknown color: approx Saltpan. HEX triplet: EB, F9 and DA. RGB value is (235,249,218). Sum of RGB (Red+Green+Blue) = 235+249+218=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 249 (97.66% from 255 or 35.47% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9DA is #140625. Grayscale: #F1F1F1. Windows color (decimal): -1312294 or 14350827. OLE color: 14350827.

HSL color Cylindrical-coordinate representation of color #EBF9DA: hue angle of 87.1º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBF9DA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB235249218-
CMYK0.0600.120.02
HSL87.1º72.09%91.57%-
HSV(B)87.1º12.45%97.65%-
XYZ80.7990.4879.54-
YUV241.28114.86123.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 249 (97.66% from 255) = 35.47%
BLUE value IS 218 (85.55% from 255) = 31.05%
R=33.48%
G=35.47%
B=31.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352492180.0600.120.0287.172.0991.57
HexEBF9DA60C257485c
Octal35337133260142127110134
Binary1110101111111001110110101100110010101011110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9DA; }

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

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

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

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

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

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

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

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