#EDFDC6

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

Shades of Snow Flurry #EDFDC6

Tints of Snow Flurry #EDFDC6

Color information

#EDFDC6 (or 0xEDFDC6) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and C6. RGB value is (237,253,198). Sum of RGB (Red+Green+Blue) = 237+253+198=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC6 is #120239. Grayscale: #F2F2F2. Windows color (decimal): -1180218 or 13041133. OLE color: 13041133.

HSL color Cylindrical-coordinate representation of color #EDFDC6: hue angle of 77.45º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDFDC6 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB237253198-
CMYK0.0600.220.01
HSL77.45º93.22%88.43%-
HSV(B)77.45º21.74%99.22%-
XYZ80.2492.3367.02-
YUV241.95103.2124.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 198 (77.73% from 255) = 28.78%
R=34.45%
G=36.77%
B=28.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531980.0600.220.0177.4593.2288.43
HexEDFDC6601614d5d58
Octal35537530660261115135130
Binary1110110111111101110001101100101101100110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDC6; }

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

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

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

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

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

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

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

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