#EDFED5

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

Shades of Snow Flurry #EDFED5

Tints of Snow Flurry #EDFED5

Color information

#EDFED5 (or 0xEDFED5) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and D5. RGB value is (237,254,213). Sum of RGB (Red+Green+Blue) = 237+254+213=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 213 (83.59% from 255 or 30.26% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED5 is #12012A. Grayscale: #F4F4F4. Windows color (decimal): -1179947 or 14024429. OLE color: 14024429.

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

Color convert

RGB237254213-
CMYK0.0700.160.00
HSL84.88º95.35%91.57%-
HSV(B)84.88º16.14%99.61%-
XYZ82.3893.6976.69-
YUV244.24110.37122.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 213 (83.59% from 255) = 30.26%
R=33.66%
G=36.08%
B=30.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542130.0700.160.0084.8895.3591.57
HexEDFED570100555f5c
Octal35537632570200125137134
Binary1110110111111110110101011110100000101010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFED5; }

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

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

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

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

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

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

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

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