#EDFFD3

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

Shades of Snow Flurry #EDFFD3

Tints of Snow Flurry #EDFFD3

Color information

#EDFFD3 (or 0xEDFFD3) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and D3. RGB value is (237,255,211). Sum of RGB (Red+Green+Blue) = 237+255+211=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD3 is #12002C. Grayscale: #F4F4F4. Windows color (decimal): -1179693 or 13893613. OLE color: 13893613.

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

Color convert

RGB237255211-
CMYK0.0700.170
HSL84.55º100%91.37%-
HSV(B)84.55º17.25%100%-
XYZ82.4494.2375.47-
YUV244.6109.04122.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 211 (82.81% from 255) = 30.01%
R=33.71%
G=36.27%
B=30.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552110.0700.17084.5510091.37
HexEDFFD37011055645b
Octal35537732370210125144133
Binary1110110111111111110100111110100010101010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFD3; }

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

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

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

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

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

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

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

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