Html Css Color HEX #E2F1BF Snow Flurry

📋 copy color: '#E2F1BF'

red 226 ◦ green 241 ◦ blue 191

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

Shades of Snow Flurry #E2F1BF

Tints of Snow Flurry #E2F1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.03%

R = 34.35%
G = 36.63%
B = 29.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#E2F1BF (or 0xE2F1BF) is known color: Snow Flurry. HEX triplet: E2, F1 and BF. RGB value is (226,241,191). Sum of RGB (Red+Green+Blue) = 226+241+191=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1BF is #1D0E40. Grayscale: #E7E7E7. Windows color (decimal): -1904193 or 12579298. OLE color: 12579298.

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

Color convert

RGB 226 241 191 -
CMYK 0.06 0 0.21 0.05
HSL 78º 0.64% 0.85% -
HSV(B) 78º 0.21% 0.95% -
XYZ 72.22 82.84 61.47 -
YUV 230.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 226 241 191 0.06 0 0.21 0.05 78 0.64 0.85
Hex E2 F1 BF 6 0 15 5 4E 40 55
Octal 342 361 277 6 0 25 5 116 100 125
Binary 11100010 11110001 10111111 110 0 10101 101 1001110 1000000 1010101

Color Harmonies of #E2F1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F1BF

Black with #E2F1BF

Text Example


Text Example

White with #E2F1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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