Shades of Snowy Mint #D8FACC
Tints of Snowy Mint #D8FACC
RGB
CMYK
RGB Variations
Color information
#D8FACC (or 0xD8FACC) is known color: Snowy Mint. HEX triplet: D8, FA and CC. RGB value is (216,250,204). Sum of RGB (Red+Green+Blue) = 216+250+204=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FACC is #270533. Grayscale: #EAEAEA. Windows color (decimal): -2557236 or 13433560. OLE color: 13433560.
HSL color Cylindrical-coordinate representation of color #D8FACC: hue angle of 104.35º 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 #D8FACC is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 204 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.02 |
| HSL | 104.35º | 0.82% | 0.89% | - |
| HSV(B) | 104.35º | 0.18% | 0.98% | - |
| XYZ | 73.4 | 87.33 | 70.11 | - |
| YUV | 234.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 204 | 0.14 | 0 | 0.18 | 0.02 | 104.35 | 0.82 | 0.89 |
| Hex | D8 | FA | CC | E | 0 | 12 | 2 | 68 | 52 | 59 |
| Octal | 330 | 372 | 314 | 16 | 0 | 22 | 2 | 150 | 122 | 131 |
| Binary | 11011000 | 11111010 | 11001100 | 1110 | 0 | 10010 | 10 | 1101000 | 1010010 | 1011001 |
Color Harmonies of #D8FACC
Complementary color
Monochromatic Colors of #D8FACC
Black with #D8FACC
Text Example
Text Example
White with #D8FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FACC; }
p { color: rgb(216,250,204); }
H1.HeaderClassName
{
color: #D8FACC;
}
.AnyTagClassName
{
color: #D8FACC;
}
</style>
background-color css
<style>
a { background-color: #D8FACC; }
a { background-color: rgb(216,250,204); }
div.DivClassName
{
background-color: #D8FACC;
}
.BgClassName
{
background-color: #D8FACC;
}
</style>
border-color css
<style>
span { border-color: #D8FACC; }
span { border-color: rgb(216,250,204); }
td.TdClassName
{
border-color: #D8FACC;
}
.TagClassName
{
border-color: #D8FACC;
}
</style>