#EDFAC5

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

Shades of Snow Flurry #EDFAC5

Tints of Snow Flurry #EDFAC5

Color information

#EDFAC5 (or 0xEDFAC5) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and C5. RGB value is (237,250,197). Sum of RGB (Red+Green+Blue) = 237+250+197=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC5 is #12053A. Grayscale: #F0F0F0. Windows color (decimal): -1180987 or 12974829. OLE color: 12974829.

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

Color convert

RGB237250197-
CMYK0.0500.210.02
HSL74.72º84.13%87.65%-
HSV(B)74.72º21.2%98.04%-
XYZ79.1990.4166.1-
YUV240.07103.69125.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 197 (77.34% from 255) = 28.80%
R=34.65%
G=36.55%
B=28.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501970.0500.210.0274.7284.1387.65
HexEDFAC5501524b5458
Octal35537230550252113124130
Binary11101101111110101100010110101010110100101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAC5; }

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

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

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

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

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

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

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

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