Shades of Snowy Mint #DBF9CF
Tints of Snowy Mint #DBF9CF
RGB
CMYK
RGB Variations
Color information
#DBF9CF (or 0xDBF9CF) is known color: Snowy Mint. HEX triplet: DB, F9 and CF. RGB value is (219,249,207). Sum of RGB (Red+Green+Blue) = 219+249+207=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9CF is #240630. Grayscale: #EBEBEB. Windows color (decimal): -2360881 or 13629915. OLE color: 13629915.
HSL color Cylindrical-coordinate representation of color #DBF9CF: hue angle of 102.86º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF9CF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 207 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.02 |
| HSL | 102.86º | 0.78% | 0.89% | - |
| HSV(B) | 102.86º | 0.17% | 0.98% | - |
| XYZ | 74.35 | 87.32 | 71.97 | - |
| YUV | 235.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 207 | 0.12 | 0 | 0.17 | 0.02 | 102.86 | 0.78 | 0.89 |
| Hex | DB | F9 | CF | C | 0 | 11 | 2 | 67 | 4E | 59 |
| Octal | 333 | 371 | 317 | 14 | 0 | 21 | 2 | 147 | 116 | 131 |
| Binary | 11011011 | 11111001 | 11001111 | 1100 | 0 | 10001 | 10 | 1100111 | 1001110 | 1011001 |
Color Harmonies of #DBF9CF
Complementary color
Monochromatic Colors of #DBF9CF
Black with #DBF9CF
Text Example
Text Example
White with #DBF9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9CF; }
p { color: rgb(219,249,207); }
H1.HeaderClassName
{
color: #DBF9CF;
}
.AnyTagClassName
{
color: #DBF9CF;
}
</style>
background-color css
<style>
a { background-color: #DBF9CF; }
a { background-color: rgb(219,249,207); }
div.DivClassName
{
background-color: #DBF9CF;
}
.BgClassName
{
background-color: #DBF9CF;
}
</style>
border-color css
<style>
span { border-color: #DBF9CF; }
span { border-color: rgb(219,249,207); }
td.TdClassName
{
border-color: #DBF9CF;
}
.TagClassName
{
border-color: #DBF9CF;
}
</style>