Html Css Color HEX #E2F0BA Snow Flurry

📋 copy color: '#E2F0BA'

red 226 ◦ green 240 ◦ blue 186

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

Shades of Snow Flurry #E2F0BA

Tints of Snow Flurry #E2F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.81%

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

R = 34.66%
G = 36.81%
B = 28.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#E2F0BA (or 0xE2F0BA) is known color: Snow Flurry. HEX triplet: E2, F0 and BA. RGB value is (226,240,186). Sum of RGB (Red+Green+Blue) = 226+240+186=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F0BA is #1D0F45. Grayscale: #E5E5E5. Windows color (decimal): -1904454 or 12251362. OLE color: 12251362.

HSL color Cylindrical-coordinate representation of color #E2F0BA: hue angle of 75.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2F0BA is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 240 186 -
CMYK 0.06 0 0.22 0.06
HSL 75.56º 0.64% 0.84% -
HSV(B) 75.56º 0.23% 0.94% -
XYZ 71.39 82.03 58.53 -
YUV 229.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 226 240 186 0.06 0 0.22 0.06 75.56 0.64 0.84
Hex E2 F0 BA 6 0 16 6 4C 40 54
Octal 342 360 272 6 0 26 6 114 100 124
Binary 11100010 11110000 10111010 110 0 10110 110 1001100 1000000 1010100

Color Harmonies of #E2F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F0BA

Black with #E2F0BA

Text Example


Text Example

White with #E2F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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