#EDFED4

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

Shades of Snow Flurry #EDFED4

Tints of Snow Flurry #EDFED4

Color information

#EDFED4 (or 0xEDFED4) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and D4. RGB value is (237,254,212). Sum of RGB (Red+Green+Blue) = 237+254+212=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 212 (83.20% from 255 or 30.16% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED4 is #12012B. Grayscale: #F4F4F4. Windows color (decimal): -1179948 or 13958893. OLE color: 13958893.

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

Color convert

RGB237254212-
CMYK0.0700.170.00
HSL84.29º95.45%91.37%-
HSV(B)84.29º16.54%99.61%-
XYZ82.2593.6476.03-
YUV244.13109.87122.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 212 (83.20% from 255) = 30.16%
R=33.71%
G=36.13%
B=30.16%

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
Decimal2372542120.0700.170.0084.2995.4591.37
HexEDFED470110545f5b
Octal35537632470210124137133
Binary1110110111111110110101001110100010101010010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFED4; }

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

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

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

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

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

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

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

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