#EEFED3

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

Shades of Snow Flurry #EEFED3

Tints of Snow Flurry #EEFED3

Color information

#EEFED3 (or 0xEEFED3) is unknown color: approx Snow Flurry. HEX triplet: EE, FE and D3. RGB value is (238,254,211). Sum of RGB (Red+Green+Blue) = 238+254+211=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED3 is #11012C. Grayscale: #F4F4F4. Windows color (decimal): -1114413 or 13893358. OLE color: 13893358.

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

Color convert

RGB238254211-
CMYK0.0600.170.00
HSL82.33º95.56%91.18%-
HSV(B)82.33º16.93%99.61%-
XYZ82.4693.7675.38-
YUV244.31109.2123.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 211 (82.81% from 255) = 30.01%
R=33.85%
G=36.13%
B=30.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542110.0600.170.0082.3395.5691.18
HexEEFED36011052605b
Octal35637632360210122140133
Binary1110111011111110110100111100100010101001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFED3; }

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

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

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

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

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

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

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

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