#EDFED2

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

Shades of Snow Flurry #EDFED2

Tints of Snow Flurry #EDFED2

Color information

#EDFED2 (or 0xEDFED2) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and D2. RGB value is (237,254,210). Sum of RGB (Red+Green+Blue) = 237+254+210=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 210 (82.42% from 255 or 29.96% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED2 is #12012D. Grayscale: #F4F4F4. Windows color (decimal): -1179950 or 13827821. OLE color: 13827821.

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

Color convert

RGB237254210-
CMYK0.0700.170.00
HSL83.18º95.65%90.98%-
HSV(B)83.18º17.32%99.61%-
XYZ8293.5474.71-
YUV243.9108.87123.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 210 (82.42% from 255) = 29.96%
R=33.81%
G=36.23%
B=29.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542100.0700.170.0083.1895.6590.98
HexEDFED27011053605b
Octal35537632270210123140133
Binary1110110111111110110100101110100010101001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFED2; }

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

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

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

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

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

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

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

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