#EDFCD1

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

Shades of Snow Flurry #EDFCD1

Tints of Snow Flurry #EDFCD1

Color information

#EDFCD1 (or 0xEDFCD1) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and D1. RGB value is (237,252,209). Sum of RGB (Red+Green+Blue) = 237+252+209=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD1 is #12032E. Grayscale: #F2F2F2. Windows color (decimal): -1180463 or 13761773. OLE color: 13761773.

HSL color Cylindrical-coordinate representation of color #EDFCD1: hue angle of 80.93º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFCD1 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB237252209-
CMYK0.0600.170.01
HSL80.93º87.76%90.39%-
HSV(B)80.93º17.06%98.82%-
XYZ81.2492.2373.84-
YUV242.61109.03124-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 209 (82.03% from 255) = 29.94%
R=33.95%
G=36.10%
B=29.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522090.0600.170.0180.9387.7690.39
HexEDFCD16011151585a
Octal35537432160211121130132
Binary1110110111111100110100011100100011101000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCD1; }

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

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

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

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

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

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

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

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