Shades of Snowy Mint #D9FAC8
Tints of Snowy Mint #D9FAC8
RGB
CMYK
RGB Variations
Color information
#D9FAC8 (or 0xD9FAC8) is known color: Snowy Mint. HEX triplet: D9, FA and C8. RGB value is (217,250,200). Sum of RGB (Red+Green+Blue) = 217+250+200=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 200 (78.52% from 255 or 29.99% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAC8 is #260537. Grayscale: #EAEAEA. Windows color (decimal): -2491704 or 13171417. OLE color: 13171417.
HSL color Cylindrical-coordinate representation of color #D9FAC8: hue angle of 99.6º degrees, saturation: 0.83, 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 #D9FAC8 is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 200 | - |
| CMYK | 0.13 | 0 | 0.2 | 0.02 |
| HSL | 99.6º | 0.83% | 0.88% | - |
| HSV(B) | 99.6º | 0.2% | 0.98% | - |
| XYZ | 73.23 | 87.29 | 67.63 | - |
| YUV | 234.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 200 | 0.13 | 0 | 0.2 | 0.02 | 99.6 | 0.83 | 0.88 |
| Hex | D9 | FA | C8 | D | 0 | 14 | 2 | 64 | 53 | 58 |
| Octal | 331 | 372 | 310 | 15 | 0 | 24 | 2 | 144 | 123 | 130 |
| Binary | 11011001 | 11111010 | 11001000 | 1101 | 0 | 10100 | 10 | 1100100 | 1010011 | 1011000 |
Color Harmonies of #D9FAC8
Complementary color
Monochromatic Colors of #D9FAC8
Black with #D9FAC8
Text Example
Text Example
White with #D9FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAC8; }
p { color: rgb(217,250,200); }
H1.HeaderClassName
{
color: #D9FAC8;
}
.AnyTagClassName
{
color: #D9FAC8;
}
</style>
background-color css
<style>
a { background-color: #D9FAC8; }
a { background-color: rgb(217,250,200); }
div.DivClassName
{
background-color: #D9FAC8;
}
.BgClassName
{
background-color: #D9FAC8;
}
</style>
border-color css
<style>
span { border-color: #D9FAC8; }
span { border-color: rgb(217,250,200); }
td.TdClassName
{
border-color: #D9FAC8;
}
.TagClassName
{
border-color: #D9FAC8;
}
</style>