Shades of Snow Flurry #E5FACD
Tints of Snow Flurry #E5FACD
RGB
CMYK
RGB Variations
Color information
#E5FACD (or 0xE5FACD) is known color: Snow Flurry. HEX triplet: E5, FA and CD. RGB value is (229,250,205). Sum of RGB (Red+Green+Blue) = 229+250+205=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FACD is #1A0532. Grayscale: #EEEEEE. Windows color (decimal): -1705267 or 13499109. OLE color: 13499109.
HSL color Cylindrical-coordinate representation of color #E5FACD: hue angle of 88º 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 #E5FACD is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 205 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.02 |
| HSL | 88º | 0.82% | 0.89% | - |
| HSV(B) | 88º | 0.18% | 0.98% | - |
| XYZ | 77.52 | 89.44 | 70.94 | - |
| YUV | 238.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 205 | 0.08 | 0 | 0.18 | 0.02 | 88 | 0.82 | 0.89 |
| Hex | E5 | FA | CD | 8 | 0 | 12 | 2 | 58 | 52 | 59 |
| Octal | 345 | 372 | 315 | 10 | 0 | 22 | 2 | 130 | 122 | 131 |
| Binary | 11100101 | 11111010 | 11001101 | 1000 | 0 | 10010 | 10 | 1011000 | 1010010 | 1011001 |
Color Harmonies of #E5FACD
Complementary color
Monochromatic Colors of #E5FACD
Black with #E5FACD
Text Example
Text Example
White with #E5FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FACD; }
p { color: rgb(229,250,205); }
H1.HeaderClassName
{
color: #E5FACD;
}
.AnyTagClassName
{
color: #E5FACD;
}
</style>
background-color css
<style>
a { background-color: #E5FACD; }
a { background-color: rgb(229,250,205); }
div.DivClassName
{
background-color: #E5FACD;
}
.BgClassName
{
background-color: #E5FACD;
}
</style>
border-color css
<style>
span { border-color: #E5FACD; }
span { border-color: rgb(229,250,205); }
td.TdClassName
{
border-color: #E5FACD;
}
.TagClassName
{
border-color: #E5FACD;
}
</style>