#E6FCBF

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

Shades of Snow Flurry #E6FCBF

Tints of Snow Flurry #E6FCBF

Color information

#E6FCBF (or 0xE6FCBF) is unknown color: approx Snow Flurry. HEX triplet: E6, FC and BF. RGB value is (230,252,191). Sum of RGB (Red+Green+Blue) = 230+252+191=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCBF is #190340. Grayscale: #EEEEEE. Windows color (decimal): -1639233 or 12582118. OLE color: 12582118.

HSL color Cylindrical-coordinate representation of color #E6FCBF: hue angle of 81.64º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6FCBF is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB230252191-
CMYK0.0900.240.01
HSL81.64º91.04%86.86%-
HSV(B)81.64º24.21%98.82%-
XYZ76.8590.2162.65-
YUV238.47101.21121.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.18%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 28.38%
R=34.18%
G=37.44%
B=28.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302521910.0900.240.0181.6491.0486.86
HexE6FCBF90181525b57
Octal346374277110301122133127
Binary11100110111111001011111110010110001101001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FCBF; }

 p { color: rgb(230,252,191); }

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

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

 a { background-color: rgb(230,252,191); }

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

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

 span { border-color: rgb(230,252,191); }

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