#EBF6D8

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

Shades of Saltpan #EBF6D8

Tints of Saltpan #EBF6D8

Color information

#EBF6D8 (or 0xEBF6D8) is unknown color: approx Saltpan. HEX triplet: EB, F6 and D8. RGB value is (235,246,216). Sum of RGB (Red+Green+Blue) = 235+246+216=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF6D8 is #140927. Grayscale: #EFEFEF. Windows color (decimal): -1313064 or 14218987. OLE color: 14218987.

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

Color convert

RGB235246216-
CMYK0.0400.120.04
HSL82º62.5%90.59%-
HSV(B)82º12.2%96.47%-
XYZ79.6188.5377.86-
YUV239.29114.86124.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 246 (96.48% from 255) = 35.29%
BLUE value IS 216 (84.77% from 255) = 30.99%
R=33.72%
G=35.29%
B=30.99%

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
Decimal2352462160.0400.120.048262.590.59
HexEBF6D840C4523e5b
Octal3533663304014412276133
Binary1110101111110110110110001000110010010100101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF6D8; }

 p { color: rgb(235,246,216); }

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

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

 a { background-color: rgb(235,246,216); }

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

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

 span { border-color: rgb(235,246,216); }

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