#EEFED6

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

Shades of Snow Flurry #EEFED6

Tints of Snow Flurry #EEFED6

Color information

#EEFED6 (or 0xEEFED6) is unknown color: approx Snow Flurry. HEX triplet: EE, FE and D6. RGB value is (238,254,214). Sum of RGB (Red+Green+Blue) = 238+254+214=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 214 (83.98% from 255 or 30.31% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED6 is #110129. Grayscale: #F4F4F4. Windows color (decimal): -1114410 or 14089966. OLE color: 14089966.

HSL color Cylindrical-coordinate representation of color #EEFED6: hue angle of 84º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEFED6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB238254214-
CMYK0.0600.160.00
HSL84º95.24%91.76%-
HSV(B)84º15.75%99.61%-
XYZ82.8493.9277.38-
YUV244.66110.7123.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 214 (83.98% from 255) = 30.31%
R=33.71%
G=35.98%
B=30.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542140.0600.160.008495.2491.76
HexEEFED660100545f5c
Octal35637632660200124137134
Binary1110111011111110110101101100100000101010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFED6; }

 p { color: rgb(238,254,214); }

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

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

 a { background-color: rgb(238,254,214); }

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

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

 span { border-color: rgb(238,254,214); }

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