Shades of Snowy Mint #D9F2CF
Tints of Snowy Mint #D9F2CF
RGB
CMYK
RGB Variations
Color information
#D9F2CF (or 0xD9F2CF) is known color: Snowy Mint. HEX triplet: D9, F2 and CF. RGB value is (217,242,207). Sum of RGB (Red+Green+Blue) = 217+242+207=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2CF is #260D30. Grayscale: #E6E6E6. Windows color (decimal): -2493745 or 13628121. OLE color: 13628121.
HSL color Cylindrical-coordinate representation of color #D9F2CF: hue angle of 102.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F2CF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 207 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.05 |
| HSL | 102.86º | 0.57% | 0.88% | - |
| HSV(B) | 102.86º | 0.14% | 0.95% | - |
| XYZ | 71.63 | 82.76 | 71.23 | - |
| YUV | 230.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 207 | 0.10 | 0 | 0.14 | 0.05 | 102.86 | 0.57 | 0.88 |
| Hex | D9 | F2 | CF | A | 0 | E | 5 | 67 | 39 | 58 |
| Octal | 331 | 362 | 317 | 12 | 0 | 16 | 5 | 147 | 71 | 130 |
| Binary | 11011001 | 11110010 | 11001111 | 1010 | 0 | 1110 | 101 | 1100111 | 111001 | 1011000 |
Color Harmonies of #D9F2CF
Complementary color
Monochromatic Colors of #D9F2CF
Black with #D9F2CF
Text Example
Text Example
White with #D9F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2CF; }
p { color: rgb(217,242,207); }
H1.HeaderClassName
{
color: #D9F2CF;
}
.AnyTagClassName
{
color: #D9F2CF;
}
</style>
background-color css
<style>
a { background-color: #D9F2CF; }
a { background-color: rgb(217,242,207); }
div.DivClassName
{
background-color: #D9F2CF;
}
.BgClassName
{
background-color: #D9F2CF;
}
</style>
border-color css
<style>
span { border-color: #D9F2CF; }
span { border-color: rgb(217,242,207); }
td.TdClassName
{
border-color: #D9F2CF;
}
.TagClassName
{
border-color: #D9F2CF;
}
</style>