#EBF5D8

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

Shades of Saltpan #EBF5D8

Tints of Saltpan #EBF5D8

Color information

#EBF5D8 (or 0xEBF5D8) is unknown color: approx Saltpan. HEX triplet: EB, F5 and D8. RGB value is (235,245,216). Sum of RGB (Red+Green+Blue) = 235+245+216=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5D8 is #140A27. Grayscale: #EEEEEE. Windows color (decimal): -1313320 or 14218731. OLE color: 14218731.

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

Color convert

RGB235245216-
CMYK0.0400.120.04
HSL80.69º59.18%90.39%-
HSV(B)80.69º11.84%96.08%-
XYZ79.3187.9277.76-
YUV238.7115.19125.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 245 (96.09% from 255) = 35.20%
BLUE value IS 216 (84.77% from 255) = 31.03%
R=33.76%
G=35.20%
B=31.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352452160.0400.120.0480.6959.1890.39
HexEBF5D840C4513b5a
Octal3533653304014412173132
Binary1110101111110101110110001000110010010100011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5D8; }

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

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

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

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

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

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

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

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