Shades of Snowy Mint #D0FFC9
Tints of Snowy Mint #D0FFC9
RGB
CMYK
RGB Variations
Color information
#D0FFC9 (or 0xD0FFC9) is known color: Snowy Mint. HEX triplet: D0, FF and C9. RGB value is (208,255,201). Sum of RGB (Red+Green+Blue) = 208+255+201=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFC9 is #2F0036. Grayscale: #EAEAEA. Windows color (decimal): -3080247 or 13238224. OLE color: 13238224.
HSL color Cylindrical-coordinate representation of color #D0FFC9: hue angle of 112.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0FFC9 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 201 | - |
| CMYK | 0.18 | 0 | 0.21 | 0 |
| HSL | 112.22º | 1% | 0.89% | - |
| HSV(B) | 112.22º | 0.21% | 1% | - |
| XYZ | 72.32 | 89.15 | 68.65 | - |
| YUV | 234.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 201 | 0.18 | 0 | 0.21 | 0 | 112.22 | 1 | 0.89 |
| Hex | D0 | FF | C9 | 12 | 0 | 15 | 0 | 70 | 64 | 59 |
| Octal | 320 | 377 | 311 | 22 | 0 | 25 | 0 | 160 | 144 | 131 |
| Binary | 11010000 | 11111111 | 11001001 | 10010 | 0 | 10101 | 0 | 1110000 | 1100100 | 1011001 |
Color Harmonies of #D0FFC9
Complementary color
Monochromatic Colors of #D0FFC9
Black with #D0FFC9
Text Example
Text Example
White with #D0FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFC9; }
p { color: rgb(208,255,201); }
H1.HeaderClassName
{
color: #D0FFC9;
}
.AnyTagClassName
{
color: #D0FFC9;
}
</style>
background-color css
<style>
a { background-color: #D0FFC9; }
a { background-color: rgb(208,255,201); }
div.DivClassName
{
background-color: #D0FFC9;
}
.BgClassName
{
background-color: #D0FFC9;
}
</style>
border-color css
<style>
span { border-color: #D0FFC9; }
span { border-color: rgb(208,255,201); }
td.TdClassName
{
border-color: #D0FFC9;
}
.TagClassName
{
border-color: #D0FFC9;
}
</style>