#EEFDC5

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

Shades of Snow Flurry #EEFDC5

Tints of Snow Flurry #EEFDC5

Color information

#EEFDC5 (or 0xEEFDC5) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and C5. RGB value is (238,253,197). Sum of RGB (Red+Green+Blue) = 238+253+197=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 197 (77.34% from 255 or 28.63% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDC5 is #11023A. Grayscale: #F2F2F2. Windows color (decimal): -1114683 or 12975598. OLE color: 12975598.

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

Color convert

RGB238253197-
CMYK0.0600.220.01
HSL76.07º93.33%88.24%-
HSV(B)76.07º22.13%99.22%-
XYZ80.4692.4666.43-
YUV242.13102.53125.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 197 (77.34% from 255) = 28.63%
R=34.59%
G=36.77%
B=28.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531970.0600.220.0176.0793.3388.24
HexEEFDC5601614c5d58
Octal35637530560261114135130
Binary1110111011111101110001011100101101100110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDC5; }

 p { color: rgb(238,253,197); }

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

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

 a { background-color: rgb(238,253,197); }

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

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

 span { border-color: rgb(238,253,197); }

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