#E5F3BF

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

Shades of Snow Flurry #E5F3BF

Tints of Snow Flurry #E5F3BF

Color information

#E5F3BF (or 0xE5F3BF) is unknown color: approx Snow Flurry. HEX triplet: E5, F3 and BF. RGB value is (229,243,191). Sum of RGB (Red+Green+Blue) = 229+243+191=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F3BF is #1A0C40. Grayscale: #E9E9E9. Windows color (decimal): -1707073 or 12579813. OLE color: 12579813.

HSL color Cylindrical-coordinate representation of color #E5F3BF: hue angle of 76.15º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5F3BF is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB229243191-
CMYK0.0600.210.05
HSL76.15º68.42%85.1%-
HSV(B)76.15º21.4%95.29%-
XYZ73.7784.5261.72-
YUV232.89104.36125.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.54%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 191 (75% from 255) = 28.81%
R=34.54%
G=36.65%
B=28.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292431910.0600.210.0576.1568.4285.1
HexE5F3BF601554c4455
Octal34536327760255114104125
Binary111001011111001110111111110010101101100110010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F3BF; }

 p { color: rgb(229,243,191); }

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

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

 a { background-color: rgb(229,243,191); }

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

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

 span { border-color: rgb(229,243,191); }

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