#EEFED4

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

Shades of Snow Flurry #EEFED4

Tints of Snow Flurry #EEFED4

Color information

#EEFED4 (or 0xEEFED4) is unknown color: approx Snow Flurry. HEX triplet: EE, FE and D4. RGB value is (238,254,212). Sum of RGB (Red+Green+Blue) = 238+254+212=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 212 (83.20% from 255 or 30.11% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED4 is #11012B. Grayscale: #F4F4F4. Windows color (decimal): -1114412 or 13958894. OLE color: 13958894.

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

Color convert

RGB238254212-
CMYK0.0600.170.00
HSL82.86º95.45%91.37%-
HSV(B)82.86º16.54%99.61%-
XYZ82.5993.8176.04-
YUV244.43109.7123.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 212 (83.20% from 255) = 30.11%
R=33.81%
G=36.08%
B=30.11%

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
Decimal2382542120.0600.170.0082.8695.4591.37
HexEEFED460110535f5b
Octal35637632460210123137133
Binary1110111011111110110101001100100010101001110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFED4; }

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

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

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

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

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

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

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

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