Shades of Snowy Mint #D9FDCD
Tints of Snowy Mint #D9FDCD
RGB
CMYK
RGB Variations
Color information
#D9FDCD (or 0xD9FDCD) is known color: Snowy Mint. HEX triplet: D9, FD and CD. RGB value is (217,253,205). Sum of RGB (Red+Green+Blue) = 217+253+205=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDCD is #260232. Grayscale: #ECECEC. Windows color (decimal): -2490931 or 13499865. OLE color: 13499865.
HSL color Cylindrical-coordinate representation of color #D9FDCD: hue angle of 105º 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 #D9FDCD is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 253 | 205 | - |
CMYK | 0.14 | 0 | 0.19 | 0.01 |
HSL | 105º | 0.92% | 0.9% | - |
HSV(B) | 105º | 0.19% | 0.99% | - |
XYZ | 74.76 | 89.41 | 71.08 | - |
YUV | 236.76 | 110.07 | 113.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 253 | 205 | 0.14 | 0 | 0.19 | 0.01 | 105 | 0.92 | 0.9 |
Hex | D9 | FD | CD | E | 0 | 13 | 1 | 69 | 5C | 5A |
Octal | 331 | 375 | 315 | 16 | 0 | 23 | 1 | 151 | 134 | 132 |
Binary | 11011001 | 11111101 | 11001101 | 1110 | 0 | 10011 | 1 | 1101001 | 1011100 | 1011010 |
Color Harmonies of #D9FDCD
Complementary color
Monochromatic Colors of #D9FDCD
Black with #D9FDCD
Text Example
Text Example
White with #D9FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDCD; }
p { color: rgb(217,253,205); }
H1.HeaderClassName
{
color: #D9FDCD;
}
.AnyTagClassName
{
color: #D9FDCD;
}
</style>
background-color css
<style>
a { background-color: #D9FDCD; }
a { background-color: rgb(217,253,205); }
div.DivClassName
{
background-color: #D9FDCD;
}
.BgClassName
{
background-color: #D9FDCD;
}
</style>
border-color css
<style>
span { border-color: #D9FDCD; }
span { border-color: rgb(217,253,205); }
td.TdClassName
{
border-color: #D9FDCD;
}
.TagClassName
{
border-color: #D9FDCD;
}
</style>