#ECFBD9

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

Shades of Saltpan #ECFBD9

Tints of Saltpan #ECFBD9

Color information

#ECFBD9 (or 0xECFBD9) is unknown color: approx Saltpan. HEX triplet: EC, FB and D9. RGB value is (236,251,217). Sum of RGB (Red+Green+Blue) = 236+251+217=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 217 (85.16% from 255 or 30.82% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBD9 is #130426. Grayscale: #F2F2F2. Windows color (decimal): -1246247 or 14285804. OLE color: 14285804.

HSL color Cylindrical-coordinate representation of color #ECFBD9: hue angle of 86.47º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECFBD9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB236251217-
CMYK0.0600.140.02
HSL86.47º80.95%91.76%-
HSV(B)86.47º13.55%98.43%-
XYZ81.6191.8479.07-
YUV242.64113.53123.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 217 (85.16% from 255) = 30.82%
R=33.52%
G=35.65%
B=30.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362512170.0600.140.0286.4780.9591.76
HexECFBD960E256515c
Octal35437333160162126121134
Binary1110110011111011110110011100111010101011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBD9; }

 p { color: rgb(236,251,217); }

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

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

 a { background-color: rgb(236,251,217); }

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

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

 span { border-color: rgb(236,251,217); }

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