#EEFDC8

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

Shades of Snow Flurry #EEFDC8

Tints of Snow Flurry #EEFDC8

Color information

#EEFDC8 (or 0xEEFDC8) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and C8. RGB value is (238,253,200). Sum of RGB (Red+Green+Blue) = 238+253+200=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDC8 is #110237. Grayscale: #F2F2F2. Windows color (decimal): -1114680 or 13172206. OLE color: 13172206.

HSL color Cylindrical-coordinate representation of color #EEFDC8: hue angle of 76.98º 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 #EEFDC8 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB238253200-
CMYK0.0600.210.01
HSL76.98º92.98%88.82%-
HSV(B)76.98º20.95%99.22%-
XYZ80.8192.668.26-
YUV242.47104.03124.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 200 (78.52% from 255) = 28.94%
R=34.44%
G=36.61%
B=28.94%

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
Decimal2382532000.0600.210.0176.9892.9888.82
HexEEFDC8601514d5d59
Octal35637531060251115135131
Binary1110111011111101110010001100101011100110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDC8; }

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

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

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

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

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

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

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

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