#E6F2BC

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

Shades of Snow Flurry #E6F2BC

Tints of Snow Flurry #E6F2BC

Color information

#E6F2BC (or 0xE6F2BC) is unknown color: approx Snow Flurry. HEX triplet: E6, F2 and BC. RGB value is (230,242,188). Sum of RGB (Red+Green+Blue) = 230+242+188=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2BC is #190D43. Grayscale: #E8E8E8. Windows color (decimal): -1641796 or 12382950. OLE color: 12382950.

HSL color Cylindrical-coordinate representation of color #E6F2BC: hue angle of 73.33º 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 #E6F2BC is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB230242188-
CMYK0.0500.220.05
HSL73.33º67.5%84.31%-
HSV(B)73.33º22.31%94.9%-
XYZ73.4683.9659.91-
YUV232.26103.02126.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 242 (94.92% from 255) = 36.67%
BLUE value IS 188 (73.83% from 255) = 28.48%
R=34.85%
G=36.67%
B=28.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302421880.0500.220.0573.3367.584.31
HexE6F2BC50165494454
Octal34636227450265111104124
Binary111001101111001010111100101010110101100100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2BC; }

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

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

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

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

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

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

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

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