#eaffb6

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

Shades of Snow Flurry #EAFFB6

Tints of Snow Flurry #EAFFB6

Color information

#EAFFB6 (or 0xEAFFB6) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and B6. RGB value is (234,255,182). Sum of RGB (Red+Green+Blue) = 234+255+182=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFB6 is #150049. Grayscale: #F0F0F0. Windows color (decimal): -1376330 or 11993066. OLE color: 11993066.

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

Color convert

RGB234255182-
CMYK0.0800.290
HSL77.26º100%85.69%-
HSV(B)77.26º28.63%100%-
XYZ78.1492.3957.97-
YUV240.495.04123.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 182 (71.48% from 255) = 27.12%
R=34.87%
G=38.00%
B=27.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551820.0800.29077.2610085.69
HexEAFFB6801D04d6456
Octal352377266100350115144126
Binary11101010111111111011011010000111010100110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaffb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaffb6; }

 p { color: rgb(234,255,182); }

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

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

 a { background-color: rgb(234,255,182); }

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

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

 span { border-color: rgb(234,255,182); }

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