#E0F7BD

Color #E0F7BD Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #E0F7BD

Tints of Snow Flurry #E0F7BD

Color information

#E0F7BD (or 0xE0F7BD) is unknown color: approx Snow Flurry. HEX triplet: E0, F7 and BD. RGB value is (224,247,189). Sum of RGB (Red+Green+Blue) = 224+247+189=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F7BD is #1F0842. Grayscale: #E9E9E9. Windows color (decimal): -2033731 or 12449760. OLE color: 12449760.

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

Color convert

RGB224247189-
CMYK0.0900.230.03
HSL83.79º78.38%85.49%-
HSV(B)83.79º23.48%96.86%-
XYZ73.1986.0460.89-
YUV233.51102.88121.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.94%
GREEN value IS 247 (96.88% from 255) = 37.42%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=33.94%
G=37.42%
B=28.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242471890.0900.230.0383.7978.3885.49
HexE0F7BD90173544e55
Octal340367275110273124116125
Binary111000001111011110111101100101011111101010010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F7BD; }

 p { color: rgb(224,247,189); }

 H1.HeaderClassName
 {
   color: #E0F7BD;
 }
 .AnyTagClassName
 {
   color: #E0F7BD;
 }
</style>
background-color css

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

 a { background-color: rgb(224,247,189); }

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

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

 span { border-color: rgb(224,247,189); }

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