#EDF6C3

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

Shades of Snow Flurry #EDF6C3

Tints of Snow Flurry #EDF6C3

Color information

#EDF6C3 (or 0xEDF6C3) is unknown color: approx Snow Flurry. HEX triplet: ED, F6 and C3. RGB value is (237,246,195). Sum of RGB (Red+Green+Blue) = 237+246+195=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 195 (76.56% from 255 or 28.76% from 678); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6C3 is #12093C. Grayscale: #EDEDED. Windows color (decimal): -1182013 or 12842733. OLE color: 12842733.

HSL color Cylindrical-coordinate representation of color #EDF6C3: hue angle of 70.59º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDF6C3 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB237246195-
CMYK0.0400.210.04
HSL70.59º73.91%86.47%-
HSV(B)70.59º20.73%96.47%-
XYZ77.7387.8664.49-
YUV237.49104.02127.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 246 (96.48% from 255) = 36.28%
BLUE value IS 195 (76.56% from 255) = 28.76%
R=34.96%
G=36.28%
B=28.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461950.0400.210.0470.5973.9186.47
HexEDF6C340154474a56
Octal35536630340254107112126
Binary111011011111011011000011100010101100100011110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6C3; }

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

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

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

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

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

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

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

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