#ECF5CD

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

Shades of Snow Flurry #ECF5CD

Tints of Snow Flurry #ECF5CD

Color information

#ECF5CD (or 0xECF5CD) is unknown color: approx Snow Flurry. HEX triplet: EC, F5 and CD. RGB value is (236,245,205). Sum of RGB (Red+Green+Blue) = 236+245+205=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5CD is #130A32. Grayscale: #EDEDED. Windows color (decimal): -1247795 or 13497836. OLE color: 13497836.

HSL color Cylindrical-coordinate representation of color #ECF5CD: hue angle of 73.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF5CD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB236245205-
CMYK0.0400.160.04
HSL73.5º66.67%88.24%-
HSV(B)73.5º16.33%96.08%-
XYZ78.2687.5570.53-
YUV237.75109.52126.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 205 (80.47% from 255) = 29.88%
R=34.40%
G=35.71%
B=29.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362452050.0400.160.0473.566.6788.24
HexECF5CD401044a4358
Octal35436531540204112103130
Binary111011001111010111001101100010000100100101010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5CD; }

 p { color: rgb(236,245,205); }

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

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

 a { background-color: rgb(236,245,205); }

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

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

 span { border-color: rgb(236,245,205); }

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