Shades of Snowy Mint #D6FACC
Tints of Snowy Mint #D6FACC
RGB
CMYK
RGB Variations
Color information
#D6FACC (or 0xD6FACC) is known color: Snowy Mint. HEX triplet: D6, FA and CC. RGB value is (214,250,204). Sum of RGB (Red+Green+Blue) = 214+250+204=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FACC is #290533. Grayscale: #EAEAEA. Windows color (decimal): -2688308 or 13433558. OLE color: 13433558.
HSL color Cylindrical-coordinate representation of color #D6FACC: hue angle of 106.96º 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 #D6FACC is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 204 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.02 |
| HSL | 106.96º | 0.82% | 0.89% | - |
| HSV(B) | 106.96º | 0.18% | 0.98% | - |
| XYZ | 72.82 | 87.03 | 70.09 | - |
| YUV | 233.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 204 | 0.14 | 0 | 0.18 | 0.02 | 106.96 | 0.82 | 0.89 |
| Hex | D6 | FA | CC | E | 0 | 12 | 2 | 6B | 52 | 59 |
| Octal | 326 | 372 | 314 | 16 | 0 | 22 | 2 | 153 | 122 | 131 |
| Binary | 11010110 | 11111010 | 11001100 | 1110 | 0 | 10010 | 10 | 1101011 | 1010010 | 1011001 |
Color Harmonies of #D6FACC
Complementary color
Monochromatic Colors of #D6FACC
Black with #D6FACC
Text Example
Text Example
White with #D6FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FACC; }
p { color: rgb(214,250,204); }
H1.HeaderClassName
{
color: #D6FACC;
}
.AnyTagClassName
{
color: #D6FACC;
}
</style>
background-color css
<style>
a { background-color: #D6FACC; }
a { background-color: rgb(214,250,204); }
div.DivClassName
{
background-color: #D6FACC;
}
.BgClassName
{
background-color: #D6FACC;
}
</style>
border-color css
<style>
span { border-color: #D6FACC; }
span { border-color: rgb(214,250,204); }
td.TdClassName
{
border-color: #D6FACC;
}
.TagClassName
{
border-color: #D6FACC;
}
</style>