#EEFED0

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

Shades of Snow Flurry #EEFED0

Tints of Snow Flurry #EEFED0

Color information

#EEFED0 (or 0xEEFED0) is unknown color: approx Snow Flurry. HEX triplet: EE, FE and D0. RGB value is (238,254,208). Sum of RGB (Red+Green+Blue) = 238+254+208=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED0 is #11012F. Grayscale: #F4F4F4. Windows color (decimal): -1114416 or 13696750. OLE color: 13696750.

HSL color Cylindrical-coordinate representation of color #EEFED0: hue angle of 80.87º 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 #EEFED0 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB238254208-
CMYK0.0600.180.00
HSL80.87º95.83%90.59%-
HSV(B)80.87º18.11%99.61%-
XYZ82.0993.6173.42-
YUV243.97107.7123.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 208 (81.64% from 255) = 29.71%
R=34%
G=36.29%
B=29.71%

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
Decimal2382542080.0600.180.0080.8795.8390.59
HexEEFED06012051605b
Octal35637632060220121140133
Binary1110111011111110110100001100100100101000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFED0; }

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

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

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

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

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

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

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

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