#EEFED1

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

Shades of Snow Flurry #EEFED1

Tints of Snow Flurry #EEFED1

Color information

#EEFED1 (or 0xEEFED1) is unknown color: approx Snow Flurry. HEX triplet: EE, FE and D1. RGB value is (238,254,209). Sum of RGB (Red+Green+Blue) = 238+254+209=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 209 (82.03% from 255 or 29.81% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED1 is #11012E. Grayscale: #F4F4F4. Windows color (decimal): -1114415 or 13762286. OLE color: 13762286.

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

Color convert

RGB238254209-
CMYK0.0600.180.00
HSL81.33º95.74%90.78%-
HSV(B)81.33º17.72%99.61%-
XYZ82.2193.6674.07-
YUV244.09108.2123.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 209 (82.03% from 255) = 29.81%
R=33.95%
G=36.23%
B=29.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542090.0600.180.0081.3395.7490.78
HexEEFED16012051605b
Octal35637632160220121140133
Binary1110111011111110110100011100100100101000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFED1; }

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

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

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

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

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

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

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

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