#EAF6CC

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

Shades of Snow Flurry #EAF6CC

Tints of Snow Flurry #EAF6CC

Color information

#EAF6CC (or 0xEAF6CC) is unknown color: approx Snow Flurry. HEX triplet: EA, F6 and CC. RGB value is (234,246,204). Sum of RGB (Red+Green+Blue) = 234+246+204=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6CC is #150933. Grayscale: #EDEDED. Windows color (decimal): -1378612 or 13432554. OLE color: 13432554.

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

Color convert

RGB234246204-
CMYK0.0500.170.04
HSL77.14º70%88.24%-
HSV(B)77.14º17.07%96.47%-
XYZ77.7987.7669.97-
YUV237.62109.02125.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 246 (96.48% from 255) = 35.96%
BLUE value IS 204 (80.08% from 255) = 29.82%
R=34.21%
G=35.96%
B=29.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462040.0500.170.0477.147088.24
HexEAF6CC501144d4658
Octal35236631450214115106130
Binary111010101111011011001100101010001100100110110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6CC; }

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

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

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

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

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

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

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

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