#EAFEC1

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

Shades of Snow Flurry #EAFEC1

Tints of Snow Flurry #EAFEC1

Color information

#EAFEC1 (or 0xEAFEC1) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and C1. RGB value is (234,254,193). Sum of RGB (Red+Green+Blue) = 234+254+193=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 193 (75.78% from 255 or 28.34% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEC1 is #15013E. Grayscale: #F1F1F1. Windows color (decimal): -1376575 or 12713706. OLE color: 12713706.

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

Color convert

RGB234254193-
CMYK0.0800.240.00
HSL79.67º96.83%87.65%-
HSV(B)79.67º24.02%99.61%-
XYZ7992.2364.09-
YUV241.07100.87122.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 193 (75.78% from 255) = 28.34%
R=34.36%
G=37.30%
B=28.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541930.0800.240.0079.6796.8387.65
HexEAFEC180180506158
Octal352376301100300120141130
Binary11101010111111101100000110000110000101000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEC1; }

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

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

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

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

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

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

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

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