#EDFBBE

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

Shades of Snow Flurry #EDFBBE

Tints of Snow Flurry #EDFBBE

Color information

#EDFBBE (or 0xEDFBBE) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and BE. RGB value is (237,251,190). Sum of RGB (Red+Green+Blue) = 237+251+190=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBE is #120441. Grayscale: #F0F0F0. Windows color (decimal): -1180738 or 12516333. OLE color: 12516333.

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

Color convert

RGB237251190-
CMYK0.0600.240.02
HSL73.77º88.41%86.47%-
HSV(B)73.77º24.3%98.43%-
XYZ78.7290.7262.08-
YUV239.8699.86125.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 190 (74.61% from 255) = 28.02%
R=34.96%
G=37.02%
B=28.02%

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
Decimal2372511900.0600.240.0273.7788.4186.47
HexEDFBBE601824a5856
Octal35537327660302112130126
Binary11101101111110111011111011001100010100101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBBE; }

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

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

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

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

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

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

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

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