Html Css Color HEX #E0F0BA Snow Flurry

📋 copy color: '#E0F0BA'

red 224 ◦ green 240 ◦ blue 186

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

Shades of Snow Flurry #E0F0BA

Tints of Snow Flurry #E0F0BA

RGB

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

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

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

R = 34.46%
G = 36.92%
B = 28.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#E0F0BA (or 0xE0F0BA) is known color: Snow Flurry. HEX triplet: E0, F0 and BA. RGB value is (224,240,186). Sum of RGB (Red+Green+Blue) = 224+240+186=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0BA is #1F0F45. Grayscale: #E5E5E5. Windows color (decimal): -2035526 or 12251360. OLE color: 12251360.

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

Color convert

RGB 224 240 186 -
CMYK 0.07 0 0.22 0.06
HSL 77.78º 0.64% 0.84% -
HSV(B) 77.78º 0.23% 0.94% -
XYZ 70.76 81.71 58.5 -
YUV 229.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 224 240 186 0.07 0 0.22 0.06 77.78 0.64 0.84
Hex E0 F0 BA 7 0 16 6 4E 40 54
Octal 340 360 272 7 0 26 6 116 100 124
Binary 11100000 11110000 10111010 111 0 10110 110 1001110 1000000 1010100

Color Harmonies of #E0F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F0BA

Black with #E0F0BA

Text Example


Text Example

White with #E0F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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