#EAF8BE

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

Shades of Snow Flurry #EAF8BE

Tints of Snow Flurry #EAF8BE

Color information

#EAF8BE (or 0xEAF8BE) is unknown color: approx Snow Flurry. HEX triplet: EA, F8 and BE. RGB value is (234,248,190). Sum of RGB (Red+Green+Blue) = 234+248+190=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 190 (74.61% from 255 or 28.27% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8BE is #150741. Grayscale: #EDEDED. Windows color (decimal): -1378114 or 12515562. OLE color: 12515562.

HSL color Cylindrical-coordinate representation of color #EAF8BE: hue angle of 74.48º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF8BE is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB234248190-
CMYK0.0600.230.03
HSL74.48º80.56%85.88%-
HSV(B)74.48º23.39%97.25%-
XYZ76.7988.3461.72-
YUV237.2101.36125.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 248 (97.27% from 255) = 36.90%
BLUE value IS 190 (74.61% from 255) = 28.27%
R=34.82%
G=36.90%
B=28.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481900.0600.230.0374.4880.5685.88
HexEAF8BE601734a5156
Octal35237027660273112121126
Binary11101010111110001011111011001011111100101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8BE; }

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

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

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

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

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

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

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

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