Shades of Snowy Mint #DBF6CF
Tints of Snowy Mint #DBF6CF
RGB
CMYK
RGB Variations
Color information
#DBF6CF (or 0xDBF6CF) is known color: Snowy Mint. HEX triplet: DB, F6 and CF. RGB value is (219,246,207). Sum of RGB (Red+Green+Blue) = 219+246+207=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6CF is #240930. Grayscale: #E9E9E9. Windows color (decimal): -2361649 or 13629147. OLE color: 13629147.
HSL color Cylindrical-coordinate representation of color #DBF6CF: hue angle of 101.54º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF6CF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 207 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.04 |
| HSL | 101.54º | 0.68% | 0.89% | - |
| HSV(B) | 101.54º | 0.16% | 0.96% | - |
| XYZ | 73.43 | 85.48 | 71.66 | - |
| YUV | 233.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 207 | 0.11 | 0 | 0.16 | 0.04 | 101.54 | 0.68 | 0.89 |
| Hex | DB | F6 | CF | B | 0 | 10 | 4 | 66 | 44 | 59 |
| Octal | 333 | 366 | 317 | 13 | 0 | 20 | 4 | 146 | 104 | 131 |
| Binary | 11011011 | 11110110 | 11001111 | 1011 | 0 | 10000 | 100 | 1100110 | 1000100 | 1011001 |
Color Harmonies of #DBF6CF
Complementary color
Monochromatic Colors of #DBF6CF
Black with #DBF6CF
Text Example
Text Example
White with #DBF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6CF; }
p { color: rgb(219,246,207); }
H1.HeaderClassName
{
color: #DBF6CF;
}
.AnyTagClassName
{
color: #DBF6CF;
}
</style>
background-color css
<style>
a { background-color: #DBF6CF; }
a { background-color: rgb(219,246,207); }
div.DivClassName
{
background-color: #DBF6CF;
}
.BgClassName
{
background-color: #DBF6CF;
}
</style>
border-color css
<style>
span { border-color: #DBF6CF; }
span { border-color: rgb(219,246,207); }
td.TdClassName
{
border-color: #DBF6CF;
}
.TagClassName
{
border-color: #DBF6CF;
}
</style>