#EAF5CF

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

Shades of Snow Flurry #EAF5CF

Tints of Snow Flurry #EAF5CF

Color information

#EAF5CF (or 0xEAF5CF) is unknown color: approx Snow Flurry. HEX triplet: EA, F5 and CF. RGB value is (234,245,207). Sum of RGB (Red+Green+Blue) = 234+245+207=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5CF is #150A30. Grayscale: #EDEDED. Windows color (decimal): -1378865 or 13628906. OLE color: 13628906.

HSL color Cylindrical-coordinate representation of color #EAF5CF: hue angle of 77.37º degrees, saturation: 0.66, 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 #EAF5CF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB234245207-
CMYK0.0400.160.04
HSL77.37º65.52%88.63%-
HSV(B)77.37º15.51%96.08%-
XYZ77.8587.371.78-
YUV237.38110.86125.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=34.11%
G=35.71%
B=30.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342452070.0400.160.0477.3765.5288.63
HexEAF5CF401044d4259
Octal35236531740204115102131
Binary111010101111010111001111100010000100100110110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5CF; }

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

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

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

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

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

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

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

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