#EAFECC

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

Shades of Snow Flurry #EAFECC

Tints of Snow Flurry #EAFECC

Color information

#EAFECC (or 0xEAFECC) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and CC. RGB value is (234,254,204). Sum of RGB (Red+Green+Blue) = 234+254+204=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFECC is #150133. Grayscale: #F2F2F2. Windows color (decimal): -1376564 or 13434602. OLE color: 13434602.

HSL color Cylindrical-coordinate representation of color #EAFECC: hue angle of 84º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAFECC is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB234254204-
CMYK0.0800.200.00
HSL84º96.15%89.8%-
HSV(B)84º19.69%99.61%-
XYZ80.2792.7470.8-
YUV242.32106.37122.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 204 (80.08% from 255) = 29.48%
R=33.82%
G=36.71%
B=29.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542040.0800.200.008496.1589.8
HexEAFECC8014054605a
Octal352376314100240124140132
Binary11101010111111101100110010000101000101010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFECC; }

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

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

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

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

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

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

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

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