Shades of Snowy Mint #D6FACD
Tints of Snowy Mint #D6FACD
RGB
CMYK
RGB Variations
Color information
#D6FACD (or 0xD6FACD) is known color: Snowy Mint. HEX triplet: D6, FA and CD. RGB value is (214,250,205). Sum of RGB (Red+Green+Blue) = 214+250+205=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FACD is #290532. Grayscale: #EAEAEA. Windows color (decimal): -2688307 or 13499094. OLE color: 13499094.
HSL color Cylindrical-coordinate representation of color #D6FACD: hue angle of 108º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6FACD is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 205 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.02 |
| HSL | 108º | 0.82% | 0.89% | - |
| HSV(B) | 108º | 0.18% | 0.98% | - |
| XYZ | 72.94 | 87.08 | 70.72 | - |
| YUV | 234.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 205 | 0.14 | 0 | 0.18 | 0.02 | 108 | 0.82 | 0.89 |
| Hex | D6 | FA | CD | E | 0 | 12 | 2 | 6C | 52 | 59 |
| Octal | 326 | 372 | 315 | 16 | 0 | 22 | 2 | 154 | 122 | 131 |
| Binary | 11010110 | 11111010 | 11001101 | 1110 | 0 | 10010 | 10 | 1101100 | 1010010 | 1011001 |
Color Harmonies of #D6FACD
Complementary color
Monochromatic Colors of #D6FACD
Black with #D6FACD
Text Example
Text Example
White with #D6FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FACD; }
p { color: rgb(214,250,205); }
H1.HeaderClassName
{
color: #D6FACD;
}
.AnyTagClassName
{
color: #D6FACD;
}
</style>
background-color css
<style>
a { background-color: #D6FACD; }
a { background-color: rgb(214,250,205); }
div.DivClassName
{
background-color: #D6FACD;
}
.BgClassName
{
background-color: #D6FACD;
}
</style>
border-color css
<style>
span { border-color: #D6FACD; }
span { border-color: rgb(214,250,205); }
td.TdClassName
{
border-color: #D6FACD;
}
.TagClassName
{
border-color: #D6FACD;
}
</style>