#EBF7D9

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

Shades of Saltpan #EBF7D9

Tints of Saltpan #EBF7D9

Color information

#EBF7D9 (or 0xEBF7D9) is unknown color: approx Saltpan. HEX triplet: EB, F7 and D9. RGB value is (235,247,217). Sum of RGB (Red+Green+Blue) = 235+247+217=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7D9 is #140826. Grayscale: #F0F0F0. Windows color (decimal): -1312807 or 14284779. OLE color: 14284779.

HSL color Cylindrical-coordinate representation of color #EBF7D9: hue angle of 84º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBF7D9 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB235247217-
CMYK0.0500.120.03
HSL84º65.22%90.98%-
HSV(B)84º12.15%96.86%-
XYZ80.0589.1978.64-
YUV239.99115.02124.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 247 (96.88% from 255) = 35.34%
BLUE value IS 217 (85.16% from 255) = 31.04%
R=33.62%
G=35.34%
B=31.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472170.0500.120.038465.2290.98
HexEBF7D950C354415b
Octal35336733150143124101133
Binary1110101111110111110110011010110011101010010000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7D9; }

 p { color: rgb(235,247,217); }

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

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

 a { background-color: rgb(235,247,217); }

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

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

 span { border-color: rgb(235,247,217); }

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