Shades of Snow Flurry #E8FFCF
Tints of Snow Flurry #E8FFCF
RGB
CMYK
RGB Variations
Color information
#E8FFCF (or 0xE8FFCF) is known color: Snow Flurry. HEX triplet: E8, FF and CF. RGB value is (232,255,207). Sum of RGB (Red+Green+Blue) = 232+255+207=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FFCF is #170030. Grayscale: #F2F2F2. Windows color (decimal): -1507377 or 13631464. OLE color: 13631464.
HSL color Cylindrical-coordinate representation of color #E8FFCF: hue angle of 88.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8FFCF is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 207 | - |
| CMYK | 0.09 | 0 | 0.19 | 0 |
| HSL | 88.75º | 1% | 0.91% | - |
| HSV(B) | 88.75º | 0.19% | 1% | - |
| XYZ | 80.3 | 93.18 | 72.78 | - |
| YUV | 242.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 207 | 0.09 | 0 | 0.19 | 0 | 88.75 | 1 | 0.91 |
| Hex | E8 | FF | CF | 9 | 0 | 13 | 0 | 59 | 64 | 5B |
| Octal | 350 | 377 | 317 | 11 | 0 | 23 | 0 | 131 | 144 | 133 |
| Binary | 11101000 | 11111111 | 11001111 | 1001 | 0 | 10011 | 0 | 1011001 | 1100100 | 1011011 |
Color Harmonies of #E8FFCF
Complementary color
Monochromatic Colors of #E8FFCF
Black with #E8FFCF
Text Example
Text Example
White with #E8FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFCF; }
p { color: rgb(232,255,207); }
H1.HeaderClassName
{
color: #E8FFCF;
}
.AnyTagClassName
{
color: #E8FFCF;
}
</style>
background-color css
<style>
a { background-color: #E8FFCF; }
a { background-color: rgb(232,255,207); }
div.DivClassName
{
background-color: #E8FFCF;
}
.BgClassName
{
background-color: #E8FFCF;
}
</style>
border-color css
<style>
span { border-color: #E8FFCF; }
span { border-color: rgb(232,255,207); }
td.TdClassName
{
border-color: #E8FFCF;
}
.TagClassName
{
border-color: #E8FFCF;
}
</style>