Shades of Snowy Mint #D9FFCD
Tints of Snowy Mint #D9FFCD
RGB
CMYK
RGB Variations
Color information
#D9FFCD (or 0xD9FFCD) is known color: Snowy Mint. HEX triplet: D9, FF and CD. RGB value is (217,255,205). Sum of RGB (Red+Green+Blue) = 217+255+205=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFCD is #260032. Grayscale: #EEEEEE. Windows color (decimal): -2490419 or 13500377. OLE color: 13500377.
HSL color Cylindrical-coordinate representation of color #D9FFCD: hue angle of 105.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9FFCD is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 205 | - |
| CMYK | 0.15 | 0 | 0.20 | 0 |
| HSL | 105.6º | 1% | 0.9% | - |
| HSV(B) | 105.6º | 0.2% | 1% | - |
| XYZ | 75.39 | 90.68 | 71.29 | - |
| YUV | 237.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 205 | 0.15 | 0 | 0.20 | 0 | 105.6 | 1 | 0.9 |
| Hex | D9 | FF | CD | F | 0 | 14 | 0 | 6A | 64 | 5A |
| Octal | 331 | 377 | 315 | 17 | 0 | 24 | 0 | 152 | 144 | 132 |
| Binary | 11011001 | 11111111 | 11001101 | 1111 | 0 | 10100 | 0 | 1101010 | 1100100 | 1011010 |
Color Harmonies of #D9FFCD
Complementary color
Monochromatic Colors of #D9FFCD
Black with #D9FFCD
Text Example
Text Example
White with #D9FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFCD; }
p { color: rgb(217,255,205); }
H1.HeaderClassName
{
color: #D9FFCD;
}
.AnyTagClassName
{
color: #D9FFCD;
}
</style>
background-color css
<style>
a { background-color: #D9FFCD; }
a { background-color: rgb(217,255,205); }
div.DivClassName
{
background-color: #D9FFCD;
}
.BgClassName
{
background-color: #D9FFCD;
}
</style>
border-color css
<style>
span { border-color: #D9FFCD; }
span { border-color: rgb(217,255,205); }
td.TdClassName
{
border-color: #D9FFCD;
}
.TagClassName
{
border-color: #D9FFCD;
}
</style>