#E2F8BD

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

Shades of Snow Flurry #E2F8BD

Tints of Snow Flurry #E2F8BD

Color information

#E2F8BD (or 0xE2F8BD) is unknown color: approx Snow Flurry. HEX triplet: E2, F8 and BD. RGB value is (226,248,189). Sum of RGB (Red+Green+Blue) = 226+248+189=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F8BD is #1D0742. Grayscale: #EAEAEA. Windows color (decimal): -1902403 or 12450018. OLE color: 12450018.

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

Color convert

RGB226248189-
CMYK0.0900.240.03
HSL82.37º80.82%85.69%-
HSV(B)82.37º23.79%97.25%-
XYZ74.1286.9861.03-
YUV234.7102.21121.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.09%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 189 (74.22% from 255) = 28.51%
R=34.09%
G=37.41%
B=28.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262481890.0900.240.0382.3780.8285.69
HexE2F8BD90183525156
Octal342370275110303122121126
Binary111000101111100010111101100101100011101001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F8BD; }

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

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

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

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

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

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

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

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