#EDFDC9

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

Shades of Snow Flurry #EDFDC9

Tints of Snow Flurry #EDFDC9

Color information

#EDFDC9 (or 0xEDFDC9) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and C9. RGB value is (237,253,201). Sum of RGB (Red+Green+Blue) = 237+253+201=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC9 is #120236. Grayscale: #F2F2F2. Windows color (decimal): -1180215 or 13237741. OLE color: 13237741.

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

Color convert

RGB237253201-
CMYK0.0600.210.01
HSL78.46º92.86%89.02%-
HSV(B)78.46º20.55%99.22%-
XYZ80.5992.4768.86-
YUV242.29104.7124.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 201 (78.91% from 255) = 29.09%
R=34.30%
G=36.61%
B=29.09%

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
Decimal2372532010.0600.210.0178.4692.8689.02
HexEDFDC9601514e5d59
Octal35537531160251116135131
Binary1110110111111101110010011100101011100111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDC9; }

 p { color: rgb(237,253,201); }

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

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

 a { background-color: rgb(237,253,201); }

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

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

 span { border-color: rgb(237,253,201); }

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