#edf9c6

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

Shades of Snow Flurry #EDF9C6

Tints of Snow Flurry #EDF9C6

Color information

#EDF9C6 (or 0xEDF9C6) is unknown color: approx Snow Flurry. HEX triplet: ED, F9 and C6. RGB value is (237,249,198). Sum of RGB (Red+Green+Blue) = 237+249+198=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 198 (77.73% from 255 or 28.95% from 684); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9C6 is #120639. Grayscale: #EFEFEF. Windows color (decimal): -1181242 or 13040109. OLE color: 13040109.

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

Color convert

RGB237249198-
CMYK0.0500.200.02
HSL74.12º80.95%87.65%-
HSV(B)74.12º20.48%97.65%-
XYZ78.9989.8366.6-
YUV239.6104.52126.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 249 (97.66% from 255) = 36.40%
BLUE value IS 198 (77.73% from 255) = 28.95%
R=34.65%
G=36.40%
B=28.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491980.0500.200.0274.1280.9587.65
HexEDF9C6501424a5158
Octal35537130650242112121130
Binary11101101111110011100011010101010010100101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edf9c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edf9c6; }

 p { color: rgb(237,249,198); }

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

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

 a { background-color: rgb(237,249,198); }

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

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

 span { border-color: rgb(237,249,198); }

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