#E6FDBE

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

Shades of Snow Flurry #E6FDBE

Tints of Snow Flurry #E6FDBE

Color information

#E6FDBE (or 0xE6FDBE) is unknown color: approx Snow Flurry. HEX triplet: E6, FD and BE. RGB value is (230,253,190). Sum of RGB (Red+Green+Blue) = 230+253+190=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDBE is #190241. Grayscale: #EFEFEF. Windows color (decimal): -1638978 or 12516838. OLE color: 12516838.

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

Color convert

RGB230253190-
CMYK0.0900.250.01
HSL81.9º94.03%86.86%-
HSV(B)81.9º24.9%99.22%-
XYZ77.0590.7962.18-
YUV238.94100.38121.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.18%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 190 (74.61% from 255) = 28.23%
R=34.18%
G=37.59%
B=28.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302531900.0900.250.0181.994.0386.86
HexE6FDBE90191525e57
Octal346375276110311122136127
Binary11100110111111011011111010010110011101001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDBE; }

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

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

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

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

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

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

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

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