#ECFCD0

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

Shades of Snow Flurry #ECFCD0

Tints of Snow Flurry #ECFCD0

Color information

#ECFCD0 (or 0xECFCD0) is unknown color: approx Snow Flurry. HEX triplet: EC, FC and D0. RGB value is (236,252,208). Sum of RGB (Red+Green+Blue) = 236+252+208=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCD0 is #13032F. Grayscale: #F2F2F2. Windows color (decimal): -1246000 or 13696236. OLE color: 13696236.

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

Color convert

RGB236252208-
CMYK0.0600.170.01
HSL81.82º88%90.2%-
HSV(B)81.82º17.46%98.82%-
XYZ80.7992.0173.18-
YUV242.2108.7123.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 208 (81.64% from 255) = 29.89%
R=33.91%
G=36.21%
B=29.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522080.0600.170.0181.828890.2
HexECFCD06011152585a
Octal35437432060211122130132
Binary1110110011111100110100001100100011101001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCD0; }

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

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

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

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

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

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

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

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