Shades of Snowy Mint #D6FFC8
Tints of Snowy Mint #D6FFC8
RGB
CMYK
RGB Variations
Color information
#D6FFC8 (or 0xD6FFC8) is known color: Snowy Mint. HEX triplet: D6, FF and C8. RGB value is (214,255,200). Sum of RGB (Red+Green+Blue) = 214+255+200=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFC8 is #290037. Grayscale: #ECECEC. Windows color (decimal): -2687032 or 13172694. OLE color: 13172694.
HSL color Cylindrical-coordinate representation of color #D6FFC8: hue angle of 104.73º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6FFC8 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 200 | - |
| CMYK | 0.16 | 0 | 0.22 | 0 |
| HSL | 104.73º | 1% | 0.89% | - |
| HSV(B) | 104.73º | 0.22% | 1% | - |
| XYZ | 73.92 | 89.99 | 68.12 | - |
| YUV | 236.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 200 | 0.16 | 0 | 0.22 | 0 | 104.73 | 1 | 0.89 |
| Hex | D6 | FF | C8 | 10 | 0 | 16 | 0 | 69 | 64 | 59 |
| Octal | 326 | 377 | 310 | 20 | 0 | 26 | 0 | 151 | 144 | 131 |
| Binary | 11010110 | 11111111 | 11001000 | 10000 | 0 | 10110 | 0 | 1101001 | 1100100 | 1011001 |
Color Harmonies of #D6FFC8
Complementary color
Monochromatic Colors of #D6FFC8
Black with #D6FFC8
Text Example
Text Example
White with #D6FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFC8; }
p { color: rgb(214,255,200); }
H1.HeaderClassName
{
color: #D6FFC8;
}
.AnyTagClassName
{
color: #D6FFC8;
}
</style>
background-color css
<style>
a { background-color: #D6FFC8; }
a { background-color: rgb(214,255,200); }
div.DivClassName
{
background-color: #D6FFC8;
}
.BgClassName
{
background-color: #D6FFC8;
}
</style>
border-color css
<style>
span { border-color: #D6FFC8; }
span { border-color: rgb(214,255,200); }
td.TdClassName
{
border-color: #D6FFC8;
}
.TagClassName
{
border-color: #D6FFC8;
}
</style>