Shades of Snowy Mint #DBF7CF
Tints of Snowy Mint #DBF7CF
RGB
CMYK
RGB Variations
Color information
#DBF7CF (or 0xDBF7CF) is known color: Snowy Mint. HEX triplet: DB, F7 and CF. RGB value is (219,247,207). Sum of RGB (Red+Green+Blue) = 219+247+207=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7CF is #240830. Grayscale: #EAEAEA. Windows color (decimal): -2361393 or 13629403. OLE color: 13629403.
HSL color Cylindrical-coordinate representation of color #DBF7CF: hue angle of 102º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF7CF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 207 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.03 |
| HSL | 102º | 0.71% | 0.89% | - |
| HSV(B) | 102º | 0.16% | 0.97% | - |
| XYZ | 73.74 | 86.09 | 71.76 | - |
| YUV | 234.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 207 | 0.11 | 0 | 0.16 | 0.03 | 102 | 0.71 | 0.89 |
| Hex | DB | F7 | CF | B | 0 | 10 | 3 | 66 | 47 | 59 |
| Octal | 333 | 367 | 317 | 13 | 0 | 20 | 3 | 146 | 107 | 131 |
| Binary | 11011011 | 11110111 | 11001111 | 1011 | 0 | 10000 | 11 | 1100110 | 1000111 | 1011001 |
Color Harmonies of #DBF7CF
Complementary color
Monochromatic Colors of #DBF7CF
Black with #DBF7CF
Text Example
Text Example
White with #DBF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7CF; }
p { color: rgb(219,247,207); }
H1.HeaderClassName
{
color: #DBF7CF;
}
.AnyTagClassName
{
color: #DBF7CF;
}
</style>
background-color css
<style>
a { background-color: #DBF7CF; }
a { background-color: rgb(219,247,207); }
div.DivClassName
{
background-color: #DBF7CF;
}
.BgClassName
{
background-color: #DBF7CF;
}
</style>
border-color css
<style>
span { border-color: #DBF7CF; }
span { border-color: rgb(219,247,207); }
td.TdClassName
{
border-color: #DBF7CF;
}
.TagClassName
{
border-color: #DBF7CF;
}
</style>