#E2FDB2

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

Shades of Snow Flurry #E2FDB2

Tints of Snow Flurry #E2FDB2

Color information

#E2FDB2 (or 0xE2FDB2) is unknown color: approx Snow Flurry. HEX triplet: E2, FD and B2. RGB value is (226,253,178). Sum of RGB (Red+Green+Blue) = 226+253+178=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 178 (69.92% from 255 or 27.09% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FDB2 is #1D024D. Grayscale: #ECECEC. Windows color (decimal): -1901134 or 11730402. OLE color: 11730402.

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

Color convert

RGB226253178-
CMYK0.1100.300.01
HSL81.6º94.94%84.51%-
HSV(B)81.6º29.64%99.22%-
XYZ74.5389.6355.49-
YUV236.3895.05120.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.40%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 178 (69.92% from 255) = 27.09%
R=34.40%
G=38.51%
B=27.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262531780.1100.300.0181.694.9484.51
HexE2FDB2B01E1525f55
Octal342375262130361122137125
Binary11100010111111011011001010110111101101001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDB2; }

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

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

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

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

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

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

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

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