Shades of Snowy Mint #DBF8CF
Tints of Snowy Mint #DBF8CF
RGB
CMYK
RGB Variations
Color information
#DBF8CF (or 0xDBF8CF) is known color: Snowy Mint. HEX triplet: DB, F8 and CF. RGB value is (219,248,207). Sum of RGB (Red+Green+Blue) = 219+248+207=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8CF is #240730. Grayscale: #EAEAEA. Windows color (decimal): -2361137 or 13629659. OLE color: 13629659.
HSL color Cylindrical-coordinate representation of color #DBF8CF: hue angle of 102.44º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF8CF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 207 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.03 |
| HSL | 102.44º | 0.75% | 0.89% | - |
| HSV(B) | 102.44º | 0.17% | 0.97% | - |
| XYZ | 74.04 | 86.7 | 71.86 | - |
| YUV | 234.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 207 | 0.12 | 0 | 0.17 | 0.03 | 102.44 | 0.75 | 0.89 |
| Hex | DB | F8 | CF | C | 0 | 11 | 3 | 66 | 4B | 59 |
| Octal | 333 | 370 | 317 | 14 | 0 | 21 | 3 | 146 | 113 | 131 |
| Binary | 11011011 | 11111000 | 11001111 | 1100 | 0 | 10001 | 11 | 1100110 | 1001011 | 1011001 |
Color Harmonies of #DBF8CF
Complementary color
Monochromatic Colors of #DBF8CF
Black with #DBF8CF
Text Example
Text Example
White with #DBF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8CF; }
p { color: rgb(219,248,207); }
H1.HeaderClassName
{
color: #DBF8CF;
}
.AnyTagClassName
{
color: #DBF8CF;
}
</style>
background-color css
<style>
a { background-color: #DBF8CF; }
a { background-color: rgb(219,248,207); }
div.DivClassName
{
background-color: #DBF8CF;
}
.BgClassName
{
background-color: #DBF8CF;
}
</style>
border-color css
<style>
span { border-color: #DBF8CF; }
span { border-color: rgb(219,248,207); }
td.TdClassName
{
border-color: #DBF8CF;
}
.TagClassName
{
border-color: #DBF8CF;
}
</style>