Shades of Snowy Mint #D9FAC7
Tints of Snowy Mint #D9FAC7
RGB
CMYK
RGB Variations
Color information
#D9FAC7 (or 0xD9FAC7) is known color: Snowy Mint. HEX triplet: D9, FA and C7. RGB value is (217,250,199). Sum of RGB (Red+Green+Blue) = 217+250+199=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAC7 is #260538. Grayscale: #EAEAEA. Windows color (decimal): -2491705 or 13105881. OLE color: 13105881.
HSL color Cylindrical-coordinate representation of color #D9FAC7: hue angle of 98.82º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9FAC7 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 199 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.02 |
| HSL | 98.82º | 0.84% | 0.88% | - |
| HSV(B) | 98.82º | 0.2% | 0.98% | - |
| XYZ | 73.11 | 87.25 | 67.02 | - |
| YUV | 234.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 199 | 0.13 | 0 | 0.20 | 0.02 | 98.82 | 0.84 | 0.88 |
| Hex | D9 | FA | C7 | D | 0 | 14 | 2 | 63 | 54 | 58 |
| Octal | 331 | 372 | 307 | 15 | 0 | 24 | 2 | 143 | 124 | 130 |
| Binary | 11011001 | 11111010 | 11000111 | 1101 | 0 | 10100 | 10 | 1100011 | 1010100 | 1011000 |
Color Harmonies of #D9FAC7
Complementary color
Monochromatic Colors of #D9FAC7
Black with #D9FAC7
Text Example
Text Example
White with #D9FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAC7; }
p { color: rgb(217,250,199); }
H1.HeaderClassName
{
color: #D9FAC7;
}
.AnyTagClassName
{
color: #D9FAC7;
}
</style>
background-color css
<style>
a { background-color: #D9FAC7; }
a { background-color: rgb(217,250,199); }
div.DivClassName
{
background-color: #D9FAC7;
}
.BgClassName
{
background-color: #D9FAC7;
}
</style>
border-color css
<style>
span { border-color: #D9FAC7; }
span { border-color: rgb(217,250,199); }
td.TdClassName
{
border-color: #D9FAC7;
}
.TagClassName
{
border-color: #D9FAC7;
}
</style>