#EBF5D7

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

Shades of Saltpan #EBF5D7

Tints of Saltpan #EBF5D7

Color information

#EBF5D7 (or 0xEBF5D7) is unknown color: approx Saltpan. HEX triplet: EB, F5 and D7. RGB value is (235,245,215). Sum of RGB (Red+Green+Blue) = 235+245+215=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5D7 is #140A28. Grayscale: #EEEEEE. Windows color (decimal): -1313321 or 14153195. OLE color: 14153195.

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

Color convert

RGB235245215-
CMYK0.0400.120.04
HSL80º60%90.2%-
HSV(B)80º12.24%96.08%-
XYZ79.1887.8777.08-
YUV238.59114.69125.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 245 (96.09% from 255) = 35.25%
BLUE value IS 215 (84.38% from 255) = 30.94%
R=33.81%
G=35.25%
B=30.94%

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
Decimal2352452150.0400.120.04806090.2
HexEBF5D740C4503c5a
Octal3533653274014412074132
Binary1110101111110101110101111000110010010100001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5D7; }

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

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

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

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

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

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

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

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