Html Css Color HEX #E1F0BA Snow Flurry

📋 copy color: '#E1F0BA'

red 225 ◦ green 240 ◦ blue 186

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

Shades of Snow Flurry #E1F0BA

Tints of Snow Flurry #E1F0BA

RGB

 RED value IS 225 (88.28% from 255) = 34.56%

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

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

R = 34.56%
G = 36.87%
B = 28.57%

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

#E1F0BA (or 0xE1F0BA) is known color: Snow Flurry. HEX triplet: E1, F0 and BA. RGB value is (225,240,186). Sum of RGB (Red+Green+Blue) = 225+240+186=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0BA is #1E0F45. Grayscale: #E5E5E5. Windows color (decimal): -1969990 or 12251361. OLE color: 12251361.

HSL color Cylindrical-coordinate representation of color #E1F0BA: hue angle of 76.67º 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 #E1F0BA is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 240 186 -
CMYK 0.06 0 0.22 0.06
HSL 76.67º 0.64% 0.84% -
HSV(B) 76.67º 0.23% 0.94% -
XYZ 71.07 81.87 58.51 -
YUV 229.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 225 240 186 0.06 0 0.22 0.06 76.67 0.64 0.84
Hex E1 F0 BA 6 0 16 6 4D 40 54
Octal 341 360 272 6 0 26 6 115 100 124
Binary 11100001 11110000 10111010 110 0 10110 110 1001101 1000000 1010100

Color Harmonies of #E1F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F0BA

Black with #E1F0BA

Text Example


Text Example

White with #E1F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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