#EDFEC2

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

Shades of Snow Flurry #EDFEC2

Tints of Snow Flurry #EDFEC2

Color information

#EDFEC2 (or 0xEDFEC2) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and C2. RGB value is (237,254,194). Sum of RGB (Red+Green+Blue) = 237+254+194=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEC2 is #12013D. Grayscale: #F2F2F2. Windows color (decimal): -1179966 or 12779245. OLE color: 12779245.

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

Color convert

RGB237254194-
CMYK0.0700.240.00
HSL77º96.77%87.84%-
HSV(B)77º23.62%99.61%-
XYZ80.192.7864.73-
YUV242.08100.87124.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 194 (76.17% from 255) = 28.32%
R=34.60%
G=37.08%
B=28.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541940.0700.240.007796.7787.84
HexEDFEC2701804d6158
Octal35537630270300115141130
Binary1110110111111110110000101110110000100110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEC2; }

 p { color: rgb(237,254,194); }

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

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

 a { background-color: rgb(237,254,194); }

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

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

 span { border-color: rgb(237,254,194); }

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