#E6FFBD

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

Shades of Snow Flurry #E6FFBD

Tints of Snow Flurry #E6FFBD

Color information

#E6FFBD (or 0xE6FFBD) is unknown color: approx Snow Flurry. HEX triplet: E6, FF and BD. RGB value is (230,255,189). Sum of RGB (Red+Green+Blue) = 230+255+189=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFBD is #190042. Grayscale: #F0F0F0. Windows color (decimal): -1638467 or 12451814. OLE color: 12451814.

HSL color Cylindrical-coordinate representation of color #E6FFBD: hue angle of 82.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6FFBD is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB230255189-
CMYK0.1000.260
HSL82.73º100%87.06%-
HSV(B)82.73º25.88%100%-
XYZ77.5892.0261.82-
YUV24099.22120.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.12%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 189 (74.22% from 255) = 28.04%
R=34.12%
G=37.83%
B=28.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302551890.1000.26082.7310087.06
HexE6FFBDA01A0536457
Octal346377275120320123144127
Binary11100110111111111011110110100110100101001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FFBD; }

 p { color: rgb(230,255,189); }

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

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

 a { background-color: rgb(230,255,189); }

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

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

 span { border-color: rgb(230,255,189); }

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