#E2F2BD

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

Shades of Snow Flurry #E2F2BD

Tints of Snow Flurry #E2F2BD

Color information

#E2F2BD (or 0xE2F2BD) is unknown color: approx Snow Flurry. HEX triplet: E2, F2 and BD. RGB value is (226,242,189). Sum of RGB (Red+Green+Blue) = 226+242+189=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2BD is #1D0D42. Grayscale: #E7E7E7. Windows color (decimal): -1903939 or 12448482. OLE color: 12448482.

HSL color Cylindrical-coordinate representation of color #E2F2BD: hue angle of 78.11º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2F2BD is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB226242189-
CMYK0.0700.220.05
HSL78.11º67.09%84.51%-
HSV(B)78.11º21.9%94.9%-
XYZ72.383.3560.42-
YUV231.17104.2124.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.40%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=34.40%
G=36.83%
B=28.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262421890.0700.220.0578.1167.0984.51
HexE2F2BD701654e4355
Octal34236227570265116103125
Binary111000101111001010111101111010110101100111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F2BD; }

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

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

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

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

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

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

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

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