#ECFCD6

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

Shades of Snow Flurry #ECFCD6

Tints of Snow Flurry #ECFCD6

Color information

#ECFCD6 (or 0xECFCD6) is unknown color: approx Snow Flurry. HEX triplet: EC, FC and D6. RGB value is (236,252,214). Sum of RGB (Red+Green+Blue) = 236+252+214=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCD6 is #130329. Grayscale: #F3F3F3. Windows color (decimal): -1245994 or 14089452. OLE color: 14089452.

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

Color convert

RGB236252214-
CMYK0.0600.150.01
HSL85.26º86.36%91.37%-
HSV(B)85.26º15.08%98.82%-
XYZ81.5492.3177.14-
YUV242.88111.7123.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 214 (83.98% from 255) = 30.48%
R=33.62%
G=35.90%
B=30.48%

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
Decimal2362522140.0600.150.0185.2686.3691.37
HexECFCD660F155565b
Octal35437432660171125126133
Binary111011001111110011010110110011111101010110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCD6; }

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

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

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

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

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

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

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

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