Html Css Color HEX #E2F6BA Snow Flurry

📋 copy color: '#E2F6BA'

red 226 ◦ green 246 ◦ blue 186

#E2F6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #E2F6BA

Tints of Snow Flurry #E2F6BA

RGB

 RED value IS 226 (88.67% from 255) = 34.35%

 GREEN value IS 246 (96.48% from 255) = 37.39%

 BLUE value IS 186 (73.05% from 255) = 28.27%

R = 34.35%
G = 37.39%
B = 28.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#E2F6BA (or 0xE2F6BA) is known color: Snow Flurry. HEX triplet: E2, F6 and BA. RGB value is (226,246,186). Sum of RGB (Red+Green+Blue) = 226+246+186=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F6BA is #1D0945. Grayscale: #E9E9E9. Windows color (decimal): -1902918 or 12252898. OLE color: 12252898.

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

Color convert

RGB 226 246 186 -
CMYK 0.08 0 0.24 0.04
HSL 80º 0.77% 0.85% -
HSV(B) 80º 0.24% 0.96% -
XYZ 73.18 85.63 59.12 -
YUV 233.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 226 246 186 0.08 0 0.24 0.04 80 0.77 0.85
Hex E2 F6 BA 8 0 18 4 50 4D 55
Octal 342 366 272 10 0 30 4 120 115 125
Binary 11100010 11110110 10111010 1000 0 11000 100 1010000 1001101 1010101

Color Harmonies of #E2F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F6BA

Black with #E2F6BA

Text Example


Text Example

White with #E2F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F6BA; }

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

 H1.HeaderClassName
 {
   color: #E2F6BA;
 }
 .AnyTagClassName
 {
   color: #E2F6BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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