Shades of Snowy Mint #D6FAC9
Tints of Snowy Mint #D6FAC9
RGB
CMYK
RGB Variations
Color information
#D6FAC9 (or 0xD6FAC9) is known color: Snowy Mint. HEX triplet: D6, FA and C9. RGB value is (214,250,201). Sum of RGB (Red+Green+Blue) = 214+250+201=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FAC9 is #290536. Grayscale: #E9E9E9. Windows color (decimal): -2688311 or 13236950. OLE color: 13236950.
HSL color Cylindrical-coordinate representation of color #D6FAC9: hue angle of 104.08º 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 #D6FAC9 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 201 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.02 |
| HSL | 104.08º | 0.83% | 0.88% | - |
| HSV(B) | 104.08º | 0.2% | 0.98% | - |
| XYZ | 72.46 | 86.88 | 68.21 | - |
| YUV | 233.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 201 | 0.14 | 0 | 0.20 | 0.02 | 104.08 | 0.83 | 0.88 |
| Hex | D6 | FA | C9 | E | 0 | 14 | 2 | 68 | 53 | 58 |
| Octal | 326 | 372 | 311 | 16 | 0 | 24 | 2 | 150 | 123 | 130 |
| Binary | 11010110 | 11111010 | 11001001 | 1110 | 0 | 10100 | 10 | 1101000 | 1010011 | 1011000 |
Color Harmonies of #D6FAC9
Complementary color
Monochromatic Colors of #D6FAC9
Black with #D6FAC9
Text Example
Text Example
White with #D6FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAC9; }
p { color: rgb(214,250,201); }
H1.HeaderClassName
{
color: #D6FAC9;
}
.AnyTagClassName
{
color: #D6FAC9;
}
</style>
background-color css
<style>
a { background-color: #D6FAC9; }
a { background-color: rgb(214,250,201); }
div.DivClassName
{
background-color: #D6FAC9;
}
.BgClassName
{
background-color: #D6FAC9;
}
</style>
border-color css
<style>
span { border-color: #D6FAC9; }
span { border-color: rgb(214,250,201); }
td.TdClassName
{
border-color: #D6FAC9;
}
.TagClassName
{
border-color: #D6FAC9;
}
</style>