#ECFBD7

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

Shades of Saltpan #ECFBD7

Tints of Saltpan #ECFBD7

Color information

#ECFBD7 (or 0xECFBD7) is unknown color: approx Saltpan. HEX triplet: EC, FB and D7. RGB value is (236,251,215). Sum of RGB (Red+Green+Blue) = 236+251+215=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 215 (84.38% from 255 or 30.63% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBD7 is #130428. Grayscale: #F2F2F2. Windows color (decimal): -1246249 or 14154732. OLE color: 14154732.

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

Color convert

RGB236251215-
CMYK0.0600.140.02
HSL85º81.82%91.37%-
HSV(B)85º14.34%98.43%-
XYZ81.3591.7377.71-
YUV242.41112.53123.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 215 (84.38% from 255) = 30.63%
R=33.62%
G=35.75%
B=30.63%

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
Decimal2362512150.0600.140.028581.8291.37
HexECFBD760E255525b
Octal35437332760162125122133
Binary1110110011111011110101111100111010101010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBD7; }

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

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

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

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

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

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

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

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