#EDF9D4

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

Shades of Snow Flurry #EDF9D4

Tints of Snow Flurry #EDF9D4

Color information

#EDF9D4 (or 0xEDF9D4) is unknown color: approx Snow Flurry. HEX triplet: ED, F9 and D4. RGB value is (237,249,212). Sum of RGB (Red+Green+Blue) = 237+249+212=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9D4 is #12062B. Grayscale: #F1F1F1. Windows color (decimal): -1181228 or 13957613. OLE color: 13957613.

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

Color convert

RGB237249212-
CMYK0.0500.150.02
HSL79.46º75.51%90.39%-
HSV(B)79.46º14.86%97.65%-
XYZ80.6890.5175.5-
YUV241.19111.52125.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 249 (97.66% from 255) = 35.67%
BLUE value IS 212 (83.20% from 255) = 30.37%
R=33.95%
G=35.67%
B=30.37%

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
Decimal2372492120.0500.150.0279.4675.5190.39
HexEDF9D450F24f4c5a
Octal35537132450172117114132
Binary1110110111111001110101001010111110100111110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9D4; }

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

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

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

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

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

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

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

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