Html Css Color HEX #E0FFB2 Snow Flurry

📋 copy color: '#E0FFB2'

red 224 ◦ green 255 ◦ blue 178

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

Shades of Snow Flurry #E0FFB2

Tints of Snow Flurry #E0FFB2

RGB

 RED value IS 224 (87.89% from 255) = 34.09%

 GREEN value IS 255 (100% from 255) = 38.81%

 BLUE value IS 178 (69.92% from 255) = 27.09%

R = 34.09%
G = 38.81%
B = 27.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#E0FFB2 (or 0xE0FFB2) is known color: Snow Flurry. HEX triplet: E0, FF and B2. RGB value is (224,255,178). Sum of RGB (Red+Green+Blue) = 224+255+178=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 178 (69.92% from 255 or 27.09% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFB2 is #1F004D. Grayscale: #EDEDED. Windows color (decimal): -2031694 or 11730912. OLE color: 11730912.

HSL color Cylindrical-coordinate representation of color #E0FFB2: hue angle of 84.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0FFB2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 224 255 178 -
CMYK 0.12 0 0.30 0
HSL 84.16º 1% 0.85% -
HSV(B) 84.16º 0.3% 1% -
XYZ 74.54 90.58 55.68 -
YUV 236.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 224 255 178 0.12 0 0.30 0 84.16 1 0.85
Hex E0 FF B2 C 0 1E 0 54 64 55
Octal 340 377 262 14 0 36 0 124 144 125
Binary 11100000 11111111 10110010 1100 0 11110 0 1010100 1100100 1010101

Color Harmonies of #E0FFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FFB2

Black with #E0FFB2

Text Example


Text Example

White with #E0FFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FFB2; }

 p { color: rgb(224,255,178); }

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

background-color css

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

 a { background-color: rgb(224,255,178); }

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

border-color css

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

 span { border-color: rgb(224,255,178); }

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