#EDFCD2

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

Shades of Snow Flurry #EDFCD2

Tints of Snow Flurry #EDFCD2

Color information

#EDFCD2 (or 0xEDFCD2) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and D2. RGB value is (237,252,210). Sum of RGB (Red+Green+Blue) = 237+252+210=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD2 is #12032D. Grayscale: #F2F2F2. Windows color (decimal): -1180462 or 13827309. OLE color: 13827309.

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

Color convert

RGB237252210-
CMYK0.0600.170.01
HSL81.43º87.5%90.59%-
HSV(B)81.43º16.67%98.82%-
XYZ81.3792.2874.5-
YUV242.73109.53123.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 252 (98.83% from 255) = 36.05%
BLUE value IS 210 (82.42% from 255) = 30.04%
R=33.91%
G=36.05%
B=30.04%

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
Decimal2372522100.0600.170.0181.4387.590.59
HexEDFCD26011151585b
Octal35537432260211121130133
Binary1110110111111100110100101100100011101000110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCD2; }

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

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

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

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

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

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

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

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