#ECFAD7

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

Shades of Saltpan #ECFAD7

Tints of Saltpan #ECFAD7

Color information

#ECFAD7 (or 0xECFAD7) is unknown color: approx Saltpan. HEX triplet: EC, FA and D7. RGB value is (236,250,215). Sum of RGB (Red+Green+Blue) = 236+250+215=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 215 (84.38% from 255 or 30.67% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD7 is #130528. Grayscale: #F1F1F1. Windows color (decimal): -1246505 or 14154476. OLE color: 14154476.

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

Color convert

RGB236250215-
CMYK0.0600.140.02
HSL84º77.78%91.18%-
HSV(B)84º14%98.04%-
XYZ81.0491.1177.6-
YUV241.82112.86123.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.67%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 215 (84.38% from 255) = 30.67%
R=33.67%
G=35.66%
B=30.67%

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
Decimal2362502150.0600.140.028477.7891.18
HexECFAD760E2544e5b
Octal35437232760162124116133
Binary1110110011111010110101111100111010101010010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAD7; }

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

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

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

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

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

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

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

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