#ECFAD6

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

Shades of Snow Flurry #ECFAD6

Tints of Snow Flurry #ECFAD6

Color information

#ECFAD6 (or 0xECFAD6) is unknown color: approx Snow Flurry. HEX triplet: EC, FA and D6. RGB value is (236,250,214). Sum of RGB (Red+Green+Blue) = 236+250+214=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD6 is #130529. Grayscale: #F1F1F1. Windows color (decimal): -1246506 or 14088940. OLE color: 14088940.

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

Color convert

RGB236250214-
CMYK0.0600.140.02
HSL83.33º78.26%90.98%-
HSV(B)83.33º14.4%98.04%-
XYZ80.9291.0676.93-
YUV241.71112.36123.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 214 (83.98% from 255) = 30.57%
R=33.71%
G=35.71%
B=30.57%

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
Decimal2362502140.0600.140.0283.3378.2690.98
HexECFAD660E2534e5b
Octal35437232660162123116133
Binary1110110011111010110101101100111010101001110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAD6; }

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

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

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

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

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

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

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

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