Shades of Snowy Mint #D8F6CF
Tints of Snowy Mint #D8F6CF
RGB
CMYK
RGB Variations
Color information
#D8F6CF (or 0xD8F6CF) is known color: Snowy Mint. HEX triplet: D8, F6 and CF. RGB value is (216,246,207). Sum of RGB (Red+Green+Blue) = 216+246+207=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F6CF is #270930. Grayscale: #E8E8E8. Windows color (decimal): -2558257 or 13629144. OLE color: 13629144.
HSL color Cylindrical-coordinate representation of color #D8F6CF: hue angle of 106.15º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8F6CF is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 207 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.04 |
| HSL | 106.15º | 0.68% | 0.89% | - |
| HSV(B) | 106.15º | 0.16% | 0.96% | - |
| XYZ | 72.54 | 85.02 | 71.62 | - |
| YUV | 232.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 207 | 0.12 | 0 | 0.16 | 0.04 | 106.15 | 0.68 | 0.89 |
| Hex | D8 | F6 | CF | C | 0 | 10 | 4 | 6A | 44 | 59 |
| Octal | 330 | 366 | 317 | 14 | 0 | 20 | 4 | 152 | 104 | 131 |
| Binary | 11011000 | 11110110 | 11001111 | 1100 | 0 | 10000 | 100 | 1101010 | 1000100 | 1011001 |
Color Harmonies of #D8F6CF
Complementary color
Monochromatic Colors of #D8F6CF
Black with #D8F6CF
Text Example
Text Example
White with #D8F6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F6CF; }
p { color: rgb(216,246,207); }
H1.HeaderClassName
{
color: #D8F6CF;
}
.AnyTagClassName
{
color: #D8F6CF;
}
</style>
background-color css
<style>
a { background-color: #D8F6CF; }
a { background-color: rgb(216,246,207); }
div.DivClassName
{
background-color: #D8F6CF;
}
.BgClassName
{
background-color: #D8F6CF;
}
</style>
border-color css
<style>
span { border-color: #D8F6CF; }
span { border-color: rgb(216,246,207); }
td.TdClassName
{
border-color: #D8F6CF;
}
.TagClassName
{
border-color: #D8F6CF;
}
</style>