Shades of Snow Flurry #EEFAC5
Tints of Snow Flurry #EEFAC5
RGB
CMYK
RGB Variations
Color information
#EEFAC5 (or 0xEEFAC5) is known color: Snow Flurry. HEX triplet: EE, FA and C5. RGB value is (238,250,197). Sum of RGB (Red+Green+Blue) = 238+250+197=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 197 (77.34% from 255 or 28.76% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAC5 is #11053A. Grayscale: #F0F0F0. Windows color (decimal): -1115451 or 12974830. OLE color: 12974830.
HSL color Cylindrical-coordinate representation of color #EEFAC5: hue angle of 73.58º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEFAC5 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 250 | 197 | - |
CMYK | 0.05 | 0 | 0.21 | 0.02 |
HSL | 73.58º | 0.84% | 0.88% | - |
HSV(B) | 73.58º | 0.21% | 0.98% | - |
XYZ | 79.52 | 90.58 | 66.12 | - |
YUV | 240.37 | 103.52 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 250 | 197 | 0.05 | 0 | 0.21 | 0.02 | 73.58 | 0.84 | 0.88 |
Hex | EE | FA | C5 | 5 | 0 | 15 | 2 | 4A | 54 | 58 |
Octal | 356 | 372 | 305 | 5 | 0 | 25 | 2 | 112 | 124 | 130 |
Binary | 11101110 | 11111010 | 11000101 | 101 | 0 | 10101 | 10 | 1001010 | 1010100 | 1011000 |
Color Harmonies of #EEFAC5
Complementary color
Monochromatic Colors of #EEFAC5
Black with #EEFAC5
Text Example
Text Example
White with #EEFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFAC5; }
p { color: rgb(238,250,197); }
H1.HeaderClassName
{
color: #EEFAC5;
}
.AnyTagClassName
{
color: #EEFAC5;
}
</style>
background-color css
<style>
a { background-color: #EEFAC5; }
a { background-color: rgb(238,250,197); }
div.DivClassName
{
background-color: #EEFAC5;
}
.BgClassName
{
background-color: #EEFAC5;
}
</style>
border-color css
<style>
span { border-color: #EEFAC5; }
span { border-color: rgb(238,250,197); }
td.TdClassName
{
border-color: #EEFAC5;
}
.TagClassName
{
border-color: #EEFAC5;
}
</style>