#EAF6C1

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

Shades of Snow Flurry #EAF6C1

Tints of Snow Flurry #EAF6C1

Color information

#EAF6C1 (or 0xEAF6C1) is unknown color: approx Snow Flurry. HEX triplet: EA, F6 and C1. RGB value is (234,246,193). Sum of RGB (Red+Green+Blue) = 234+246+193=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 193 (75.78% from 255 or 28.68% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6C1 is #15093E. Grayscale: #ECECEC. Windows color (decimal): -1378623 or 12711658. OLE color: 12711658.

HSL color Cylindrical-coordinate representation of color #EAF6C1: hue angle of 73.58º 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 #EAF6C1 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB234246193-
CMYK0.0500.220.04
HSL73.58º74.65%86.08%-
HSV(B)73.58º21.54%96.47%-
XYZ76.5187.2563.26-
YUV236.37103.52126.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 246 (96.48% from 255) = 36.55%
BLUE value IS 193 (75.78% from 255) = 28.68%
R=34.77%
G=36.55%
B=28.68%

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
Decimal2342461930.0500.220.0473.5874.6586.08
HexEAF6C1501644a4b56
Octal35236630150264112113126
Binary111010101111011011000001101010110100100101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6C1; }

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

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

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

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

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

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

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

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