Shades of Snow Flurry #EEFCD5
Tints of Snow Flurry #EEFCD5
RGB
CMYK
RGB Variations
Color information
#EEFCD5 (or 0xEEFCD5) is known color: 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
RGB | 238 | 252 | 213 | - |
CMYK | 0.06 | 0 | 0.15 | 0.01 |
HSL | 81.54º | 0.87% | 0.91% | - |
HSV(B) | 81.54º | 0.15% | 0.99% | - |
XYZ | 82.08 | 92.6 | 76.5 | - |
YUV | 243.37 | 110.86 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 213 | 0.06 | 0 | 0.15 | 0.01 | 81.54 | 0.87 | 0.91 |
Hex | EE | FC | D5 | 6 | 0 | F | 1 | 52 | 57 | 5B |
Octal | 356 | 374 | 325 | 6 | 0 | 17 | 1 | 122 | 127 | 133 |
Binary | 11101110 | 11111100 | 11010101 | 110 | 0 | 1111 | 1 | 1010010 | 1010111 | 1011011 |
Color Harmonies of #EEFCD5
Complementary color
Monochromatic Colors of #EEFCD5
Black with #EEFCD5
Text Example
Text Example
White with #EEFCD5
Text Example
Text Example
HTML Codes & Css Web 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>