Shades of Snow Flurry #E8FECF
Tints of Snow Flurry #E8FECF
RGB
CMYK
RGB Variations
Color information
#E8FECF (or 0xE8FECF) is known color: Snow Flurry. HEX triplet: E8, FE and CF. RGB value is (232,254,207). Sum of RGB (Red+Green+Blue) = 232+254+207=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #E8FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FECF is #170130. Grayscale: #F2F2F2. Windows color (decimal): -1507633 or 13631208. OLE color: 13631208.
HSL color Cylindrical-coordinate representation of color #E8FECF: hue angle of 88.09º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8FECF is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 232 | 254 | 207 | - |
CMYK | 0.09 | 0 | 0.19 | 0.00 |
HSL | 88.09º | 0.96% | 0.9% | - |
HSV(B) | 88.09º | 0.19% | 1% | - |
XYZ | 79.98 | 92.54 | 72.68 | - |
YUV | 242.06 | 108.21 | 120.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 254 | 207 | 0.09 | 0 | 0.19 | 0.00 | 88.09 | 0.96 | 0.9 |
Hex | E8 | FE | CF | 9 | 0 | 13 | 0 | 58 | 60 | 5A |
Octal | 350 | 376 | 317 | 11 | 0 | 23 | 0 | 130 | 140 | 132 |
Binary | 11101000 | 11111110 | 11001111 | 1001 | 0 | 10011 | 0 | 1011000 | 1100000 | 1011010 |
Color Harmonies of #E8FECF
Complementary color
Monochromatic Colors of #E8FECF
Black with #E8FECF
Text Example
Text Example
White with #E8FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FECF; }
p { color: rgb(232,254,207); }
H1.HeaderClassName
{
color: #E8FECF;
}
.AnyTagClassName
{
color: #E8FECF;
}
</style>
background-color css
<style>
a { background-color: #E8FECF; }
a { background-color: rgb(232,254,207); }
div.DivClassName
{
background-color: #E8FECF;
}
.BgClassName
{
background-color: #E8FECF;
}
</style>
border-color css
<style>
span { border-color: #E8FECF; }
span { border-color: rgb(232,254,207); }
td.TdClassName
{
border-color: #E8FECF;
}
.TagClassName
{
border-color: #E8FECF;
}
</style>