#EDFFC1

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

Shades of Snow Flurry #EDFFC1

Tints of Snow Flurry #EDFFC1

Color information

#EDFFC1 (or 0xEDFFC1) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and C1. RGB value is (237,255,193). Sum of RGB (Red+Green+Blue) = 237+255+193=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 193 (75.78% from 255 or 28.18% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFC1 is #12003E. Grayscale: #F2F2F2. Windows color (decimal): -1179711 or 12713965. OLE color: 12713965.

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

Color convert

RGB237255193-
CMYK0.0700.240
HSL77.42º100%87.84%-
HSV(B)77.42º24.31%100%-
XYZ80.3193.3764.24-
YUV242.55100.04124.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 193 (75.78% from 255) = 28.18%
R=34.60%
G=37.23%
B=28.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551930.0700.24077.4210087.84
HexEDFFC1701804d6458
Octal35537730170300115144130
Binary1110110111111111110000011110110000100110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFC1; }

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

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

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

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

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

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

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

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