Shades of Snowy Mint #DBF6D1
Tints of Snowy Mint #DBF6D1
RGB
CMYK
RGB Variations
Color information
#DBF6D1 (or 0xDBF6D1) is known color: Snowy Mint. HEX triplet: DB, F6 and D1. RGB value is (219,246,209). Sum of RGB (Red+Green+Blue) = 219+246+209=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6D1 is #24092E. Grayscale: #E9E9E9. Windows color (decimal): -2361647 or 13760219. OLE color: 13760219.
HSL color Cylindrical-coordinate representation of color #DBF6D1: hue angle of 103.78º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBF6D1 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 209 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.04 |
| HSL | 103.78º | 0.67% | 0.89% | - |
| HSV(B) | 103.78º | 0.15% | 0.96% | - |
| XYZ | 73.68 | 85.58 | 72.96 | - |
| YUV | 233.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 209 | 0.11 | 0 | 0.15 | 0.04 | 103.78 | 0.67 | 0.89 |
| Hex | DB | F6 | D1 | B | 0 | F | 4 | 68 | 43 | 59 |
| Octal | 333 | 366 | 321 | 13 | 0 | 17 | 4 | 150 | 103 | 131 |
| Binary | 11011011 | 11110110 | 11010001 | 1011 | 0 | 1111 | 100 | 1101000 | 1000011 | 1011001 |
Color Harmonies of #DBF6D1
Complementary color
Monochromatic Colors of #DBF6D1
Black with #DBF6D1
Text Example
Text Example
White with #DBF6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6D1; }
p { color: rgb(219,246,209); }
H1.HeaderClassName
{
color: #DBF6D1;
}
.AnyTagClassName
{
color: #DBF6D1;
}
</style>
background-color css
<style>
a { background-color: #DBF6D1; }
a { background-color: rgb(219,246,209); }
div.DivClassName
{
background-color: #DBF6D1;
}
.BgClassName
{
background-color: #DBF6D1;
}
</style>
border-color css
<style>
span { border-color: #DBF6D1; }
span { border-color: rgb(219,246,209); }
td.TdClassName
{
border-color: #DBF6D1;
}
.TagClassName
{
border-color: #DBF6D1;
}
</style>