#EDF9CF

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

Shades of Snow Flurry #EDF9CF

Tints of Snow Flurry #EDF9CF

Color information

#EDF9CF (or 0xEDF9CF) is unknown color: approx Snow Flurry. HEX triplet: ED, F9 and CF. RGB value is (237,249,207). Sum of RGB (Red+Green+Blue) = 237+249+207=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9CF is #120630. Grayscale: #F0F0F0. Windows color (decimal): -1181233 or 13629933. OLE color: 13629933.

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

Color convert

RGB237249207-
CMYK0.0500.170.02
HSL77.14º77.78%89.41%-
HSV(B)77.14º16.87%97.65%-
XYZ80.0690.2672.23-
YUV240.62109.02125.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 249 (97.66% from 255) = 35.93%
BLUE value IS 207 (81.25% from 255) = 29.87%
R=34.20%
G=35.93%
B=29.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492070.0500.170.0277.1477.7889.41
HexEDF9CF501124d4e59
Octal35537131750212115116131
Binary11101101111110011100111110101000110100110110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9CF; }

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

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

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

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

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

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

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

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