#E6F5BE

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

Shades of Snow Flurry #E6F5BE

Tints of Snow Flurry #E6F5BE

Color information

#E6F5BE (or 0xE6F5BE) is unknown color: approx Snow Flurry. HEX triplet: E6, F5 and BE. RGB value is (230,245,190). Sum of RGB (Red+Green+Blue) = 230+245+190=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F5BE is #190A41. Grayscale: #EAEAEA. Windows color (decimal): -1641026 or 12514790. OLE color: 12514790.

HSL color Cylindrical-coordinate representation of color #E6F5BE: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6F5BE is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB230245190-
CMYK0.0600.220.04
HSL76.36º73.33%85.29%-
HSV(B)76.36º22.45%96.08%-
XYZ74.5885.8561.35-
YUV234.24103.03124.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.59%
GREEN value IS 245 (96.09% from 255) = 36.84%
BLUE value IS 190 (74.61% from 255) = 28.57%
R=34.59%
G=36.84%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302451900.0600.220.0476.3673.3385.29
HexE6F5BE601644c4955
Octal34636527660264114111125
Binary111001101111010110111110110010110100100110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F5BE; }

 p { color: rgb(230,245,190); }

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

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

 a { background-color: rgb(230,245,190); }

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

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

 span { border-color: rgb(230,245,190); }

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