Shades of Snowy Mint #D8FAC8
Tints of Snowy Mint #D8FAC8
RGB
CMYK
RGB Variations
Color information
#D8FAC8 (or 0xD8FAC8) is known color: Snowy Mint. HEX triplet: D8, FA and C8. RGB value is (216,250,200). Sum of RGB (Red+Green+Blue) = 216+250+200=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FAC8 is #270537. Grayscale: #EAEAEA. Windows color (decimal): -2557240 or 13171416. OLE color: 13171416.
HSL color Cylindrical-coordinate representation of color #D8FAC8: hue angle of 100.8º 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 #D8FAC8 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 200 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.02 |
| HSL | 100.8º | 0.83% | 0.88% | - |
| HSV(B) | 100.8º | 0.2% | 0.98% | - |
| XYZ | 72.93 | 87.14 | 67.62 | - |
| YUV | 234.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 200 | 0.14 | 0 | 0.2 | 0.02 | 100.8 | 0.83 | 0.88 |
| Hex | D8 | FA | C8 | E | 0 | 14 | 2 | 65 | 53 | 58 |
| Octal | 330 | 372 | 310 | 16 | 0 | 24 | 2 | 145 | 123 | 130 |
| Binary | 11011000 | 11111010 | 11001000 | 1110 | 0 | 10100 | 10 | 1100101 | 1010011 | 1011000 |
Color Harmonies of #D8FAC8
Complementary color
Monochromatic Colors of #D8FAC8
Black with #D8FAC8
Text Example
Text Example
White with #D8FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAC8; }
p { color: rgb(216,250,200); }
H1.HeaderClassName
{
color: #D8FAC8;
}
.AnyTagClassName
{
color: #D8FAC8;
}
</style>
background-color css
<style>
a { background-color: #D8FAC8; }
a { background-color: rgb(216,250,200); }
div.DivClassName
{
background-color: #D8FAC8;
}
.BgClassName
{
background-color: #D8FAC8;
}
</style>
border-color css
<style>
span { border-color: #D8FAC8; }
span { border-color: rgb(216,250,200); }
td.TdClassName
{
border-color: #D8FAC8;
}
.TagClassName
{
border-color: #D8FAC8;
}
</style>