#EBF2DD

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

Shades of Saltpan #EBF2DD

Tints of Saltpan #EBF2DD

Color information

#EBF2DD (or 0xEBF2DD) is unknown color: approx Saltpan. HEX triplet: EB, F2 and DD. RGB value is (235,242,221). Sum of RGB (Red+Green+Blue) = 235+242+221=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2DD is #140D22. Grayscale: #EDEDED. Windows color (decimal): -1314083 or 14545643. OLE color: 14545643.

HSL color Cylindrical-coordinate representation of color #EBF2DD: hue angle of 80º degrees, saturation: 0.45, 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 #EBF2DD is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB235242221-
CMYK0.0300.090.05
HSL80º44.68%90.78%-
HSV(B)80º8.68%94.9%-
XYZ79.0686.3980.91-
YUV237.51118.68126.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=33.67%
G=34.67%
B=31.66%

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
Decimal2352422210.0300.090.058044.6890.78
HexEBF2DD3095502d5b
Octal3533623353011512055133
Binary111010111111001011011101110100110110100001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2DD; }

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

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

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

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

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

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

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

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