#EDFAD6

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

Shades of Snow Flurry #EDFAD6

Tints of Snow Flurry #EDFAD6

Color information

#EDFAD6 (or 0xEDFAD6) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and D6. RGB value is (237,250,214). Sum of RGB (Red+Green+Blue) = 237+250+214=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 214 (83.98% from 255 or 30.53% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD6 is #120529. Grayscale: #F2F2F2. Windows color (decimal): -1180970 or 14088941. OLE color: 14088941.

HSL color Cylindrical-coordinate representation of color #EDFAD6: hue angle of 81.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDFAD6 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB237250214-
CMYK0.0500.140.02
HSL81.67º78.26%90.98%-
HSV(B)81.67º14.4%98.04%-
XYZ81.2591.2376.95-
YUV242.01112.19124.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 214 (83.98% from 255) = 30.53%
R=33.81%
G=35.66%
B=30.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502140.0500.140.0281.6778.2690.98
HexEDFAD650E2524e5b
Octal35537232650162122116133
Binary1110110111111010110101101010111010101001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAD6; }

 p { color: rgb(237,250,214); }

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

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

 a { background-color: rgb(237,250,214); }

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

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

 span { border-color: rgb(237,250,214); }

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