Shades of Snow Flurry #E6FCCF
Tints of Snow Flurry #E6FCCF
RGB
CMYK
RGB Variations
Color information
#E6FCCF (or 0xE6FCCF) is known color: Snow Flurry. HEX triplet: E6, FC and CF. RGB value is (230,252,207). Sum of RGB (Red+Green+Blue) = 230+252+207=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCCF is #190330. Grayscale: #F0F0F0. Windows color (decimal): -1639217 or 13630694. OLE color: 13630694.
HSL color Cylindrical-coordinate representation of color #E6FCCF: hue angle of 89.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6FCCF is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 207 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.01 |
| HSL | 89.33º | 0.88% | 0.9% | - |
| HSV(B) | 89.33º | 0.18% | 0.99% | - |
| XYZ | 78.71 | 90.95 | 72.44 | - |
| YUV | 240.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 207 | 0.09 | 0 | 0.18 | 0.01 | 89.33 | 0.88 | 0.9 |
| Hex | E6 | FC | CF | 9 | 0 | 12 | 1 | 59 | 58 | 5A |
| Octal | 346 | 374 | 317 | 11 | 0 | 22 | 1 | 131 | 130 | 132 |
| Binary | 11100110 | 11111100 | 11001111 | 1001 | 0 | 10010 | 1 | 1011001 | 1011000 | 1011010 |
Color Harmonies of #E6FCCF
Complementary color
Monochromatic Colors of #E6FCCF
Black with #E6FCCF
Text Example
Text Example
White with #E6FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCCF; }
p { color: rgb(230,252,207); }
H1.HeaderClassName
{
color: #E6FCCF;
}
.AnyTagClassName
{
color: #E6FCCF;
}
</style>
background-color css
<style>
a { background-color: #E6FCCF; }
a { background-color: rgb(230,252,207); }
div.DivClassName
{
background-color: #E6FCCF;
}
.BgClassName
{
background-color: #E6FCCF;
}
</style>
border-color css
<style>
span { border-color: #E6FCCF; }
span { border-color: rgb(230,252,207); }
td.TdClassName
{
border-color: #E6FCCF;
}
.TagClassName
{
border-color: #E6FCCF;
}
</style>