#EEFDC7

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

Shades of Snow Flurry #EEFDC7

Tints of Snow Flurry #EEFDC7

Color information

#EEFDC7 (or 0xEEFDC7) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and C7. RGB value is (238,253,199). Sum of RGB (Red+Green+Blue) = 238+253+199=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDC7 is #110238. Grayscale: #F2F2F2. Windows color (decimal): -1114681 or 13106670. OLE color: 13106670.

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

Color convert

RGB238253199-
CMYK0.0600.210.01
HSL76.67º93.1%88.63%-
HSV(B)76.67º21.34%99.22%-
XYZ80.6992.5567.64-
YUV242.36103.53124.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 199 (78.12% from 255) = 28.84%
R=34.49%
G=36.67%
B=28.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531990.0600.210.0176.6793.188.63
HexEEFDC7601514d5d59
Octal35637530760251115135131
Binary1110111011111101110001111100101011100110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDC7; }

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

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

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

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

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

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

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

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