#E2F6BD

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

Shades of Snow Flurry #E2F6BD

Tints of Snow Flurry #E2F6BD

Color information

#E2F6BD (or 0xE2F6BD) is unknown color: approx Snow Flurry. HEX triplet: E2, F6 and BD. RGB value is (226,246,189). Sum of RGB (Red+Green+Blue) = 226+246+189=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F6BD is #1D0942. Grayscale: #E9E9E9. Windows color (decimal): -1902915 or 12449506. OLE color: 12449506.

HSL color Cylindrical-coordinate representation of color #E2F6BD: hue angle of 81.05º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2F6BD is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB226246189-
CMYK0.0800.230.04
HSL81.05º76%85.29%-
HSV(B)81.05º23.17%96.47%-
XYZ73.5185.7560.82-
YUV233.52102.87122.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 246 (96.48% from 255) = 37.22%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=34.19%
G=37.22%
B=28.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262461890.0800.230.0481.057685.29
HexE2F6BD80174514c55
Octal342366275100274121114125
Binary1110001011110110101111011000010111100101000110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F6BD; }

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

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

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

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

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

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

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

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