#EDFAD5

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

Shades of Snow Flurry #EDFAD5

Tints of Snow Flurry #EDFAD5

Color information

#EDFAD5 (or 0xEDFAD5) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and D5. RGB value is (237,250,213). Sum of RGB (Red+Green+Blue) = 237+250+213=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD5 is #12052A. Grayscale: #F2F2F2. Windows color (decimal): -1180971 or 14023405. OLE color: 14023405.

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

Color convert

RGB237250213-
CMYK0.0500.150.02
HSL81.08º78.72%90.78%-
HSV(B)81.08º14.8%98.04%-
XYZ81.1291.1876.27-
YUV241.9111.69124.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 213 (83.59% from 255) = 30.43%
R=33.86%
G=35.71%
B=30.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502130.0500.150.0281.0878.7290.78
HexEDFAD550F2514f5b
Octal35537232550172121117133
Binary1110110111111010110101011010111110101000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAD5; }

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

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

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

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

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

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

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

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