#E2F2BA

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

Shades of Snow Flurry #E2F2BA

Tints of Snow Flurry #E2F2BA

Color information

#E2F2BA (or 0xE2F2BA) is unknown color: approx Snow Flurry. HEX triplet: E2, F2 and BA. RGB value is (226,242,186). Sum of RGB (Red+Green+Blue) = 226+242+186=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2BA is #1D0D45. Grayscale: #E7E7E7. Windows color (decimal): -1903942 or 12251874. OLE color: 12251874.

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

Color convert

RGB226242186-
CMYK0.0700.230.05
HSL77.14º68.29%83.92%-
HSV(B)77.14º23.14%94.9%-
XYZ71.9883.2258.72-
YUV230.83102.7124.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 186 (73.05% from 255) = 28.44%
R=34.56%
G=37.00%
B=28.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262421860.0700.230.0577.1468.2983.92
HexE2F2BA701754d4454
Octal34236227270275115104124
Binary111000101111001010111010111010111101100110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F2BA; }

 p { color: rgb(226,242,186); }

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

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

 a { background-color: rgb(226,242,186); }

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

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

 span { border-color: rgb(226,242,186); }

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