Html Css Color HEX #E2F1BA Snow Flurry

📋 copy color: '#E2F1BA'

red 226 ◦ green 241 ◦ blue 186

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

Shades of Snow Flurry #E2F1BA

Tints of Snow Flurry #E2F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.91%

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

R = 34.61%
G = 36.91%
B = 28.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#E2F1BA (or 0xE2F1BA) is known color: Snow Flurry. HEX triplet: E2, F1 and BA. RGB value is (226,241,186). Sum of RGB (Red+Green+Blue) = 226+241+186=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1BA is #1D0E45. Grayscale: #E6E6E6. Windows color (decimal): -1904198 or 12251618. OLE color: 12251618.

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

Color convert

RGB 226 241 186 -
CMYK 0.06 0 0.23 0.05
HSL 76.36º 0.66% 0.84% -
HSV(B) 76.36º 0.23% 0.95% -
XYZ 71.68 82.62 58.62 -
YUV 230.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 226 241 186 0.06 0 0.23 0.05 76.36 0.66 0.84
Hex E2 F1 BA 6 0 17 5 4C 42 54
Octal 342 361 272 6 0 27 5 114 102 124
Binary 11100010 11110001 10111010 110 0 10111 101 1001100 1000010 1010100

Color Harmonies of #E2F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F1BA

Black with #E2F1BA

Text Example


Text Example

White with #E2F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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