#EBF4DC

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

Shades of Saltpan #EBF4DC

Tints of Saltpan #EBF4DC

Color information

#EBF4DC (or 0xEBF4DC) is unknown color: approx Saltpan. HEX triplet: EB, F4 and DC. RGB value is (235,244,220). Sum of RGB (Red+Green+Blue) = 235+244+220=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4DC is #140B23. Grayscale: #EEEEEE. Windows color (decimal): -1313572 or 14480619. OLE color: 14480619.

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

Color convert

RGB235244220-
CMYK0.0400.100.04
HSL82.5º52.17%90.98%-
HSV(B)82.5º9.84%95.69%-
XYZ79.5387.5380.41-
YUV238.57117.52125.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 244 (95.70% from 255) = 34.91%
BLUE value IS 220 (86.33% from 255) = 31.47%
R=33.62%
G=34.91%
B=31.47%

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
Decimal2352442200.0400.100.0482.552.1790.98
HexEBF4DC40A452345b
Octal3533643344012412264133
Binary1110101111110100110111001000101010010100101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4DC; }

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

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

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

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

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

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

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

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