#EAF6BF

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

Shades of Snow Flurry #EAF6BF

Tints of Snow Flurry #EAF6BF

Color information

#EAF6BF (or 0xEAF6BF) is unknown color: approx Snow Flurry. HEX triplet: EA, F6 and BF. RGB value is (234,246,191). Sum of RGB (Red+Green+Blue) = 234+246+191=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6BF is #150940. Grayscale: #ECECEC. Windows color (decimal): -1378625 or 12580586. OLE color: 12580586.

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

Color convert

RGB234246191-
CMYK0.0500.220.04
HSL73.09º75.34%85.69%-
HSV(B)73.09º22.36%96.47%-
XYZ76.2987.1762.09-
YUV236.14102.52126.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 191 (75% from 255) = 28.46%
R=34.87%
G=36.66%
B=28.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461910.0500.220.0473.0975.3485.69
HexEAF6BF50164494b56
Octal35236627750264111113126
Binary111010101111011010111111101010110100100100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6BF; }

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

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

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

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

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

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

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

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