Html Css Color HEX #E1F5BD Snow Flurry

📋 copy color: '#E1F5BD'

red 225 ◦ green 245 ◦ blue 189

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

Shades of Snow Flurry #E1F5BD

Tints of Snow Flurry #E1F5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

 BLUE value IS 189 (74.22% from 255) = 28.68%

R = 34.14%
G = 37.18%
B = 28.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#E1F5BD (or 0xE1F5BD) is known color: Snow Flurry. HEX triplet: E1, F5 and BD. RGB value is (225,245,189). Sum of RGB (Red+Green+Blue) = 225+245+189=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F5BD is #1E0A42. Grayscale: #E8E8E8. Windows color (decimal): -1968707 or 12449249. OLE color: 12449249.

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

Color convert

RGB 225 245 189 -
CMYK 0.08 0 0.23 0.04
HSL 81.43º 0.74% 0.85% -
HSV(B) 81.43º 0.23% 0.96% -
XYZ 72.89 84.99 60.71 -
YUV 232.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 225 245 189 0.08 0 0.23 0.04 81.43 0.74 0.85
Hex E1 F5 BD 8 0 17 4 51 4A 55
Octal 341 365 275 10 0 27 4 121 112 125
Binary 11100001 11110101 10111101 1000 0 10111 100 1010001 1001010 1010101

Color Harmonies of #E1F5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F5BD

Black with #E1F5BD

Text Example


Text Example

White with #E1F5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F5BD; }

 p { color: rgb(225,245,189); }

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

background-color css

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

 a { background-color: rgb(225,245,189); }

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

border-color css

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

 span { border-color: rgb(225,245,189); }

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