#E1FFBD

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

Shades of Snow Flurry #E1FFBD

Tints of Snow Flurry #E1FFBD

Color information

#E1FFBD (or 0xE1FFBD) is unknown color: approx Snow Flurry. HEX triplet: E1, FF and BD. RGB value is (225,255,189). Sum of RGB (Red+Green+Blue) = 225+255+189=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FFBD is #1E0042. Grayscale: #EEEEEE. Windows color (decimal): -1966147 or 12451809. OLE color: 12451809.

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

Color convert

RGB225255189-
CMYK0.1200.260
HSL87.27º100%87.06%-
HSV(B)87.27º25.88%100%-
XYZ7691.261.74-
YUV238.51100.06118.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=33.63%
G=38.12%
B=28.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551890.1200.26087.2710087.06
HexE1FFBDC01A0576457
Octal341377275140320127144127
Binary11100001111111111011110111000110100101011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FFBD; }

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

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

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

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

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

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

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

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