#EDFFD1

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

Shades of Snow Flurry #EDFFD1

Tints of Snow Flurry #EDFFD1

Color information

#EDFFD1 (or 0xEDFFD1) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and D1. RGB value is (237,255,209). Sum of RGB (Red+Green+Blue) = 237+255+209=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 209 (82.03% from 255 or 29.81% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD1 is #12002E. Grayscale: #F4F4F4. Windows color (decimal): -1179695 or 13762541. OLE color: 13762541.

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

Color convert

RGB237255209-
CMYK0.0700.180
HSL83.48º100%90.98%-
HSV(B)83.48º18.04%100%-
XYZ82.1994.1374.16-
YUV244.37108.04122.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 209 (82.03% from 255) = 29.81%
R=33.81%
G=36.38%
B=29.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552090.0700.18083.4810090.98
HexEDFFD17012053645b
Octal35537732170220123144133
Binary1110110111111111110100011110100100101001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFD1; }

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

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

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

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

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

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

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

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