#EDF9D0

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

Shades of Snow Flurry #EDF9D0

Tints of Snow Flurry #EDF9D0

Color information

#EDF9D0 (or 0xEDF9D0) is unknown color: approx Snow Flurry. HEX triplet: ED, F9 and D0. RGB value is (237,249,208). Sum of RGB (Red+Green+Blue) = 237+249+208=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9D0 is #12062F. Grayscale: #F0F0F0. Windows color (decimal): -1181232 or 13695469. OLE color: 13695469.

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

Color convert

RGB237249208-
CMYK0.0500.160.02
HSL77.56º77.36%89.61%-
HSV(B)77.56º16.47%97.65%-
XYZ80.1990.3172.88-
YUV240.74109.52125.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 249 (97.66% from 255) = 35.88%
BLUE value IS 208 (81.64% from 255) = 29.97%
R=34.15%
G=35.88%
B=29.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492080.0500.160.0277.5677.3689.61
HexEDF9D0501024e4d5a
Octal35537132050202116115132
Binary11101101111110011101000010101000010100111010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9D0; }

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

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

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

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

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

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

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

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