#EAF6CF

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

Shades of Snow Flurry #EAF6CF

Tints of Snow Flurry #EAF6CF

Color information

#EAF6CF (or 0xEAF6CF) is unknown color: approx Snow Flurry. HEX triplet: EA, F6 and CF. RGB value is (234,246,207). Sum of RGB (Red+Green+Blue) = 234+246+207=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6CF is #150930. Grayscale: #EEEEEE. Windows color (decimal): -1378609 or 13629162. OLE color: 13629162.

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

Color convert

RGB234246207-
CMYK0.0500.160.04
HSL78.46º68.42%88.82%-
HSV(B)78.46º15.85%96.47%-
XYZ78.1587.9171.88-
YUV237.97110.52125.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=34.06%
G=35.81%
B=30.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462070.0500.160.0478.4668.4288.82
HexEAF6CF501044e4459
Octal35236631750204116104131
Binary111010101111011011001111101010000100100111010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6CF; }

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

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

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

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

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

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

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

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