#EDFDC3

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

Shades of Snow Flurry #EDFDC3

Tints of Snow Flurry #EDFDC3

Color information

#EDFDC3 (or 0xEDFDC3) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and C3. RGB value is (237,253,195). Sum of RGB (Red+Green+Blue) = 237+253+195=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC3 is #12023C. Grayscale: #F1F1F1. Windows color (decimal): -1180221 or 12844525. OLE color: 12844525.

HSL color Cylindrical-coordinate representation of color #EDFDC3: hue angle of 76.55º 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 #EDFDC3 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB237253195-
CMYK0.0600.230.01
HSL76.55º93.55%87.84%-
HSV(B)76.55º22.92%99.22%-
XYZ79.992.265.21-
YUV241.6101.7124.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 195 (76.56% from 255) = 28.47%
R=34.60%
G=36.93%
B=28.47%

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
Decimal2372531950.0600.230.0176.5593.5587.84
HexEDFDC3601714d5e58
Octal35537530360271115136130
Binary1110110111111101110000111100101111100110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDC3; }

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

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

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

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

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

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

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

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