Shades of Snow Flurry #E6FACD
Tints of Snow Flurry #E6FACD
RGB
CMYK
RGB Variations
Color information
#E6FACD (or 0xE6FACD) is known color: Snow Flurry. HEX triplet: E6, FA and CD. RGB value is (230,250,205). Sum of RGB (Red+Green+Blue) = 230+250+205=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FACD is #190532. Grayscale: #EFEFEF. Windows color (decimal): -1639731 or 13499110. OLE color: 13499110.
HSL color Cylindrical-coordinate representation of color #E6FACD: hue angle of 86.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 #E6FACD is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 205 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.02 |
| HSL | 86.67º | 0.82% | 0.89% | - |
| HSV(B) | 86.67º | 0.18% | 0.98% | - |
| XYZ | 77.84 | 89.6 | 70.95 | - |
| YUV | 238.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 205 | 0.08 | 0 | 0.18 | 0.02 | 86.67 | 0.82 | 0.89 |
| Hex | E6 | FA | CD | 8 | 0 | 12 | 2 | 57 | 52 | 59 |
| Octal | 346 | 372 | 315 | 10 | 0 | 22 | 2 | 127 | 122 | 131 |
| Binary | 11100110 | 11111010 | 11001101 | 1000 | 0 | 10010 | 10 | 1010111 | 1010010 | 1011001 |
Color Harmonies of #E6FACD
Complementary color
Monochromatic Colors of #E6FACD
Black with #E6FACD
Text Example
Text Example
White with #E6FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FACD; }
p { color: rgb(230,250,205); }
H1.HeaderClassName
{
color: #E6FACD;
}
.AnyTagClassName
{
color: #E6FACD;
}
</style>
background-color css
<style>
a { background-color: #E6FACD; }
a { background-color: rgb(230,250,205); }
div.DivClassName
{
background-color: #E6FACD;
}
.BgClassName
{
background-color: #E6FACD;
}
</style>
border-color css
<style>
span { border-color: #E6FACD; }
span { border-color: rgb(230,250,205); }
td.TdClassName
{
border-color: #E6FACD;
}
.TagClassName
{
border-color: #E6FACD;
}
</style>