Shades of Snowy Mint #D8FACD
Tints of Snowy Mint #D8FACD
RGB
CMYK
RGB Variations
Color information
#D8FACD (or 0xD8FACD) is known color: Snowy Mint. HEX triplet: D8, FA and CD. RGB value is (216,250,205). Sum of RGB (Red+Green+Blue) = 216+250+205=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FACD is #270532. Grayscale: #EAEAEA. Windows color (decimal): -2557235 or 13499096. OLE color: 13499096.
HSL color Cylindrical-coordinate representation of color #D8FACD: hue angle of 105.33º 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 #D8FACD is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 205 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.02 |
| HSL | 105.33º | 0.82% | 0.89% | - |
| HSV(B) | 105.33º | 0.18% | 0.98% | - |
| XYZ | 73.52 | 87.38 | 70.75 | - |
| YUV | 234.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 205 | 0.14 | 0 | 0.18 | 0.02 | 105.33 | 0.82 | 0.89 |
| Hex | D8 | FA | CD | E | 0 | 12 | 2 | 69 | 52 | 59 |
| Octal | 330 | 372 | 315 | 16 | 0 | 22 | 2 | 151 | 122 | 131 |
| Binary | 11011000 | 11111010 | 11001101 | 1110 | 0 | 10010 | 10 | 1101001 | 1010010 | 1011001 |
Color Harmonies of #D8FACD
Complementary color
Monochromatic Colors of #D8FACD
Black with #D8FACD
Text Example
Text Example
White with #D8FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FACD; }
p { color: rgb(216,250,205); }
H1.HeaderClassName
{
color: #D8FACD;
}
.AnyTagClassName
{
color: #D8FACD;
}
</style>
background-color css
<style>
a { background-color: #D8FACD; }
a { background-color: rgb(216,250,205); }
div.DivClassName
{
background-color: #D8FACD;
}
.BgClassName
{
background-color: #D8FACD;
}
</style>
border-color css
<style>
span { border-color: #D8FACD; }
span { border-color: rgb(216,250,205); }
td.TdClassName
{
border-color: #D8FACD;
}
.TagClassName
{
border-color: #D8FACD;
}
</style>