#E2FDB6

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

Shades of Snow Flurry #E2FDB6

Tints of Snow Flurry #E2FDB6

Color information

#E2FDB6 (or 0xE2FDB6) is unknown color: approx Snow Flurry. HEX triplet: E2, FD and B6. RGB value is (226,253,182). Sum of RGB (Red+Green+Blue) = 226+253+182=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 182 (71.48% from 255 or 27.53% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDB6 is #1D0249. Grayscale: #EDEDED. Windows color (decimal): -1901130 or 11992546. OLE color: 11992546.

HSL color Cylindrical-coordinate representation of color #E2FDB6: hue angle of 82.82º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2FDB6 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB226253182-
CMYK0.1100.280.01
HSL82.82º94.67%85.29%-
HSV(B)82.82º28.06%99.22%-
XYZ74.9389.857.64-
YUV236.8397.05120.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 182 (71.48% from 255) = 27.53%
R=34.19%
G=38.28%
B=27.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262531820.1100.280.0182.8294.6785.29
HexE2FDB6B01C1535f55
Octal342375266130341123137125
Binary11100010111111011011011010110111001101001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDB6; }

 p { color: rgb(226,253,182); }

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

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

 a { background-color: rgb(226,253,182); }

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

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

 span { border-color: rgb(226,253,182); }

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