#EDFBC0

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

Shades of Snow Flurry #EDFBC0

Tints of Snow Flurry #EDFBC0

Color information

#EDFBC0 (or 0xEDFBC0) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and C0. RGB value is (237,251,192). Sum of RGB (Red+Green+Blue) = 237+251+192=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBC0 is #12043F. Grayscale: #F0F0F0. Windows color (decimal): -1180736 or 12647405. OLE color: 12647405.

HSL color Cylindrical-coordinate representation of color #EDFBC0: hue angle of 74.24º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDFBC0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB237251192-
CMYK0.0600.240.02
HSL74.24º88.06%86.86%-
HSV(B)74.24º23.51%98.43%-
XYZ78.9490.863.24-
YUV240.09100.86125.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 192 (75.39% from 255) = 28.24%
R=34.85%
G=36.91%
B=28.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511920.0600.240.0274.2488.0686.86
HexEDFBC0601824a5857
Octal35537330060302112130127
Binary11101101111110111100000011001100010100101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBC0; }

 p { color: rgb(237,251,192); }

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

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

 a { background-color: rgb(237,251,192); }

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

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

 span { border-color: rgb(237,251,192); }

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