#ECFBD8

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

Shades of Saltpan #ECFBD8

Tints of Saltpan #ECFBD8

Color information

#ECFBD8 (or 0xECFBD8) is unknown color: approx Saltpan. HEX triplet: EC, FB and D8. RGB value is (236,251,216). Sum of RGB (Red+Green+Blue) = 236+251+216=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 216 (84.77% from 255 or 30.73% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBD8 is #130427. Grayscale: #F2F2F2. Windows color (decimal): -1246248 or 14220268. OLE color: 14220268.

HSL color Cylindrical-coordinate representation of color #ECFBD8: hue angle of 85.71º 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 #ECFBD8 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB236251216-
CMYK0.0600.140.02
HSL85.71º81.4%91.57%-
HSV(B)85.71º13.94%98.43%-
XYZ81.4891.7978.39-
YUV242.52113.03123.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 216 (84.77% from 255) = 30.73%
R=33.57%
G=35.70%
B=30.73%

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
Decimal2362512160.0600.140.0285.7181.491.57
HexECFBD860E256515c
Octal35437333060162126121134
Binary1110110011111011110110001100111010101011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBD8; }

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

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

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

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

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

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

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

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