Shades of Snowy Mint #D0FFC6
Tints of Snowy Mint #D0FFC6
RGB
CMYK
RGB Variations
Color information
#D0FFC6 (or 0xD0FFC6) is known color: Snowy Mint. HEX triplet: D0, FF and C6. RGB value is (208,255,198). Sum of RGB (Red+Green+Blue) = 208+255+198=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFC6 is #2F0039. Grayscale: #EAEAEA. Windows color (decimal): -3080250 or 13041616. OLE color: 13041616.
HSL color Cylindrical-coordinate representation of color #D0FFC6: hue angle of 109.47º 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 #D0FFC6 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 198 | - |
| CMYK | 0.18 | 0 | 0.22 | 0 |
| HSL | 109.47º | 1% | 0.89% | - |
| HSV(B) | 109.47º | 0.22% | 1% | - |
| XYZ | 71.97 | 89.01 | 66.81 | - |
| YUV | 234.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 198 | 0.18 | 0 | 0.22 | 0 | 109.47 | 1 | 0.89 |
| Hex | D0 | FF | C6 | 12 | 0 | 16 | 0 | 6D | 64 | 59 |
| Octal | 320 | 377 | 306 | 22 | 0 | 26 | 0 | 155 | 144 | 131 |
| Binary | 11010000 | 11111111 | 11000110 | 10010 | 0 | 10110 | 0 | 1101101 | 1100100 | 1011001 |
Color Harmonies of #D0FFC6
Complementary color
Monochromatic Colors of #D0FFC6
Black with #D0FFC6
Text Example
Text Example
White with #D0FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFC6; }
p { color: rgb(208,255,198); }
H1.HeaderClassName
{
color: #D0FFC6;
}
.AnyTagClassName
{
color: #D0FFC6;
}
</style>
background-color css
<style>
a { background-color: #D0FFC6; }
a { background-color: rgb(208,255,198); }
div.DivClassName
{
background-color: #D0FFC6;
}
.BgClassName
{
background-color: #D0FFC6;
}
</style>
border-color css
<style>
span { border-color: #D0FFC6; }
span { border-color: rgb(208,255,198); }
td.TdClassName
{
border-color: #D0FFC6;
}
.TagClassName
{
border-color: #D0FFC6;
}
</style>