#EEFAD6

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

Shades of Snow Flurry #EEFAD6

Tints of Snow Flurry #EEFAD6

Color information

#EEFAD6 (or 0xEEFAD6) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and D6. RGB value is (238,250,214). Sum of RGB (Red+Green+Blue) = 238+250+214=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD6 is #110529. Grayscale: #F2F2F2. Windows color (decimal): -1115434 or 14088942. OLE color: 14088942.

HSL color Cylindrical-coordinate representation of color #EEFAD6: hue angle of 80º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEFAD6 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB238250214-
CMYK0.0500.140.02
HSL80º78.26%90.98%-
HSV(B)80º14.4%98.04%-
XYZ81.5891.476.96-
YUV242.31112.02124.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 214 (83.98% from 255) = 30.48%
R=33.90%
G=35.61%
B=30.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502140.0500.140.028078.2690.98
HexEEFAD650E2504e5b
Octal35637232650162120116133
Binary1110111011111010110101101010111010101000010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAD6; }

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

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

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

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

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

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

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

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