#E4F2BC

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

Shades of Snow Flurry #E4F2BC

Tints of Snow Flurry #E4F2BC

Color information

#E4F2BC (or 0xE4F2BC) is unknown color: approx Snow Flurry. HEX triplet: E4, F2 and BC. RGB value is (228,242,188). Sum of RGB (Red+Green+Blue) = 228+242+188=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2BC is #1B0D43. Grayscale: #E7E7E7. Windows color (decimal): -1772868 or 12382948. OLE color: 12382948.

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

Color convert

RGB228242188-
CMYK0.0600.220.05
HSL75.56º67.5%84.31%-
HSV(B)75.56º22.31%94.9%-
XYZ72.8283.6359.88-
YUV231.66103.36125.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.65%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 188 (73.83% from 255) = 28.57%
R=34.65%
G=36.78%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282421880.0600.220.0575.5667.584.31
HexE4F2BC601654c4454
Octal34436227460265114104124
Binary111001001111001010111100110010110101100110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F2BC; }

 p { color: rgb(228,242,188); }

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

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

 a { background-color: rgb(228,242,188); }

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

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

 span { border-color: rgb(228,242,188); }

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