#E1F2CB

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

Shades of Snow Flurry #E1F2CB

Tints of Snow Flurry #E1F2CB

Color information

#E1F2CB (or 0xE1F2CB) is unknown color: approx Snow Flurry. HEX triplet: E1, F2 and CB. RGB value is (225,242,203). Sum of RGB (Red+Green+Blue) = 225+242+203=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2CB is #1E0D34. Grayscale: #E8E8E8. Windows color (decimal): -1969461 or 13365985. OLE color: 13365985.

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

Color convert

RGB225242203-
CMYK0.0700.160.05
HSL86.15º60%87.25%-
HSV(B)86.15º16.12%94.9%-
XYZ73.5883.8268.8-
YUV232.47111.37122.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.58%
GREEN value IS 242 (94.92% from 255) = 36.12%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=33.58%
G=36.12%
B=30.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252422030.0700.160.0586.156087.25
HexE1F2CB70105563c57
Octal3413623137020512674127
Binary11100001111100101100101111101000010110101101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2CB; }

 p { color: rgb(225,242,203); }

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

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

 a { background-color: rgb(225,242,203); }

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

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

 span { border-color: rgb(225,242,203); }

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