#EBF4DE

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

Shades of Saltpan #EBF4DE

Tints of Saltpan #EBF4DE

Color information

#EBF4DE (or 0xEBF4DE) is unknown color: approx Saltpan. HEX triplet: EB, F4 and DE. RGB value is (235,244,222). Sum of RGB (Red+Green+Blue) = 235+244+222=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4DE is #140B21. Grayscale: #EEEEEE. Windows color (decimal): -1313570 or 14611691. OLE color: 14611691.

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

Color convert

RGB235244222-
CMYK0.0400.090.04
HSL84.55º50%91.37%-
HSV(B)84.55º9.02%95.69%-
XYZ79.887.6481.82-
YUV238.8118.52125.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 222 (87.11% from 255) = 31.67%
R=33.52%
G=34.81%
B=31.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352442220.0400.090.0484.555091.37
HexEBF4DE409455325b
Octal3533643364011412562133
Binary1110101111110100110111101000100110010101011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4DE; }

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

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

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

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

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

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

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

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