Shades of Snowy Mint #D6FAC8
Tints of Snowy Mint #D6FAC8
RGB
CMYK
RGB Variations
Color information
#D6FAC8 (or 0xD6FAC8) is known color: Snowy Mint. HEX triplet: D6, FA and C8. RGB value is (214,250,200). Sum of RGB (Red+Green+Blue) = 214+250+200=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FAC8 is #290537. Grayscale: #E9E9E9. Windows color (decimal): -2688312 or 13171414. OLE color: 13171414.
HSL color Cylindrical-coordinate representation of color #D6FAC8: hue angle of 103.2º 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 #D6FAC8 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 200 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.02 |
| HSL | 103.2º | 0.83% | 0.88% | - |
| HSV(B) | 103.2º | 0.2% | 0.98% | - |
| XYZ | 72.34 | 86.84 | 67.59 | - |
| YUV | 233.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 200 | 0.14 | 0 | 0.2 | 0.02 | 103.2 | 0.83 | 0.88 |
| Hex | D6 | FA | C8 | E | 0 | 14 | 2 | 67 | 53 | 58 |
| Octal | 326 | 372 | 310 | 16 | 0 | 24 | 2 | 147 | 123 | 130 |
| Binary | 11010110 | 11111010 | 11001000 | 1110 | 0 | 10100 | 10 | 1100111 | 1010011 | 1011000 |
Color Harmonies of #D6FAC8
Complementary color
Monochromatic Colors of #D6FAC8
Black with #D6FAC8
Text Example
Text Example
White with #D6FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAC8; }
p { color: rgb(214,250,200); }
H1.HeaderClassName
{
color: #D6FAC8;
}
.AnyTagClassName
{
color: #D6FAC8;
}
</style>
background-color css
<style>
a { background-color: #D6FAC8; }
a { background-color: rgb(214,250,200); }
div.DivClassName
{
background-color: #D6FAC8;
}
.BgClassName
{
background-color: #D6FAC8;
}
</style>
border-color css
<style>
span { border-color: #D6FAC8; }
span { border-color: rgb(214,250,200); }
td.TdClassName
{
border-color: #D6FAC8;
}
.TagClassName
{
border-color: #D6FAC8;
}
</style>