#E6F2BE

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

Shades of Snow Flurry #E6F2BE

Tints of Snow Flurry #E6F2BE

Color information

#E6F2BE (or 0xE6F2BE) is unknown color: approx Snow Flurry. HEX triplet: E6, F2 and BE. RGB value is (230,242,190). Sum of RGB (Red+Green+Blue) = 230+242+190=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2BE is #190D41. Grayscale: #E8E8E8. Windows color (decimal): -1641794 or 12514022. OLE color: 12514022.

HSL color Cylindrical-coordinate representation of color #E6F2BE: hue angle of 73.85º degrees, saturation: 0.67, 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 #E6F2BE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB230242190-
CMYK0.0500.210.05
HSL73.85º66.67%84.71%-
HSV(B)73.85º21.49%94.9%-
XYZ73.6884.0461.05-
YUV232.48104.02126.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 242 (94.92% from 255) = 36.56%
BLUE value IS 190 (74.61% from 255) = 28.70%
R=34.74%
G=36.56%
B=28.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302421900.0500.210.0573.8566.6784.71
HexE6F2BE501554a4355
Octal34636227650255112103125
Binary111001101111001010111110101010101101100101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2BE; }

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

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

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

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

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

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

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

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