#EDFBBF

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

Shades of Snow Flurry #EDFBBF

Tints of Snow Flurry #EDFBBF

Color information

#EDFBBF (or 0xEDFBBF) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and BF. RGB value is (237,251,191). Sum of RGB (Red+Green+Blue) = 237+251+191=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBF is #120440. Grayscale: #F0F0F0. Windows color (decimal): -1180737 or 12581869. OLE color: 12581869.

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

Color convert

RGB237251191-
CMYK0.0600.240.02
HSL74º88.24%86.67%-
HSV(B)74º23.9%98.43%-
XYZ78.8390.7662.65-
YUV239.97100.36125.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 191 (75% from 255) = 28.13%
R=34.90%
G=36.97%
B=28.13%

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
Decimal2372511910.0600.240.027488.2486.67
HexEDFBBF601824a5857
Octal35537327760302112130127
Binary11101101111110111011111111001100010100101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBBF; }

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

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

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

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

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

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

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

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