Html Css Color HEX #E0F8BF Snow Flurry

📋 copy color: '#E0F8BF'

red 224 ◦ green 248 ◦ blue 191

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

Shades of Snow Flurry #E0F8BF

Tints of Snow Flurry #E0F8BF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.41%

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

R = 33.79%
G = 37.41%
B = 28.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#E0F8BF (or 0xE0F8BF) is known color: Snow Flurry. HEX triplet: E0, F8 and BF. RGB value is (224,248,191). Sum of RGB (Red+Green+Blue) = 224+248+191=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F8BF is #1F0740. Grayscale: #EAEAEA. Windows color (decimal): -2033473 or 12581088. OLE color: 12581088.

HSL color Cylindrical-coordinate representation of color #E0F8BF: hue angle of 85.26º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0F8BF is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 248 191 -
CMYK 0.10 0 0.23 0.03
HSL 85.26º 0.8% 0.86% -
HSV(B) 85.26º 0.23% 0.97% -
XYZ 73.71 86.74 62.15 -
YUV 234.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 224 248 191 0.10 0 0.23 0.03 85.26 0.8 0.86
Hex E0 F8 BF A 0 17 3 55 50 56
Octal 340 370 277 12 0 27 3 125 120 126
Binary 11100000 11111000 10111111 1010 0 10111 11 1010101 1010000 1010110

Color Harmonies of #E0F8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F8BF

Black with #E0F8BF

Text Example


Text Example

White with #E0F8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F8BF; }

 p { color: rgb(224,248,191); }

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

background-color css

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

 a { background-color: rgb(224,248,191); }

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

border-color css

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

 span { border-color: rgb(224,248,191); }

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