Shades of Snowy Mint #D9FFCC
Tints of Snowy Mint #D9FFCC
RGB
CMYK
RGB Variations
Color information
#D9FFCC (or 0xD9FFCC) is known color: Snowy Mint. HEX triplet: D9, FF and CC. RGB value is (217,255,204). Sum of RGB (Red+Green+Blue) = 217+255+204=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFCC is #260033. Grayscale: #EDEDED. Windows color (decimal): -2490420 or 13434841. OLE color: 13434841.
HSL color Cylindrical-coordinate representation of color #D9FFCC: hue angle of 104.71º 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 #D9FFCC is Cyan = 0.15, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 204 | - |
| CMYK | 0.15 | 0 | 0.2 | 0 |
| HSL | 104.71º | 1% | 0.9% | - |
| HSV(B) | 104.71º | 0.2% | 1% | - |
| XYZ | 75.27 | 90.63 | 70.65 | - |
| YUV | 237.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 204 | 0.15 | 0 | 0.2 | 0 | 104.71 | 1 | 0.9 |
| Hex | D9 | FF | CC | F | 0 | 14 | 0 | 69 | 64 | 5A |
| Octal | 331 | 377 | 314 | 17 | 0 | 24 | 0 | 151 | 144 | 132 |
| Binary | 11011001 | 11111111 | 11001100 | 1111 | 0 | 10100 | 0 | 1101001 | 1100100 | 1011010 |
Color Harmonies of #D9FFCC
Complementary color
Monochromatic Colors of #D9FFCC
Black with #D9FFCC
Text Example
Text Example
White with #D9FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFCC; }
p { color: rgb(217,255,204); }
H1.HeaderClassName
{
color: #D9FFCC;
}
.AnyTagClassName
{
color: #D9FFCC;
}
</style>
background-color css
<style>
a { background-color: #D9FFCC; }
a { background-color: rgb(217,255,204); }
div.DivClassName
{
background-color: #D9FFCC;
}
.BgClassName
{
background-color: #D9FFCC;
}
</style>
border-color css
<style>
span { border-color: #D9FFCC; }
span { border-color: rgb(217,255,204); }
td.TdClassName
{
border-color: #D9FFCC;
}
.TagClassName
{
border-color: #D9FFCC;
}
</style>