#EDFFBD

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

Shades of Snow Flurry #EDFFBD

Tints of Snow Flurry #EDFFBD

Color information

#EDFFBD (or 0xEDFFBD) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and BD. RGB value is (237,255,189). Sum of RGB (Red+Green+Blue) = 237+255+189=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFBD is #120042. Grayscale: #F2F2F2. Windows color (decimal): -1179715 or 12451821. OLE color: 12451821.

HSL color Cylindrical-coordinate representation of color #EDFFBD: hue angle of 76.36º 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 #EDFFBD is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB237255189-
CMYK0.0700.260
HSL76.36º100%87.06%-
HSV(B)76.36º25.88%100%-
XYZ79.8793.261.92-
YUV242.0998.04124.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 189 (74.22% from 255) = 27.75%
R=34.80%
G=37.44%
B=27.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551890.0700.26076.3610087.06
HexEDFFBD701A04c6457
Octal35537727570320114144127
Binary1110110111111111101111011110110100100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFBD; }

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

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

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

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

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

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

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

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