#ECFAD8

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

Shades of Saltpan #ECFAD8

Tints of Saltpan #ECFAD8

Color information

#ECFAD8 (or 0xECFAD8) is unknown color: approx Saltpan. HEX triplet: EC, FA and D8. RGB value is (236,250,216). Sum of RGB (Red+Green+Blue) = 236+250+216=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 216 (84.77% from 255 or 30.77% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD8 is #130527. Grayscale: #F2F2F2. Windows color (decimal): -1246504 or 14220012. OLE color: 14220012.

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

Color convert

RGB236250216-
CMYK0.0600.140.02
HSL84.71º77.27%91.37%-
HSV(B)84.71º13.6%98.04%-
XYZ81.1791.1678.28-
YUV241.94113.36123.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 216 (84.77% from 255) = 30.77%
R=33.62%
G=35.61%
B=30.77%

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
Decimal2362502160.0600.140.0284.7177.2791.37
HexECFAD860E2554d5b
Octal35437233060162125115133
Binary1110110011111010110110001100111010101010110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAD8; }

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

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

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

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

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

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

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

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