Shades of Snowy Mint #D9FDCC
Tints of Snowy Mint #D9FDCC
RGB
CMYK
RGB Variations
Color information
#D9FDCC (or 0xD9FDCC) is known color: Snowy Mint. HEX triplet: D9, FD and CC. RGB value is (217,253,204). Sum of RGB (Red+Green+Blue) = 217+253+204=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDCC is #260233. Grayscale: #ECECEC. Windows color (decimal): -2490932 or 13434329. OLE color: 13434329.
HSL color Cylindrical-coordinate representation of color #D9FDCC: hue angle of 104.08º degrees, saturation: 0.92, 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 #D9FDCC is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 204 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.01 |
| HSL | 104.08º | 0.92% | 0.9% | - |
| HSV(B) | 104.08º | 0.19% | 0.99% | - |
| XYZ | 74.64 | 89.36 | 70.44 | - |
| YUV | 236.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 204 | 0.14 | 0 | 0.19 | 0.01 | 104.08 | 0.92 | 0.9 |
| Hex | D9 | FD | CC | E | 0 | 13 | 1 | 68 | 5C | 5A |
| Octal | 331 | 375 | 314 | 16 | 0 | 23 | 1 | 150 | 134 | 132 |
| Binary | 11011001 | 11111101 | 11001100 | 1110 | 0 | 10011 | 1 | 1101000 | 1011100 | 1011010 |
Color Harmonies of #D9FDCC
Complementary color
Monochromatic Colors of #D9FDCC
Black with #D9FDCC
Text Example
Text Example
White with #D9FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDCC; }
p { color: rgb(217,253,204); }
H1.HeaderClassName
{
color: #D9FDCC;
}
.AnyTagClassName
{
color: #D9FDCC;
}
</style>
background-color css
<style>
a { background-color: #D9FDCC; }
a { background-color: rgb(217,253,204); }
div.DivClassName
{
background-color: #D9FDCC;
}
.BgClassName
{
background-color: #D9FDCC;
}
</style>
border-color css
<style>
span { border-color: #D9FDCC; }
span { border-color: rgb(217,253,204); }
td.TdClassName
{
border-color: #D9FDCC;
}
.TagClassName
{
border-color: #D9FDCC;
}
</style>