#ECFACD

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

Shades of Snow Flurry #ECFACD

Tints of Snow Flurry #ECFACD

Color information

#ECFACD (or 0xECFACD) is unknown color: approx Snow Flurry. HEX triplet: EC, FA and CD. RGB value is (236,250,205). Sum of RGB (Red+Green+Blue) = 236+250+205=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFACD is #130532. Grayscale: #F0F0F0. Windows color (decimal): -1246515 or 13499116. OLE color: 13499116.

HSL color Cylindrical-coordinate representation of color #ECFACD: hue angle of 78.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECFACD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB236250205-
CMYK0.0600.180.02
HSL78.67º81.82%89.22%-
HSV(B)78.67º18%98.04%-
XYZ79.890.6171.04-
YUV240.68107.86124.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 205 (80.47% from 255) = 29.67%
R=34.15%
G=36.18%
B=29.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502050.0600.180.0278.6781.8289.22
HexECFACD601224f5259
Octal35437231560222117122131
Binary11101100111110101100110111001001010100111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFACD; }

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

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

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

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

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

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

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

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