#EBF7DB

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

Shades of Saltpan #EBF7DB

Tints of Saltpan #EBF7DB

Color information

#EBF7DB (or 0xEBF7DB) is unknown color: approx Saltpan. HEX triplet: EB, F7 and DB. RGB value is (235,247,219). Sum of RGB (Red+Green+Blue) = 235+247+219=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7DB is #140824. Grayscale: #F0F0F0. Windows color (decimal): -1312805 or 14415851. OLE color: 14415851.

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

Color convert

RGB235247219-
CMYK0.0500.110.03
HSL85.71º63.64%91.37%-
HSV(B)85.71º11.34%96.86%-
XYZ80.3189.380.02-
YUV240.22116.02124.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 247 (96.88% from 255) = 35.24%
BLUE value IS 219 (85.94% from 255) = 31.24%
R=33.52%
G=35.24%
B=31.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472190.0500.110.0385.7163.6491.37
HexEBF7DB50B356405b
Octal35336733350133126100133
Binary1110101111110111110110111010101111101011010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7DB; }

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

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

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

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

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

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

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

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