Shades of Snowy Mint #D6FDC9
Tints of Snowy Mint #D6FDC9
RGB
CMYK
RGB Variations
Color information
#D6FDC9 (or 0xD6FDC9) is known color: Snowy Mint. HEX triplet: D6, FD and C9. RGB value is (214,253,201). Sum of RGB (Red+Green+Blue) = 214+253+201=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDC9 is #290236. Grayscale: #EBEBEB. Windows color (decimal): -2687543 or 13237718. OLE color: 13237718.
HSL color Cylindrical-coordinate representation of color #D6FDC9: hue angle of 105º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6FDC9 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 253 | 201 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.01 |
| HSL | 105º | 0.93% | 0.89% | - |
| HSV(B) | 105º | 0.21% | 0.99% | - |
| XYZ | 73.4 | 88.76 | 68.52 | - |
| YUV | 235.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 253 | 201 | 0.15 | 0 | 0.21 | 0.01 | 105 | 0.93 | 0.89 |
| Hex | D6 | FD | C9 | F | 0 | 15 | 1 | 69 | 5D | 59 |
| Octal | 326 | 375 | 311 | 17 | 0 | 25 | 1 | 151 | 135 | 131 |
| Binary | 11010110 | 11111101 | 11001001 | 1111 | 0 | 10101 | 1 | 1101001 | 1011101 | 1011001 |
Color Harmonies of #D6FDC9
Complementary color
Monochromatic Colors of #D6FDC9
Black with #D6FDC9
Text Example
Text Example
White with #D6FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FDC9; }
p { color: rgb(214,253,201); }
H1.HeaderClassName
{
color: #D6FDC9;
}
.AnyTagClassName
{
color: #D6FDC9;
}
</style>
background-color css
<style>
a { background-color: #D6FDC9; }
a { background-color: rgb(214,253,201); }
div.DivClassName
{
background-color: #D6FDC9;
}
.BgClassName
{
background-color: #D6FDC9;
}
</style>
border-color css
<style>
span { border-color: #D6FDC9; }
span { border-color: rgb(214,253,201); }
td.TdClassName
{
border-color: #D6FDC9;
}
.TagClassName
{
border-color: #D6FDC9;
}
</style>