Shades of Snowy Mint #D9FBCD
Tints of Snowy Mint #D9FBCD
RGB
CMYK
RGB Variations
Color information
#D9FBCD (or 0xD9FBCD) is known color: Snowy Mint. HEX triplet: D9, FB and CD. RGB value is (217,251,205). Sum of RGB (Red+Green+Blue) = 217+251+205=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FBCD is #260432. Grayscale: #EBEBEB. Windows color (decimal): -2491443 or 13499353. OLE color: 13499353.
HSL color Cylindrical-coordinate representation of color #D9FBCD: hue angle of 104.35º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9FBCD is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 251 | 205 | - |
CMYK | 0.14 | 0 | 0.18 | 0.02 |
HSL | 104.35º | 0.85% | 0.89% | - |
HSV(B) | 104.35º | 0.18% | 0.98% | - |
XYZ | 74.13 | 88.15 | 70.87 | - |
YUV | 235.59 | 110.74 | 114.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 251 | 205 | 0.14 | 0 | 0.18 | 0.02 | 104.35 | 0.85 | 0.89 |
Hex | D9 | FB | CD | E | 0 | 12 | 2 | 68 | 55 | 59 |
Octal | 331 | 373 | 315 | 16 | 0 | 22 | 2 | 150 | 125 | 131 |
Binary | 11011001 | 11111011 | 11001101 | 1110 | 0 | 10010 | 10 | 1101000 | 1010101 | 1011001 |
Color Harmonies of #D9FBCD
Complementary color
Monochromatic Colors of #D9FBCD
Black with #D9FBCD
Text Example
Text Example
White with #D9FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FBCD; }
p { color: rgb(217,251,205); }
H1.HeaderClassName
{
color: #D9FBCD;
}
.AnyTagClassName
{
color: #D9FBCD;
}
</style>
background-color css
<style>
a { background-color: #D9FBCD; }
a { background-color: rgb(217,251,205); }
div.DivClassName
{
background-color: #D9FBCD;
}
.BgClassName
{
background-color: #D9FBCD;
}
</style>
border-color css
<style>
span { border-color: #D9FBCD; }
span { border-color: rgb(217,251,205); }
td.TdClassName
{
border-color: #D9FBCD;
}
.TagClassName
{
border-color: #D9FBCD;
}
</style>