#EBF0DD

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

Shades of Saltpan #EBF0DD

Tints of Saltpan #EBF0DD

Color information

#EBF0DD (or 0xEBF0DD) is unknown color: approx Saltpan. HEX triplet: EB, F0 and DD. RGB value is (235,240,221). Sum of RGB (Red+Green+Blue) = 235+240+221=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0DD is #140F22. Grayscale: #ECECEC. Windows color (decimal): -1314595 or 14545131. OLE color: 14545131.

HSL color Cylindrical-coordinate representation of color #EBF0DD: hue angle of 75.79º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF0DD is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB235240221-
CMYK0.0200.080.06
HSL75.79º38.78%90.39%-
HSV(B)75.79º7.92%94.12%-
XYZ78.4785.280.72-
YUV236.34119.34127.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=33.76%
G=34.48%
B=31.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402210.0200.080.0675.7938.7890.39
HexEBF0DD20864c275a
Octal3533603352010611447132
Binary111010111111000011011101100100011010011001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0DD; }

 p { color: rgb(235,240,221); }

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

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

 a { background-color: rgb(235,240,221); }

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

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

 span { border-color: rgb(235,240,221); }

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