#EAF6BE

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

Shades of Snow Flurry #EAF6BE

Tints of Snow Flurry #EAF6BE

Color information

#EAF6BE (or 0xEAF6BE) is unknown color: approx Snow Flurry. HEX triplet: EA, F6 and BE. RGB value is (234,246,190). Sum of RGB (Red+Green+Blue) = 234+246+190=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6BE is #150941. Grayscale: #ECECEC. Windows color (decimal): -1378626 or 12515050. OLE color: 12515050.

HSL color Cylindrical-coordinate representation of color #EAF6BE: hue angle of 72.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF6BE is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB234246190-
CMYK0.0500.230.04
HSL72.86º75.68%85.49%-
HSV(B)72.86º22.76%96.47%-
XYZ76.1887.1261.52-
YUV236.03102.02126.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=34.93%
G=36.72%
B=28.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461900.0500.230.0472.8675.6885.49
HexEAF6BE50174494c55
Octal35236627650274111114125
Binary111010101111011010111110101010111100100100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6BE; }

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

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

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

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

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

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

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

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