#EAFCCE

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

Shades of Snow Flurry #EAFCCE

Tints of Snow Flurry #EAFCCE

Color information

#EAFCCE (or 0xEAFCCE) is unknown color: approx Snow Flurry. HEX triplet: EA, FC and CE. RGB value is (234,252,206). Sum of RGB (Red+Green+Blue) = 234+252+206=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCCE is #150331. Grayscale: #F1F1F1. Windows color (decimal): -1377074 or 13565162. OLE color: 13565162.

HSL color Cylindrical-coordinate representation of color #EAFCCE: hue angle of 83.48º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAFCCE is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB234252206-
CMYK0.0700.180.01
HSL83.48º88.46%89.8%-
HSV(B)83.48º18.25%98.82%-
XYZ79.8891.5771.86-
YUV241.37108.04122.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 206 (80.86% from 255) = 29.77%
R=33.82%
G=36.42%
B=29.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522060.0700.180.0183.4888.4689.8
HexEAFCCE7012153585a
Octal35237431670221123130132
Binary1110101011111100110011101110100101101001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCCE; }

 p { color: rgb(234,252,206); }

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

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

 a { background-color: rgb(234,252,206); }

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

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

 span { border-color: rgb(234,252,206); }

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