#E6F8B6

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

Shades of Snow Flurry #E6F8B6

Tints of Snow Flurry #E6F8B6

Color information

#E6F8B6 (or 0xE6F8B6) is unknown color: approx Snow Flurry. HEX triplet: E6, F8 and B6. RGB value is (230,248,182). Sum of RGB (Red+Green+Blue) = 230+248+182=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 182 (71.48% from 255 or 27.58% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F8B6 is #190749. Grayscale: #EBEBEB. Windows color (decimal): -1640266 or 11991270. OLE color: 11991270.

HSL color Cylindrical-coordinate representation of color #E6F8B6: hue angle of 76.36º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6F8B6 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB230248182-
CMYK0.0700.270.03
HSL76.36º82.5%84.31%-
HSV(B)76.36º26.61%97.25%-
XYZ74.6487.3457.18-
YUV235.0998.04124.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 248 (97.27% from 255) = 37.58%
BLUE value IS 182 (71.48% from 255) = 27.58%
R=34.85%
G=37.58%
B=27.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302481820.0700.270.0376.3682.584.31
HexE6F8B6701B34c5254
Octal34637026670333114122124
Binary11100110111110001011011011101101111100110010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F8B6; }

 p { color: rgb(230,248,182); }

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

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

 a { background-color: rgb(230,248,182); }

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

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

 span { border-color: rgb(230,248,182); }

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