#E6F5BC

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

Shades of Snow Flurry #E6F5BC

Tints of Snow Flurry #E6F5BC

Color information

#E6F5BC (or 0xE6F5BC) is unknown color: approx Snow Flurry. HEX triplet: E6, F5 and BC. RGB value is (230,245,188). Sum of RGB (Red+Green+Blue) = 230+245+188=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F5BC is #190A43. Grayscale: #EAEAEA. Windows color (decimal): -1641028 or 12383718. OLE color: 12383718.

HSL color Cylindrical-coordinate representation of color #E6F5BC: hue angle of 75.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6F5BC is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB230245188-
CMYK0.0600.230.04
HSL75.79º74.03%84.9%-
HSV(B)75.79º23.27%96.08%-
XYZ74.3685.7660.21-
YUV234.02102.03125.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.69%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 188 (73.83% from 255) = 28.36%
R=34.69%
G=36.95%
B=28.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302451880.0600.230.0475.7974.0384.9
HexE6F5BC601744c4a55
Octal34636527460274114112125
Binary111001101111010110111100110010111100100110010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F5BC; }

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

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

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

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

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

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

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

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