Shades of Snowy Mint #D0FDC5
Tints of Snowy Mint #D0FDC5
RGB
CMYK
RGB Variations
Color information
#D0FDC5 (or 0xD0FDC5) is known color: Snowy Mint. HEX triplet: D0, FD and C5. RGB value is (208,253,197). Sum of RGB (Red+Green+Blue) = 208+253+197=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDC5 is #2F023A. Grayscale: #E9E9E9. Windows color (decimal): -3080763 or 12975568. OLE color: 12975568.
HSL color Cylindrical-coordinate representation of color #D0FDC5: hue angle of 108.21º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0FDC5 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 197 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.01 |
| HSL | 108.21º | 0.93% | 0.88% | - |
| HSV(B) | 108.21º | 0.22% | 0.99% | - |
| XYZ | 71.22 | 87.69 | 66 | - |
| YUV | 233.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 197 | 0.18 | 0 | 0.22 | 0.01 | 108.21 | 0.93 | 0.88 |
| Hex | D0 | FD | C5 | 12 | 0 | 16 | 1 | 6C | 5D | 58 |
| Octal | 320 | 375 | 305 | 22 | 0 | 26 | 1 | 154 | 135 | 130 |
| Binary | 11010000 | 11111101 | 11000101 | 10010 | 0 | 10110 | 1 | 1101100 | 1011101 | 1011000 |
Color Harmonies of #D0FDC5
Complementary color
Monochromatic Colors of #D0FDC5
Black with #D0FDC5
Text Example
Text Example
White with #D0FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDC5; }
p { color: rgb(208,253,197); }
H1.HeaderClassName
{
color: #D0FDC5;
}
.AnyTagClassName
{
color: #D0FDC5;
}
</style>
background-color css
<style>
a { background-color: #D0FDC5; }
a { background-color: rgb(208,253,197); }
div.DivClassName
{
background-color: #D0FDC5;
}
.BgClassName
{
background-color: #D0FDC5;
}
</style>
border-color css
<style>
span { border-color: #D0FDC5; }
span { border-color: rgb(208,253,197); }
td.TdClassName
{
border-color: #D0FDC5;
}
.TagClassName
{
border-color: #D0FDC5;
}
</style>