#EDFCC4

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

Shades of Snow Flurry #EDFCC4

Tints of Snow Flurry #EDFCC4

Color information

#EDFCC4 (or 0xEDFCC4) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and C4. RGB value is (237,252,196). Sum of RGB (Red+Green+Blue) = 237+252+196=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC4 is #12033B. Grayscale: #F1F1F1. Windows color (decimal): -1180476 or 12909805. OLE color: 12909805.

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

Color convert

RGB237252196-
CMYK0.0600.220.01
HSL76.07º90.32%87.84%-
HSV(B)76.07º22.22%98.82%-
XYZ79.791.6165.71-
YUV241.13102.53125.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 196 (76.95% from 255) = 28.61%
R=34.60%
G=36.79%
B=28.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521960.0600.220.0176.0790.3287.84
HexEDFCC4601614c5a58
Octal35537430460261114132130
Binary1110110111111100110001001100101101100110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCC4; }

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

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

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

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

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

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

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

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