#EBF5DC

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

Shades of Saltpan #EBF5DC

Tints of Saltpan #EBF5DC

Color information

#EBF5DC (or 0xEBF5DC) is unknown color: approx Saltpan. HEX triplet: EB, F5 and DC. RGB value is (235,245,220). Sum of RGB (Red+Green+Blue) = 235+245+220=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5DC is #140A23. Grayscale: #EFEFEF. Windows color (decimal): -1313316 or 14480875. OLE color: 14480875.

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

Color convert

RGB235245220-
CMYK0.0400.100.04
HSL84º55.56%91.18%-
HSV(B)84º10.2%96.08%-
XYZ79.8388.1380.51-
YUV239.16117.19125.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 245 (96.09% from 255) = 35%
BLUE value IS 220 (86.33% from 255) = 31.43%
R=33.57%
G=35%
B=31.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352452200.0400.100.048455.5691.18
HexEBF5DC40A454385b
Octal3533653344012412470133
Binary1110101111110101110111001000101010010101001110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5DC; }

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

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

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

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

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

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

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

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