Shades of Snow Flurry #E9FCCF
Tints of Snow Flurry #E9FCCF
RGB
CMYK
RGB Variations
Color information
#E9FCCF (or 0xE9FCCF) is known color: Snow Flurry. HEX triplet: E9, FC and CF. RGB value is (233,252,207). Sum of RGB (Red+Green+Blue) = 233+252+207=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #E9FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FCCF is #160330. Grayscale: #F1F1F1. Windows color (decimal): -1442609 or 13630697. OLE color: 13630697.
HSL color Cylindrical-coordinate representation of color #E9FCCF: hue angle of 85.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 #E9FCCF is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 252 | 207 | - |
CMYK | 0.08 | 0 | 0.18 | 0.01 |
HSL | 85.33º | 0.88% | 0.9% | - |
HSV(B) | 85.33º | 0.18% | 0.99% | - |
XYZ | 79.68 | 91.45 | 72.48 | - |
YUV | 241.19 | 108.71 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 252 | 207 | 0.08 | 0 | 0.18 | 0.01 | 85.33 | 0.88 | 0.9 |
Hex | E9 | FC | CF | 8 | 0 | 12 | 1 | 55 | 58 | 5A |
Octal | 351 | 374 | 317 | 10 | 0 | 22 | 1 | 125 | 130 | 132 |
Binary | 11101001 | 11111100 | 11001111 | 1000 | 0 | 10010 | 1 | 1010101 | 1011000 | 1011010 |
Color Harmonies of #E9FCCF
Complementary color
Monochromatic Colors of #E9FCCF
Black with #E9FCCF
Text Example
Text Example
White with #E9FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FCCF; }
p { color: rgb(233,252,207); }
H1.HeaderClassName
{
color: #E9FCCF;
}
.AnyTagClassName
{
color: #E9FCCF;
}
</style>
background-color css
<style>
a { background-color: #E9FCCF; }
a { background-color: rgb(233,252,207); }
div.DivClassName
{
background-color: #E9FCCF;
}
.BgClassName
{
background-color: #E9FCCF;
}
</style>
border-color css
<style>
span { border-color: #E9FCCF; }
span { border-color: rgb(233,252,207); }
td.TdClassName
{
border-color: #E9FCCF;
}
.TagClassName
{
border-color: #E9FCCF;
}
</style>