Shades of Snow Flurry #EEFFC0
Tints of Snow Flurry #EEFFC0
RGB
CMYK
RGB Variations
Color information
#EEFFC0 (or 0xEEFFC0) is known color: Snow Flurry. HEX triplet: EE, FF and C0. RGB value is (238,255,192). Sum of RGB (Red+Green+Blue) = 238+255+192=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 192 (75.39% from 255 or 28.03% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFC0 is #11003F. Grayscale: #F2F2F2. Windows color (decimal): -1114176 or 12648430. OLE color: 12648430.
HSL color Cylindrical-coordinate representation of color #EEFFC0: hue angle of 76.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEFFC0 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 192 | - |
CMYK | 0.07 | 0 | 0.25 | 0 |
HSL | 76.19º | 1% | 0.88% | - |
HSV(B) | 76.19º | 0.25% | 1% | - |
XYZ | 80.53 | 93.5 | 63.67 | - |
YUV | 242.74 | 99.37 | 124.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 192 | 0.07 | 0 | 0.25 | 0 | 76.19 | 1 | 0.88 |
Hex | EE | FF | C0 | 7 | 0 | 19 | 0 | 4C | 64 | 58 |
Octal | 356 | 377 | 300 | 7 | 0 | 31 | 0 | 114 | 144 | 130 |
Binary | 11101110 | 11111111 | 11000000 | 111 | 0 | 11001 | 0 | 1001100 | 1100100 | 1011000 |
Color Harmonies of #EEFFC0
Complementary color
Monochromatic Colors of #EEFFC0
Black with #EEFFC0
Text Example
Text Example
White with #EEFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFC0; }
p { color: rgb(238,255,192); }
H1.HeaderClassName
{
color: #EEFFC0;
}
.AnyTagClassName
{
color: #EEFFC0;
}
</style>
background-color css
<style>
a { background-color: #EEFFC0; }
a { background-color: rgb(238,255,192); }
div.DivClassName
{
background-color: #EEFFC0;
}
.BgClassName
{
background-color: #EEFFC0;
}
</style>
border-color css
<style>
span { border-color: #EEFFC0; }
span { border-color: rgb(238,255,192); }
td.TdClassName
{
border-color: #EEFFC0;
}
.TagClassName
{
border-color: #EEFFC0;
}
</style>