#E2F7BD

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

Shades of Snow Flurry #E2F7BD

Tints of Snow Flurry #E2F7BD

Color information

#E2F7BD (or 0xE2F7BD) is unknown color: approx Snow Flurry. HEX triplet: E2, F7 and BD. RGB value is (226,247,189). Sum of RGB (Red+Green+Blue) = 226+247+189=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F7BD is #1D0842. Grayscale: #EAEAEA. Windows color (decimal): -1902659 or 12449762. OLE color: 12449762.

HSL color Cylindrical-coordinate representation of color #E2F7BD: hue angle of 81.72º 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 #E2F7BD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB226247189-
CMYK0.0900.230.03
HSL81.72º78.38%85.49%-
HSV(B)81.72º23.48%96.86%-
XYZ73.8186.3660.92-
YUV234.11102.54122.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=34.14%
G=37.31%
B=28.55%

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
Decimal2262471890.0900.230.0381.7278.3885.49
HexE2F7BD90173524e55
Octal342367275110273122116125
Binary111000101111011110111101100101011111101001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F7BD; }

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

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

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

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

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

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

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

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