#EDFFBC

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

Shades of Snow Flurry #EDFFBC

Tints of Snow Flurry #EDFFBC

Color information

#EDFFBC (or 0xEDFFBC) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and BC. RGB value is (237,255,188). Sum of RGB (Red+Green+Blue) = 237+255+188=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 188 (73.83% from 255 or 27.65% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFBC is #120043. Grayscale: #F2F2F2. Windows color (decimal): -1179716 or 12386285. OLE color: 12386285.

HSL color Cylindrical-coordinate representation of color #EDFFBC: hue angle of 76.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFFBC is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB237255188-
CMYK0.0700.260
HSL76.12º100%86.86%-
HSV(B)76.12º26.27%100%-
XYZ79.7693.1661.35-
YUV241.9897.54124.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 188 (73.83% from 255) = 27.65%
R=34.85%
G=37.5%
B=27.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551880.0700.26076.1210086.86
HexEDFFBC701A04c6457
Octal35537727470320114144127
Binary1110110111111111101111001110110100100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFBC; }

 p { color: rgb(237,255,188); }

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

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

 a { background-color: rgb(237,255,188); }

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

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

 span { border-color: rgb(237,255,188); }

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