#EDFCC6

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

Shades of Snow Flurry #EDFCC6

Tints of Snow Flurry #EDFCC6

Color information

#EDFCC6 (or 0xEDFCC6) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and C6. RGB value is (237,252,198). Sum of RGB (Red+Green+Blue) = 237+252+198=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC6 is #120339. Grayscale: #F1F1F1. Windows color (decimal): -1180474 or 13040877. OLE color: 13040877.

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

Color convert

RGB237252198-
CMYK0.0600.210.01
HSL76.67º90%88.24%-
HSV(B)76.67º21.43%98.82%-
XYZ79.9391.766.91-
YUV241.36103.53124.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 198 (77.73% from 255) = 28.82%
R=34.50%
G=36.68%
B=28.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521980.0600.210.0176.679088.24
HexEDFCC6601514d5a58
Octal35537430660251115132130
Binary1110110111111100110001101100101011100110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCC6; }

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

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

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

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

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

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

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

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