#EDF7CE

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

Shades of Snow Flurry #EDF7CE

Tints of Snow Flurry #EDF7CE

Color information

#EDF7CE (or 0xEDF7CE) is unknown color: approx Snow Flurry. HEX triplet: ED, F7 and CE. RGB value is (237,247,206). Sum of RGB (Red+Green+Blue) = 237+247+206=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7CE is #120831. Grayscale: #EFEFEF. Windows color (decimal): -1181746 or 13563885. OLE color: 13563885.

HSL color Cylindrical-coordinate representation of color #EDF7CE: hue angle of 74.63º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF7CE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB237247206-
CMYK0.0400.170.03
HSL74.63º71.93%88.82%-
HSV(B)74.63º16.6%96.86%-
XYZ79.3388.9871.39-
YUV239.34109.19126.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 247 (96.88% from 255) = 35.80%
BLUE value IS 206 (80.86% from 255) = 29.86%
R=34.35%
G=35.80%
B=29.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472060.0400.170.0374.6371.9388.82
HexEDF7CE401134b4859
Octal35536731640213113110131
Binary11101101111101111100111010001000111100101110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7CE; }

 p { color: rgb(237,247,206); }

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

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

 a { background-color: rgb(237,247,206); }

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

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

 span { border-color: rgb(237,247,206); }

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