#EBF5DB

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

Shades of Saltpan #EBF5DB

Tints of Saltpan #EBF5DB

Color information

#EBF5DB (or 0xEBF5DB) is unknown color: approx Saltpan. HEX triplet: EB, F5 and DB. RGB value is (235,245,219). Sum of RGB (Red+Green+Blue) = 235+245+219=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5DB is #140A24. Grayscale: #EFEFEF. Windows color (decimal): -1313317 or 14415339. OLE color: 14415339.

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

Color convert

RGB235245219-
CMYK0.0400.110.04
HSL83.08º56.52%90.98%-
HSV(B)83.08º10.61%96.08%-
XYZ79.788.0879.82-
YUV239.05116.69125.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 245 (96.09% from 255) = 35.05%
BLUE value IS 219 (85.94% from 255) = 31.33%
R=33.62%
G=35.05%
B=31.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352452190.0400.110.0483.0856.5290.98
HexEBF5DB40B453395b
Octal3533653334013412371133
Binary1110101111110101110110111000101110010100111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5DB; }

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

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

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

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

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

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

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

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