Shades of Snowy Mint #D0FDC7
Tints of Snowy Mint #D0FDC7
RGB
CMYK
RGB Variations
Color information
#D0FDC7 (or 0xD0FDC7) is known color: Snowy Mint. HEX triplet: D0, FD and C7. RGB value is (208,253,199). Sum of RGB (Red+Green+Blue) = 208+253+199=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDC7 is #2F0238. Grayscale: #E9E9E9. Windows color (decimal): -3080761 or 13106640. OLE color: 13106640.
HSL color Cylindrical-coordinate representation of color #D0FDC7: hue angle of 110º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0FDC7 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 199 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.01 |
| HSL | 110º | 0.93% | 0.89% | - |
| HSV(B) | 110º | 0.21% | 0.99% | - |
| XYZ | 71.45 | 87.78 | 67.21 | - |
| YUV | 233.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 199 | 0.18 | 0 | 0.21 | 0.01 | 110 | 0.93 | 0.89 |
| Hex | D0 | FD | C7 | 12 | 0 | 15 | 1 | 6E | 5D | 59 |
| Octal | 320 | 375 | 307 | 22 | 0 | 25 | 1 | 156 | 135 | 131 |
| Binary | 11010000 | 11111101 | 11000111 | 10010 | 0 | 10101 | 1 | 1101110 | 1011101 | 1011001 |
Color Harmonies of #D0FDC7
Complementary color
Monochromatic Colors of #D0FDC7
Black with #D0FDC7
Text Example
Text Example
White with #D0FDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDC7; }
p { color: rgb(208,253,199); }
H1.HeaderClassName
{
color: #D0FDC7;
}
.AnyTagClassName
{
color: #D0FDC7;
}
</style>
background-color css
<style>
a { background-color: #D0FDC7; }
a { background-color: rgb(208,253,199); }
div.DivClassName
{
background-color: #D0FDC7;
}
.BgClassName
{
background-color: #D0FDC7;
}
</style>
border-color css
<style>
span { border-color: #D0FDC7; }
span { border-color: rgb(208,253,199); }
td.TdClassName
{
border-color: #D0FDC7;
}
.TagClassName
{
border-color: #D0FDC7;
}
</style>