#EAFFBE

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

Shades of Snow Flurry #EAFFBE

Tints of Snow Flurry #EAFFBE

Color information

#EAFFBE (or 0xEAFFBE) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and BE. RGB value is (234,255,190). Sum of RGB (Red+Green+Blue) = 234+255+190=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFBE is #150041. Grayscale: #F1F1F1. Windows color (decimal): -1376322 or 12517354. OLE color: 12517354.

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

Color convert

RGB234255190-
CMYK0.0800.250
HSL79.38º100%87.25%-
HSV(B)79.38º25.49%100%-
XYZ78.9992.7362.45-
YUV241.3199.04122.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 190 (74.61% from 255) = 27.98%
R=34.46%
G=37.56%
B=27.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551900.0800.25079.3810087.25
HexEAFFBE801904f6457
Octal352377276100310117144127
Binary11101010111111111011111010000110010100111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFBE; }

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

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

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

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

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

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

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

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