#EAFEC4

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

Shades of Snow Flurry #EAFEC4

Tints of Snow Flurry #EAFEC4

Color information

#EAFEC4 (or 0xEAFEC4) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and C4. RGB value is (234,254,196). Sum of RGB (Red+Green+Blue) = 234+254+196=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 196 (76.95% from 255 or 28.65% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEC4 is #15013B. Grayscale: #F1F1F1. Windows color (decimal): -1376572 or 12910314. OLE color: 12910314.

HSL color Cylindrical-coordinate representation of color #EAFEC4: hue angle of 80.69º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFEC4 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB234254196-
CMYK0.0800.230.00
HSL80.69º96.67%88.24%-
HSV(B)80.69º22.83%99.61%-
XYZ79.3492.3665.87-
YUV241.41102.37122.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 196 (76.95% from 255) = 28.65%
R=34.21%
G=37.13%
B=28.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541960.0800.230.0080.6996.6788.24
HexEAFEC480170516158
Octal352376304100270121141130
Binary11101010111111101100010010000101110101000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEC4; }

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

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

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

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

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

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

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

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