#ECFAC0

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

Shades of Snow Flurry #ECFAC0

Tints of Snow Flurry #ECFAC0

Color information

#ECFAC0 (or 0xECFAC0) is unknown color: approx Snow Flurry. HEX triplet: EC, FA and C0. RGB value is (236,250,192). Sum of RGB (Red+Green+Blue) = 236+250+192=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 192 (75.39% from 255 or 28.32% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAC0 is #13053F. Grayscale: #EFEFEF. Windows color (decimal): -1246528 or 12647148. OLE color: 12647148.

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

Color convert

RGB236250192-
CMYK0.0600.230.02
HSL74.48º85.29%86.67%-
HSV(B)74.48º23.2%98.04%-
XYZ78.2990.0163.12-
YUV239.2101.36125.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 192 (75.39% from 255) = 28.32%
R=34.81%
G=36.87%
B=28.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501920.0600.230.0274.4885.2986.67
HexECFAC0601724a5557
Octal35437230060272112125127
Binary11101100111110101100000011001011110100101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAC0; }

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

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

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

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

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

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

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

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