Shades of Frosted Mint #DBF7DD
Tints of Frosted Mint #DBF7DD
RGB
CMYK
RGB Variations
Color information
#DBF7DD (or 0xDBF7DD) is known color: Frosted Mint. HEX triplet: DB, F7 and DD. RGB value is (219,247,221). Sum of RGB (Red+Green+Blue) = 219+247+221=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7DD is #240822. Grayscale: #EBEBEB. Windows color (decimal): -2361379 or 14546907. OLE color: 14546907.
HSL color Cylindrical-coordinate representation of color #DBF7DD: hue angle of 124.29º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF7DD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 221 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.03 |
| HSL | 124.29º | 0.64% | 0.91% | - |
| HSV(B) | 124.29º | 0.11% | 0.97% | - |
| XYZ | 75.53 | 86.8 | 81.18 | - |
| YUV | 235.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 221 | 0.11 | 0 | 0.11 | 0.03 | 124.29 | 0.64 | 0.91 |
| Hex | DB | F7 | DD | B | 0 | B | 3 | 7C | 40 | 5B |
| Octal | 333 | 367 | 335 | 13 | 0 | 13 | 3 | 174 | 100 | 133 |
| Binary | 11011011 | 11110111 | 11011101 | 1011 | 0 | 1011 | 11 | 1111100 | 1000000 | 1011011 |
Color Harmonies of #DBF7DD
Complementary color
Monochromatic Colors of #DBF7DD
Black with #DBF7DD
Text Example
Text Example
White with #DBF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7DD; }
p { color: rgb(219,247,221); }
H1.HeaderClassName
{
color: #DBF7DD;
}
.AnyTagClassName
{
color: #DBF7DD;
}
</style>
background-color css
<style>
a { background-color: #DBF7DD; }
a { background-color: rgb(219,247,221); }
div.DivClassName
{
background-color: #DBF7DD;
}
.BgClassName
{
background-color: #DBF7DD;
}
</style>
border-color css
<style>
span { border-color: #DBF7DD; }
span { border-color: rgb(219,247,221); }
td.TdClassName
{
border-color: #DBF7DD;
}
.TagClassName
{
border-color: #DBF7DD;
}
</style>