Shades of Snowy Mint #D9FAC9
Tints of Snowy Mint #D9FAC9
RGB
CMYK
RGB Variations
Color information
#D9FAC9 (or 0xD9FAC9) is known color: Snowy Mint. HEX triplet: D9, FA and C9. RGB value is (217,250,201). Sum of RGB (Red+Green+Blue) = 217+250+201=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAC9 is #260536. Grayscale: #EAEAEA. Windows color (decimal): -2491703 or 13236953. OLE color: 13236953.
HSL color Cylindrical-coordinate representation of color #D9FAC9: hue angle of 100.41º 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 #D9FAC9 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 201 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.02 |
| HSL | 100.41º | 0.83% | 0.88% | - |
| HSV(B) | 100.41º | 0.2% | 0.98% | - |
| XYZ | 73.34 | 87.34 | 68.25 | - |
| YUV | 234.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 201 | 0.13 | 0 | 0.20 | 0.02 | 100.41 | 0.83 | 0.88 |
| Hex | D9 | FA | C9 | D | 0 | 14 | 2 | 64 | 53 | 58 |
| Octal | 331 | 372 | 311 | 15 | 0 | 24 | 2 | 144 | 123 | 130 |
| Binary | 11011001 | 11111010 | 11001001 | 1101 | 0 | 10100 | 10 | 1100100 | 1010011 | 1011000 |
Color Harmonies of #D9FAC9
Complementary color
Monochromatic Colors of #D9FAC9
Black with #D9FAC9
Text Example
Text Example
White with #D9FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAC9; }
p { color: rgb(217,250,201); }
H1.HeaderClassName
{
color: #D9FAC9;
}
.AnyTagClassName
{
color: #D9FAC9;
}
</style>
background-color css
<style>
a { background-color: #D9FAC9; }
a { background-color: rgb(217,250,201); }
div.DivClassName
{
background-color: #D9FAC9;
}
.BgClassName
{
background-color: #D9FAC9;
}
</style>
border-color css
<style>
span { border-color: #D9FAC9; }
span { border-color: rgb(217,250,201); }
td.TdClassName
{
border-color: #D9FAC9;
}
.TagClassName
{
border-color: #D9FAC9;
}
</style>