#EDFFC6

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

Shades of Snow Flurry #EDFFC6

Tints of Snow Flurry #EDFFC6

Color information

#EDFFC6 (or 0xEDFFC6) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and C6. RGB value is (237,255,198). Sum of RGB (Red+Green+Blue) = 237+255+198=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFC6 is #120039. Grayscale: #F3F3F3. Windows color (decimal): -1179706 or 13041645. OLE color: 13041645.

HSL color Cylindrical-coordinate representation of color #EDFFC6: hue angle of 78.95º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDFFC6 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB237255198-
CMYK0.0700.220
HSL78.95º100%88.82%-
HSV(B)78.95º22.35%100%-
XYZ80.8893.667.23-
YUV243.12102.54123.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 198 (77.73% from 255) = 28.70%
R=34.35%
G=36.96%
B=28.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551980.0700.22078.9510088.82
HexEDFFC6701604f6459
Octal35537730670260117144131
Binary1110110111111111110001101110101100100111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFC6; }

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

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

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

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

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

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

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

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