Shades of Snowy Mint #DBF6D0
Tints of Snowy Mint #DBF6D0
RGB
CMYK
RGB Variations
Color information
#DBF6D0 (or 0xDBF6D0) is known color: Snowy Mint. HEX triplet: DB, F6 and D0. RGB value is (219,246,208). Sum of RGB (Red+Green+Blue) = 219+246+208=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6D0 is #24092F. Grayscale: #E9E9E9. Windows color (decimal): -2361648 or 13694683. OLE color: 13694683.
HSL color Cylindrical-coordinate representation of color #DBF6D0: hue angle of 102.63º degrees, saturation: 0.68, 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 #DBF6D0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 208 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.04 |
| HSL | 102.63º | 0.68% | 0.89% | - |
| HSV(B) | 102.63º | 0.15% | 0.96% | - |
| XYZ | 73.55 | 85.53 | 72.31 | - |
| YUV | 233.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 208 | 0.11 | 0 | 0.15 | 0.04 | 102.63 | 0.68 | 0.89 |
| Hex | DB | F6 | D0 | B | 0 | F | 4 | 67 | 44 | 59 |
| Octal | 333 | 366 | 320 | 13 | 0 | 17 | 4 | 147 | 104 | 131 |
| Binary | 11011011 | 11110110 | 11010000 | 1011 | 0 | 1111 | 100 | 1100111 | 1000100 | 1011001 |
Color Harmonies of #DBF6D0
Complementary color
Monochromatic Colors of #DBF6D0
Black with #DBF6D0
Text Example
Text Example
White with #DBF6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6D0; }
p { color: rgb(219,246,208); }
H1.HeaderClassName
{
color: #DBF6D0;
}
.AnyTagClassName
{
color: #DBF6D0;
}
</style>
background-color css
<style>
a { background-color: #DBF6D0; }
a { background-color: rgb(219,246,208); }
div.DivClassName
{
background-color: #DBF6D0;
}
.BgClassName
{
background-color: #DBF6D0;
}
</style>
border-color css
<style>
span { border-color: #DBF6D0; }
span { border-color: rgb(219,246,208); }
td.TdClassName
{
border-color: #DBF6D0;
}
.TagClassName
{
border-color: #DBF6D0;
}
</style>