#E1F0BD

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

Shades of Snow Flurry #E1F0BD

Tints of Snow Flurry #E1F0BD

Color information

#E1F0BD (or 0xE1F0BD) is unknown color: approx Snow Flurry. HEX triplet: E1, F0 and BD. RGB value is (225,240,189). Sum of RGB (Red+Green+Blue) = 225+240+189=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0BD is #1E0F42. Grayscale: #E5E5E5. Windows color (decimal): -1969987 or 12447969. OLE color: 12447969.

HSL color Cylindrical-coordinate representation of color #E1F0BD: hue angle of 77.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1F0BD is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB225240189-
CMYK0.0600.210.06
HSL77.65º62.96%84.12%-
HSV(B)77.65º21.25%94.12%-
XYZ71.48260.21-
YUV229.7105.03124.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=34.40%
G=36.70%
B=28.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252401890.0600.210.0677.6562.9684.12
HexE1F0BD601564e3f54
Octal3413602756025611677124
Binary11100001111100001011110111001010111010011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F0BD; }

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

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

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

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

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

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

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

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