#ECFADA

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

Shades of Saltpan #ECFADA

Tints of Saltpan #ECFADA

Color information

#ECFADA (or 0xECFADA) is unknown color: approx Saltpan. HEX triplet: EC, FA and DA. RGB value is (236,250,218). Sum of RGB (Red+Green+Blue) = 236+250+218=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFADA is #130525. Grayscale: #F2F2F2. Windows color (decimal): -1246502 or 14351084. OLE color: 14351084.

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

Color convert

RGB236250218-
CMYK0.0600.130.02
HSL86.25º76.19%91.76%-
HSV(B)86.25º12.8%98.04%-
XYZ81.4391.2779.65-
YUV242.17114.36123.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 218 (85.55% from 255) = 30.97%
R=33.52%
G=35.51%
B=30.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502180.0600.130.0286.2576.1991.76
HexECFADA60D2564c5c
Octal35437233260152126114134
Binary1110110011111010110110101100110110101011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFADA; }

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

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

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

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

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

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

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

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