Shades of Snowy Mint #D9FCCD
Tints of Snowy Mint #D9FCCD
RGB
CMYK
RGB Variations
Color information
#D9FCCD (or 0xD9FCCD) is known color: Snowy Mint. HEX triplet: D9, FC and CD. RGB value is (217,252,205). Sum of RGB (Red+Green+Blue) = 217+252+205=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FCCD is #260332. Grayscale: #ECECEC. Windows color (decimal): -2491187 or 13499609. OLE color: 13499609.
HSL color Cylindrical-coordinate representation of color #D9FCCD: hue angle of 104.68º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9FCCD is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 205 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.01 |
| HSL | 104.68º | 0.89% | 0.9% | - |
| HSV(B) | 104.68º | 0.19% | 0.99% | - |
| XYZ | 74.45 | 88.78 | 70.97 | - |
| YUV | 236.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 205 | 0.14 | 0 | 0.19 | 0.01 | 104.68 | 0.89 | 0.9 |
| Hex | D9 | FC | CD | E | 0 | 13 | 1 | 69 | 59 | 5A |
| Octal | 331 | 374 | 315 | 16 | 0 | 23 | 1 | 151 | 131 | 132 |
| Binary | 11011001 | 11111100 | 11001101 | 1110 | 0 | 10011 | 1 | 1101001 | 1011001 | 1011010 |
Color Harmonies of #D9FCCD
Complementary color
Monochromatic Colors of #D9FCCD
Black with #D9FCCD
Text Example
Text Example
White with #D9FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FCCD; }
p { color: rgb(217,252,205); }
H1.HeaderClassName
{
color: #D9FCCD;
}
.AnyTagClassName
{
color: #D9FCCD;
}
</style>
background-color css
<style>
a { background-color: #D9FCCD; }
a { background-color: rgb(217,252,205); }
div.DivClassName
{
background-color: #D9FCCD;
}
.BgClassName
{
background-color: #D9FCCD;
}
</style>
border-color css
<style>
span { border-color: #D9FCCD; }
span { border-color: rgb(217,252,205); }
td.TdClassName
{
border-color: #D9FCCD;
}
.TagClassName
{
border-color: #D9FCCD;
}
</style>