Shades of Snow Flurry #EEFCD4
Tints of Snow Flurry #EEFCD4
RGB
CMYK
RGB Variations
Color information
#EEFCD4 (or 0xEEFCD4) is known color: Snow Flurry. HEX triplet: EE, FC and D4. RGB value is (238,252,212). Sum of RGB (Red+Green+Blue) = 238+252+212=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCD4 is #11032B. Grayscale: #F3F3F3. Windows color (decimal): -1114924 or 13958382. OLE color: 13958382.
HSL color Cylindrical-coordinate representation of color #EEFCD4: hue angle of 81º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEFCD4 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 212 | - |
CMYK | 0.06 | 0 | 0.16 | 0.01 |
HSL | 81º | 0.87% | 0.91% | - |
HSV(B) | 81º | 0.16% | 0.99% | - |
XYZ | 81.95 | 92.55 | 75.83 | - |
YUV | 243.25 | 110.36 | 124.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 212 | 0.06 | 0 | 0.16 | 0.01 | 81 | 0.87 | 0.91 |
Hex | EE | FC | D4 | 6 | 0 | 10 | 1 | 51 | 57 | 5B |
Octal | 356 | 374 | 324 | 6 | 0 | 20 | 1 | 121 | 127 | 133 |
Binary | 11101110 | 11111100 | 11010100 | 110 | 0 | 10000 | 1 | 1010001 | 1010111 | 1011011 |
Color Harmonies of #EEFCD4
Complementary color
Monochromatic Colors of #EEFCD4
Black with #EEFCD4
Text Example
Text Example
White with #EEFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCD4; }
p { color: rgb(238,252,212); }
H1.HeaderClassName
{
color: #EEFCD4;
}
.AnyTagClassName
{
color: #EEFCD4;
}
</style>
background-color css
<style>
a { background-color: #EEFCD4; }
a { background-color: rgb(238,252,212); }
div.DivClassName
{
background-color: #EEFCD4;
}
.BgClassName
{
background-color: #EEFCD4;
}
</style>
border-color css
<style>
span { border-color: #EEFCD4; }
span { border-color: rgb(238,252,212); }
td.TdClassName
{
border-color: #EEFCD4;
}
.TagClassName
{
border-color: #EEFCD4;
}
</style>