#E6FDBC

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

Shades of Snow Flurry #E6FDBC

Tints of Snow Flurry #E6FDBC

Color information

#E6FDBC (or 0xE6FDBC) is unknown color: approx Snow Flurry. HEX triplet: E6, FD and BC. RGB value is (230,253,188). Sum of RGB (Red+Green+Blue) = 230+253+188=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDBC is #190243. Grayscale: #EEEEEE. Windows color (decimal): -1638980 or 12385766. OLE color: 12385766.

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

Color convert

RGB230253188-
CMYK0.0900.260.01
HSL81.23º94.2%86.47%-
HSV(B)81.23º25.69%99.22%-
XYZ76.8490.761.03-
YUV238.7199.38121.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 188 (73.83% from 255) = 28.02%
R=34.28%
G=37.70%
B=28.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302531880.0900.260.0181.2394.286.47
HexE6FDBC901A1515e56
Octal346375274110321121136126
Binary11100110111111011011110010010110101101000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDBC; }

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

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

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

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

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

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

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

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