#ECFCCD

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

Shades of Snow Flurry #ECFCCD

Tints of Snow Flurry #ECFCCD

Color information

#ECFCCD (or 0xECFCCD) is unknown color: approx Snow Flurry. HEX triplet: EC, FC and CD. RGB value is (236,252,205). Sum of RGB (Red+Green+Blue) = 236+252+205=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCCD is #130332. Grayscale: #F2F2F2. Windows color (decimal): -1246003 or 13499628. OLE color: 13499628.

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

Color convert

RGB236252205-
CMYK0.0600.190.01
HSL80.43º88.68%89.61%-
HSV(B)80.43º18.65%98.82%-
XYZ80.4291.8671.25-
YUV241.86107.2123.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 205 (80.47% from 255) = 29.58%
R=34.05%
G=36.36%
B=29.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522050.0600.190.0180.4388.6889.61
HexECFCCD6013150595a
Octal35437431560231120131132
Binary1110110011111100110011011100100111101000010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCCD; }

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

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

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

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

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

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

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

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