#EEFAD5

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

Shades of Snow Flurry #EEFAD5

Tints of Snow Flurry #EEFAD5

Color information

#EEFAD5 (or 0xEEFAD5) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and D5. RGB value is (238,250,213). Sum of RGB (Red+Green+Blue) = 238+250+213=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 213 (83.59% from 255 or 30.39% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD5 is #11052A. Grayscale: #F2F2F2. Windows color (decimal): -1115435 or 14023406. OLE color: 14023406.

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

Color convert

RGB238250213-
CMYK0.0500.150.02
HSL79.46º78.72%90.78%-
HSV(B)79.46º14.8%98.04%-
XYZ81.4691.3576.29-
YUV242.19111.52125.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 213 (83.59% from 255) = 30.39%
R=33.95%
G=35.66%
B=30.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502130.0500.150.0279.4678.7290.78
HexEEFAD550F24f4f5b
Octal35637232550172117117133
Binary1110111011111010110101011010111110100111110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAD5; }

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

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

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

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

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

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

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

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