#ECFCD7

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

Shades of Saltpan #ECFCD7

Tints of Saltpan #ECFCD7

Color information

#ECFCD7 (or 0xECFCD7) is unknown color: approx Saltpan. HEX triplet: EC, FC and D7. RGB value is (236,252,215). Sum of RGB (Red+Green+Blue) = 236+252+215=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 215 (84.38% from 255 or 30.58% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCD7 is #130328. Grayscale: #F3F3F3. Windows color (decimal): -1245993 or 14154988. OLE color: 14154988.

HSL color Cylindrical-coordinate representation of color #ECFCD7: hue angle of 85.95º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECFCD7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB236252215-
CMYK0.0600.150.01
HSL85.95º86.05%91.57%-
HSV(B)85.95º14.68%98.82%-
XYZ81.6792.3677.81-
YUV243112.2123.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 215 (84.38% from 255) = 30.58%
R=33.57%
G=35.85%
B=30.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522150.0600.150.0185.9586.0591.57
HexECFCD760F156565c
Octal35437432760171126126134
Binary111011001111110011010111110011111101011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCD7; }

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

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

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

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

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

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

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

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