#EDFAD4

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

Shades of Snow Flurry #EDFAD4

Tints of Snow Flurry #EDFAD4

Color information

#EDFAD4 (or 0xEDFAD4) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and D4. RGB value is (237,250,212). Sum of RGB (Red+Green+Blue) = 237+250+212=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD4 is #12052B. Grayscale: #F1F1F1. Windows color (decimal): -1180972 or 13957869. OLE color: 13957869.

HSL color Cylindrical-coordinate representation of color #EDFAD4: hue angle of 80.53º 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 #EDFAD4 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB237250212-
CMYK0.0500.150.02
HSL80.53º79.17%90.59%-
HSV(B)80.53º15.2%98.04%-
XYZ80.9991.1375.61-
YUV241.78111.19124.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 212 (83.20% from 255) = 30.33%
R=33.91%
G=35.77%
B=30.33%

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
Decimal2372502120.0500.150.0280.5379.1790.59
HexEDFAD450F2514f5b
Octal35537232450172121117133
Binary1110110111111010110101001010111110101000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAD4; }

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

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

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

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

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

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

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

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