Shades of Snowy Mint #DBF6C9
Tints of Snowy Mint #DBF6C9
RGB
CMYK
RGB Variations
Color information
#DBF6C9 (or 0xDBF6C9) is known color: Snowy Mint. HEX triplet: DB, F6 and C9. RGB value is (219,246,201). Sum of RGB (Red+Green+Blue) = 219+246+201=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6C9 is #240936. Grayscale: #E8E8E8. Windows color (decimal): -2361655 or 13235931. OLE color: 13235931.
HSL color Cylindrical-coordinate representation of color #DBF6C9: hue angle of 96º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF6C9 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 201 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.04 |
| HSL | 96º | 0.71% | 0.88% | - |
| HSV(B) | 96º | 0.18% | 0.96% | - |
| XYZ | 72.71 | 85.19 | 67.87 | - |
| YUV | 232.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 201 | 0.11 | 0 | 0.18 | 0.04 | 96 | 0.71 | 0.88 |
| Hex | DB | F6 | C9 | B | 0 | 12 | 4 | 60 | 47 | 58 |
| Octal | 333 | 366 | 311 | 13 | 0 | 22 | 4 | 140 | 107 | 130 |
| Binary | 11011011 | 11110110 | 11001001 | 1011 | 0 | 10010 | 100 | 1100000 | 1000111 | 1011000 |
Color Harmonies of #DBF6C9
Complementary color
Monochromatic Colors of #DBF6C9
Black with #DBF6C9
Text Example
Text Example
White with #DBF6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6C9; }
p { color: rgb(219,246,201); }
H1.HeaderClassName
{
color: #DBF6C9;
}
.AnyTagClassName
{
color: #DBF6C9;
}
</style>
background-color css
<style>
a { background-color: #DBF6C9; }
a { background-color: rgb(219,246,201); }
div.DivClassName
{
background-color: #DBF6C9;
}
.BgClassName
{
background-color: #DBF6C9;
}
</style>
border-color css
<style>
span { border-color: #DBF6C9; }
span { border-color: rgb(219,246,201); }
td.TdClassName
{
border-color: #DBF6C9;
}
.TagClassName
{
border-color: #DBF6C9;
}
</style>