#EDFCBF

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

Shades of Snow Flurry #EDFCBF

Tints of Snow Flurry #EDFCBF

Color information

#EDFCBF (or 0xEDFCBF) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and BF. RGB value is (237,252,191). Sum of RGB (Red+Green+Blue) = 237+252+191=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 191 (75% from 255 or 28.09% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBF is #120340. Grayscale: #F0F0F0. Windows color (decimal): -1180481 or 12582125. OLE color: 12582125.

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

Color convert

RGB237252191-
CMYK0.0600.240.01
HSL74.75º91.04%86.86%-
HSV(B)74.75º24.21%98.82%-
XYZ79.1491.3962.76-
YUV240.56100.03125.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 191 (75% from 255) = 28.09%
R=34.85%
G=37.06%
B=28.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521910.0600.240.0174.7591.0486.86
HexEDFCBF601814b5b57
Octal35537427760301113133127
Binary1110110111111100101111111100110001100101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCBF; }

 p { color: rgb(237,252,191); }

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

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

 a { background-color: rgb(237,252,191); }

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

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

 span { border-color: rgb(237,252,191); }

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