#E5F1BD

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

Shades of Snow Flurry #E5F1BD

Tints of Snow Flurry #E5F1BD

Color information

#E5F1BD (or 0xE5F1BD) is unknown color: approx Snow Flurry. HEX triplet: E5, F1 and BD. RGB value is (229,241,189). Sum of RGB (Red+Green+Blue) = 229+241+189=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F1BD is #1A0E42. Grayscale: #E7E7E7. Windows color (decimal): -1707587 or 12448229. OLE color: 12448229.

HSL color Cylindrical-coordinate representation of color #E5F1BD: hue angle of 73.85º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5F1BD is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB229241189-
CMYK0.0500.220.05
HSL73.85º65%84.31%-
HSV(B)73.85º21.58%94.51%-
XYZ72.9583.2460.37-
YUV231.48104.02126.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 189 (74.22% from 255) = 28.68%
R=34.75%
G=36.57%
B=28.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292411890.0500.220.0573.856584.31
HexE5F1BD501654a4154
Octal34536127550265112101124
Binary111001011111000110111101101010110101100101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F1BD; }

 p { color: rgb(229,241,189); }

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

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

 a { background-color: rgb(229,241,189); }

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

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

 span { border-color: rgb(229,241,189); }

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