#EBF3DC

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

Shades of Saltpan #EBF3DC

Tints of Saltpan #EBF3DC

Color information

#EBF3DC (or 0xEBF3DC) is unknown color: approx Saltpan. HEX triplet: EB, F3 and DC. RGB value is (235,243,220). Sum of RGB (Red+Green+Blue) = 235+243+220=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF3DC is #140C23. Grayscale: #EEEEEE. Windows color (decimal): -1313828 or 14480363. OLE color: 14480363.

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

Color convert

RGB235243220-
CMYK0.0300.090.05
HSL80.87º48.94%90.78%-
HSV(B)80.87º9.47%95.29%-
XYZ79.2386.9380.31-
YUV237.99117.85125.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 243 (95.31% from 255) = 34.81%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=33.67%
G=34.81%
B=31.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352432200.0300.090.0580.8748.9490.78
HexEBF3DC309551315b
Octal3533633343011512161133
Binary111010111111001111011100110100110110100011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3DC; }

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

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

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

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

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

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

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

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