Shades of Snowy Mint #D9F7CF
Tints of Snowy Mint #D9F7CF
RGB
CMYK
RGB Variations
Color information
#D9F7CF (or 0xD9F7CF) is known color: Snowy Mint. HEX triplet: D9, F7 and CF. RGB value is (217,247,207). Sum of RGB (Red+Green+Blue) = 217+247+207=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F7CF is #260830. Grayscale: #E9E9E9. Windows color (decimal): -2492465 or 13629401. OLE color: 13629401.
HSL color Cylindrical-coordinate representation of color #D9F7CF: hue angle of 105º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9F7CF is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 247 | 207 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.03 |
| HSL | 105º | 0.71% | 0.89% | - |
| HSV(B) | 105º | 0.16% | 0.97% | - |
| XYZ | 73.14 | 85.78 | 71.73 | - |
| YUV | 233.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 247 | 207 | 0.12 | 0 | 0.16 | 0.03 | 105 | 0.71 | 0.89 |
| Hex | D9 | F7 | CF | C | 0 | 10 | 3 | 69 | 47 | 59 |
| Octal | 331 | 367 | 317 | 14 | 0 | 20 | 3 | 151 | 107 | 131 |
| Binary | 11011001 | 11110111 | 11001111 | 1100 | 0 | 10000 | 11 | 1101001 | 1000111 | 1011001 |
Color Harmonies of #D9F7CF
Complementary color
Monochromatic Colors of #D9F7CF
Black with #D9F7CF
Text Example
Text Example
White with #D9F7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F7CF; }
p { color: rgb(217,247,207); }
H1.HeaderClassName
{
color: #D9F7CF;
}
.AnyTagClassName
{
color: #D9F7CF;
}
</style>
background-color css
<style>
a { background-color: #D9F7CF; }
a { background-color: rgb(217,247,207); }
div.DivClassName
{
background-color: #D9F7CF;
}
.BgClassName
{
background-color: #D9F7CF;
}
</style>
border-color css
<style>
span { border-color: #D9F7CF; }
span { border-color: rgb(217,247,207); }
td.TdClassName
{
border-color: #D9F7CF;
}
.TagClassName
{
border-color: #D9F7CF;
}
</style>