#EDFDC2

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

Shades of Snow Flurry #EDFDC2

Tints of Snow Flurry #EDFDC2

Color information

#EDFDC2 (or 0xEDFDC2) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and C2. RGB value is (237,253,194). Sum of RGB (Red+Green+Blue) = 237+253+194=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC2 is #12023D. Grayscale: #F1F1F1. Windows color (decimal): -1180222 or 12778989. OLE color: 12778989.

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

Color convert

RGB237253194-
CMYK0.0600.230.01
HSL76.27º93.65%87.65%-
HSV(B)76.27º23.32%99.22%-
XYZ79.7992.1564.62-
YUV241.49101.2124.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 194 (76.17% from 255) = 28.36%
R=34.65%
G=36.99%
B=28.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531940.0600.230.0176.2793.6587.65
HexEDFDC2601714c5e58
Octal35537530260271114136130
Binary1110110111111101110000101100101111100110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDC2; }

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

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

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

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

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

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

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

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