Shades of Snowy Mint #D9F2CD
Tints of Snowy Mint #D9F2CD
RGB
CMYK
RGB Variations
Color information
#D9F2CD (or 0xD9F2CD) is known color: Snowy Mint. HEX triplet: D9, F2 and CD. RGB value is (217,242,205). Sum of RGB (Red+Green+Blue) = 217+242+205=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2CD is #260D32. Grayscale: #E6E6E6. Windows color (decimal): -2493747 or 13497049. OLE color: 13497049.
HSL color Cylindrical-coordinate representation of color #D9F2CD: hue angle of 100.54º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F2CD is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 242 | 205 | - |
CMYK | 0.10 | 0 | 0.15 | 0.05 |
HSL | 100.54º | 0.59% | 0.88% | - |
HSV(B) | 100.54º | 0.15% | 0.95% | - |
XYZ | 71.39 | 82.66 | 69.95 | - |
YUV | 230.31 | 113.72 | 118.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 242 | 205 | 0.10 | 0 | 0.15 | 0.05 | 100.54 | 0.59 | 0.88 |
Hex | D9 | F2 | CD | A | 0 | F | 5 | 65 | 3B | 58 |
Octal | 331 | 362 | 315 | 12 | 0 | 17 | 5 | 145 | 73 | 130 |
Binary | 11011001 | 11110010 | 11001101 | 1010 | 0 | 1111 | 101 | 1100101 | 111011 | 1011000 |
Color Harmonies of #D9F2CD
Complementary color
Monochromatic Colors of #D9F2CD
Black with #D9F2CD
Text Example
Text Example
White with #D9F2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2CD; }
p { color: rgb(217,242,205); }
H1.HeaderClassName
{
color: #D9F2CD;
}
.AnyTagClassName
{
color: #D9F2CD;
}
</style>
background-color css
<style>
a { background-color: #D9F2CD; }
a { background-color: rgb(217,242,205); }
div.DivClassName
{
background-color: #D9F2CD;
}
.BgClassName
{
background-color: #D9F2CD;
}
</style>
border-color css
<style>
span { border-color: #D9F2CD; }
span { border-color: rgb(217,242,205); }
td.TdClassName
{
border-color: #D9F2CD;
}
.TagClassName
{
border-color: #D9F2CD;
}
</style>