#EBF2DE

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

Shades of Saltpan #EBF2DE

Tints of Saltpan #EBF2DE

Color information

#EBF2DE (or 0xEBF2DE) is unknown color: approx Saltpan. HEX triplet: EB, F2 and DE. RGB value is (235,242,222). Sum of RGB (Red+Green+Blue) = 235+242+222=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2DE is #140D21. Grayscale: #EDEDED. Windows color (decimal): -1314082 or 14611179. OLE color: 14611179.

HSL color Cylindrical-coordinate representation of color #EBF2DE: hue angle of 81º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF2DE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB235242222-
CMYK0.0300.080.05
HSL81º43.48%90.98%-
HSV(B)81º8.26%94.9%-
XYZ79.286.4481.62-
YUV237.63119.18126.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=33.62%
G=34.62%
B=31.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422220.0300.080.058143.4890.98
HexEBF2DE3085512b5b
Octal3533623363010512153133
Binary111010111111001011011110110100010110100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2DE; }

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

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

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

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

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

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

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

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