#EDFFD4

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

Shades of Snow Flurry #EDFFD4

Tints of Snow Flurry #EDFFD4

Color information

#EDFFD4 (or 0xEDFFD4) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and D4. RGB value is (237,255,212). Sum of RGB (Red+Green+Blue) = 237+255+212=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 212 (83.20% from 255 or 30.11% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD4 is #12002B. Grayscale: #F4F4F4. Windows color (decimal): -1179692 or 13959149. OLE color: 13959149.

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

Color convert

RGB237255212-
CMYK0.0700.170
HSL85.12º100%91.57%-
HSV(B)85.12º16.86%100%-
XYZ82.5794.2876.13-
YUV244.72109.54122.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 212 (83.20% from 255) = 30.11%
R=33.66%
G=36.22%
B=30.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552120.0700.17085.1210091.57
HexEDFFD47011055645c
Octal35537732470210125144134
Binary1110110111111111110101001110100010101010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFD4; }

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

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

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

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

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

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

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

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