#E2F9BD

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

Shades of Snow Flurry #E2F9BD

Tints of Snow Flurry #E2F9BD

Color information

#E2F9BD (or 0xE2F9BD) is unknown color: approx Snow Flurry. HEX triplet: E2, F9 and BD. RGB value is (226,249,189). Sum of RGB (Red+Green+Blue) = 226+249+189=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F9BD is #1D0642. Grayscale: #EBEBEB. Windows color (decimal): -1902147 or 12450274. OLE color: 12450274.

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

Color convert

RGB226249189-
CMYK0.0900.240.02
HSL83º83.33%85.88%-
HSV(B)83º24.1%97.65%-
XYZ74.4387.5961.13-
YUV235.28101.88121.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 249 (97.66% from 255) = 37.5%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=34.04%
G=37.5%
B=28.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262491890.0900.240.028383.3385.88
HexE2F9BD90182535356
Octal342371275110302123123126
Binary111000101111100110111101100101100010101001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F9BD; }

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

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

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

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

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

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

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

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