Shades of Snow Flurry #E9FACD
Tints of Snow Flurry #E9FACD
RGB
CMYK
RGB Variations
Color information
#E9FACD (or 0xE9FACD) is known color: Snow Flurry. HEX triplet: E9, FA and CD. RGB value is (233,250,205). Sum of RGB (Red+Green+Blue) = 233+250+205=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 205 (80.47% from 255 or 29.80% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FACD is #160532. Grayscale: #EFEFEF. Windows color (decimal): -1443123 or 13499113. OLE color: 13499113.
HSL color Cylindrical-coordinate representation of color #E9FACD: hue angle of 82.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9FACD is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 205 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.02 |
| HSL | 82.67º | 0.82% | 0.89% | - |
| HSV(B) | 82.67º | 0.18% | 0.98% | - |
| XYZ | 78.81 | 90.1 | 71 | - |
| YUV | 239.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 205 | 0.07 | 0 | 0.18 | 0.02 | 82.67 | 0.82 | 0.89 |
| Hex | E9 | FA | CD | 7 | 0 | 12 | 2 | 53 | 52 | 59 |
| Octal | 351 | 372 | 315 | 7 | 0 | 22 | 2 | 123 | 122 | 131 |
| Binary | 11101001 | 11111010 | 11001101 | 111 | 0 | 10010 | 10 | 1010011 | 1010010 | 1011001 |
Color Harmonies of #E9FACD
Complementary color
Monochromatic Colors of #E9FACD
Black with #E9FACD
Text Example
Text Example
White with #E9FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FACD; }
p { color: rgb(233,250,205); }
H1.HeaderClassName
{
color: #E9FACD;
}
.AnyTagClassName
{
color: #E9FACD;
}
</style>
background-color css
<style>
a { background-color: #E9FACD; }
a { background-color: rgb(233,250,205); }
div.DivClassName
{
background-color: #E9FACD;
}
.BgClassName
{
background-color: #E9FACD;
}
</style>
border-color css
<style>
span { border-color: #E9FACD; }
span { border-color: rgb(233,250,205); }
td.TdClassName
{
border-color: #E9FACD;
}
.TagClassName
{
border-color: #E9FACD;
}
</style>