#ECFDD7

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

Shades of Saltpan #ECFDD7

Tints of Saltpan #ECFDD7

Color information

#ECFDD7 (or 0xECFDD7) is unknown color: approx Saltpan. HEX triplet: EC, FD and D7. RGB value is (236,253,215). Sum of RGB (Red+Green+Blue) = 236+253+215=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFDD7 is #130228. Grayscale: #F3F3F3. Windows color (decimal): -1245737 or 14155244. OLE color: 14155244.

HSL color Cylindrical-coordinate representation of color #ECFDD7: hue angle of 86.84º degrees, saturation: 0.9, 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 #ECFDD7 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB236253215-
CMYK0.0700.150.01
HSL86.84º90.48%91.76%-
HSV(B)86.84º15.02%99.22%-
XYZ81.9892.9977.92-
YUV243.58111.87122.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 215 (84.38% from 255) = 30.54%
R=33.52%
G=35.94%
B=30.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362532150.0700.150.0186.8490.4891.76
HexECFDD770F1575a5c
Octal35437532770171127132134
Binary111011001111110111010111111011111101011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDD7; }

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

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

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

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

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

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

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

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