Shades of Snow Flurry #EEFCD1
Tints of Snow Flurry #EEFCD1
RGB
CMYK
RGB Variations
Color information
#EEFCD1 (or 0xEEFCD1) is known color: Snow Flurry. HEX triplet: EE, FC and D1. RGB value is (238,252,209). Sum of RGB (Red+Green+Blue) = 238+252+209=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCD1 is #11032E. Grayscale: #F3F3F3. Windows color (decimal): -1114927 or 13761774. OLE color: 13761774.
HSL color Cylindrical-coordinate representation of color #EEFCD1: hue angle of 79.53º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEFCD1 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 209 | - |
CMYK | 0.06 | 0 | 0.17 | 0.01 |
HSL | 79.53º | 0.88% | 0.9% | - |
HSV(B) | 79.53º | 0.17% | 0.99% | - |
XYZ | 81.58 | 92.4 | 73.86 | - |
YUV | 242.91 | 108.86 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 209 | 0.06 | 0 | 0.17 | 0.01 | 79.53 | 0.88 | 0.9 |
Hex | EE | FC | D1 | 6 | 0 | 11 | 1 | 50 | 58 | 5A |
Octal | 356 | 374 | 321 | 6 | 0 | 21 | 1 | 120 | 130 | 132 |
Binary | 11101110 | 11111100 | 11010001 | 110 | 0 | 10001 | 1 | 1010000 | 1011000 | 1011010 |
Color Harmonies of #EEFCD1
Complementary color
Monochromatic Colors of #EEFCD1
Black with #EEFCD1
Text Example
Text Example
White with #EEFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCD1; }
p { color: rgb(238,252,209); }
H1.HeaderClassName
{
color: #EEFCD1;
}
.AnyTagClassName
{
color: #EEFCD1;
}
</style>
background-color css
<style>
a { background-color: #EEFCD1; }
a { background-color: rgb(238,252,209); }
div.DivClassName
{
background-color: #EEFCD1;
}
.BgClassName
{
background-color: #EEFCD1;
}
</style>
border-color css
<style>
span { border-color: #EEFCD1; }
span { border-color: rgb(238,252,209); }
td.TdClassName
{
border-color: #EEFCD1;
}
.TagClassName
{
border-color: #EEFCD1;
}
</style>