#EEFCD5

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

Shades of Snow Flurry #EEFCD5

Tints of Snow Flurry #EEFCD5

Color information

#EEFCD5 (or 0xEEFCD5) is unknown color: approx Snow Flurry. HEX triplet: EE, FC and D5. RGB value is (238,252,213). Sum of RGB (Red+Green+Blue) = 238+252+213=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCD5 is #11032A. Grayscale: #F3F3F3. Windows color (decimal): -1114923 or 14023918. OLE color: 14023918.

HSL color Cylindrical-coordinate representation of color #EEFCD5: hue angle of 81.54º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEFCD5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB238252213-
CMYK0.0600.150.01
HSL81.54º86.67%91.18%-
HSV(B)81.54º15.48%98.82%-
XYZ82.0892.676.5-
YUV243.37110.86124.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 213 (83.59% from 255) = 30.30%
R=33.85%
G=35.85%
B=30.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382522130.0600.150.0181.5486.6791.18
HexEEFCD560F152575b
Octal35637432560171122127133
Binary111011101111110011010101110011111101001010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCD5; }

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

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

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

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

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

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

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

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