#EDFFBB

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

Shades of Snow Flurry #EDFFBB

Tints of Snow Flurry #EDFFBB

Color information

#EDFFBB (or 0xEDFFBB) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and BB. RGB value is (237,255,187). Sum of RGB (Red+Green+Blue) = 237+255+187=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFBB is #120044. Grayscale: #F2F2F2. Windows color (decimal): -1179717 or 12320749. OLE color: 12320749.

HSL color Cylindrical-coordinate representation of color #EDFFBB: hue angle of 75.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDFFBB is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB237255187-
CMYK0.0700.270
HSL75.88º100%86.67%-
HSV(B)75.88º26.67%100%-
XYZ79.6593.1160.79-
YUV241.8797.04124.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 187 (73.44% from 255) = 27.54%
R=34.90%
G=37.56%
B=27.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551870.0700.27075.8810086.67
HexEDFFBB701B04c6457
Octal35537727370330114144127
Binary1110110111111111101110111110110110100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFBB; }

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

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

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

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

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

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

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

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