Shades of Snowy Mint #D0FCC9
Tints of Snowy Mint #D0FCC9
RGB
CMYK
RGB Variations
Color information
#D0FCC9 (or 0xD0FCC9) is known color: Snowy Mint. HEX triplet: D0, FC and C9. RGB value is (208,252,201). Sum of RGB (Red+Green+Blue) = 208+252+201=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCC9 is #2F0336. Grayscale: #E9E9E9. Windows color (decimal): -3081015 or 13237456. OLE color: 13237456.
HSL color Cylindrical-coordinate representation of color #D0FCC9: hue angle of 111.76º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0FCC9 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 201 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.01 |
| HSL | 111.76º | 0.89% | 0.89% | - |
| HSV(B) | 111.76º | 0.2% | 0.99% | - |
| XYZ | 71.37 | 87.25 | 68.34 | - |
| YUV | 233.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 201 | 0.17 | 0 | 0.20 | 0.01 | 111.76 | 0.89 | 0.89 |
| Hex | D0 | FC | C9 | 11 | 0 | 14 | 1 | 70 | 59 | 59 |
| Octal | 320 | 374 | 311 | 21 | 0 | 24 | 1 | 160 | 131 | 131 |
| Binary | 11010000 | 11111100 | 11001001 | 10001 | 0 | 10100 | 1 | 1110000 | 1011001 | 1011001 |
Color Harmonies of #D0FCC9
Complementary color
Monochromatic Colors of #D0FCC9
Black with #D0FCC9
Text Example
Text Example
White with #D0FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCC9; }
p { color: rgb(208,252,201); }
H1.HeaderClassName
{
color: #D0FCC9;
}
.AnyTagClassName
{
color: #D0FCC9;
}
</style>
background-color css
<style>
a { background-color: #D0FCC9; }
a { background-color: rgb(208,252,201); }
div.DivClassName
{
background-color: #D0FCC9;
}
.BgClassName
{
background-color: #D0FCC9;
}
</style>
border-color css
<style>
span { border-color: #D0FCC9; }
span { border-color: rgb(208,252,201); }
td.TdClassName
{
border-color: #D0FCC9;
}
.TagClassName
{
border-color: #D0FCC9;
}
</style>