#EDFFC5

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

Shades of Snow Flurry #EDFFC5

Tints of Snow Flurry #EDFFC5

Color information

#EDFFC5 (or 0xEDFFC5) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and C5. RGB value is (237,255,197). Sum of RGB (Red+Green+Blue) = 237+255+197=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 197 (77.34% from 255 or 28.59% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFC5 is #12003A. Grayscale: #F3F3F3. Windows color (decimal): -1179707 or 12976109. OLE color: 12976109.

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

Color convert

RGB237255197-
CMYK0.0700.230
HSL78.62º100%88.63%-
HSV(B)78.62º22.75%100%-
XYZ80.7693.5666.62-
YUV243.01102.04123.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 197 (77.34% from 255) = 28.59%
R=34.40%
G=37.01%
B=28.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551970.0700.23078.6210088.63
HexEDFFC5701704f6459
Octal35537730570270117144131
Binary1110110111111111110001011110101110100111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFC5; }

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

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

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

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

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

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

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

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