#ECFAD0

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

Shades of Snow Flurry #ECFAD0

Tints of Snow Flurry #ECFAD0

Color information

#ECFAD0 (or 0xECFAD0) is unknown color: approx Snow Flurry. HEX triplet: EC, FA and D0. RGB value is (236,250,208). Sum of RGB (Red+Green+Blue) = 236+250+208=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD0 is #13052F. Grayscale: #F1F1F1. Windows color (decimal): -1246512 or 13695724. OLE color: 13695724.

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

Color convert

RGB236250208-
CMYK0.0600.170.02
HSL80º80.77%89.8%-
HSV(B)80º16.8%98.04%-
XYZ80.1690.7672.97-
YUV241.03109.36124.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 208 (81.64% from 255) = 29.97%
R=34.01%
G=36.02%
B=29.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502080.0600.170.028080.7789.8
HexECFAD06011250515a
Octal35437232060212120121132
Binary11101100111110101101000011001000110101000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAD0; }

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

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

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

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

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

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

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

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