Shades of Snowy Mint #DBFAD0
Tints of Snowy Mint #DBFAD0
RGB
CMYK
RGB Variations
Color information
#DBFAD0 (or 0xDBFAD0) is known color: Snowy Mint. HEX triplet: DB, FA and D0. RGB value is (219,250,208). Sum of RGB (Red+Green+Blue) = 219+250+208=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAD0 is #24052F. Grayscale: #ECECEC. Windows color (decimal): -2360624 or 13695707. OLE color: 13695707.
HSL color Cylindrical-coordinate representation of color #DBFAD0: hue angle of 104.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBFAD0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 208 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.02 |
| HSL | 104.29º | 0.81% | 0.9% | - |
| HSV(B) | 104.29º | 0.17% | 0.98% | - |
| XYZ | 74.78 | 87.99 | 72.72 | - |
| YUV | 235.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 208 | 0.12 | 0 | 0.17 | 0.02 | 104.29 | 0.81 | 0.9 |
| Hex | DB | FA | D0 | C | 0 | 11 | 2 | 68 | 51 | 5A |
| Octal | 333 | 372 | 320 | 14 | 0 | 21 | 2 | 150 | 121 | 132 |
| Binary | 11011011 | 11111010 | 11010000 | 1100 | 0 | 10001 | 10 | 1101000 | 1010001 | 1011010 |
Color Harmonies of #DBFAD0
Complementary color
Monochromatic Colors of #DBFAD0
Black with #DBFAD0
Text Example
Text Example
White with #DBFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAD0; }
p { color: rgb(219,250,208); }
H1.HeaderClassName
{
color: #DBFAD0;
}
.AnyTagClassName
{
color: #DBFAD0;
}
</style>
background-color css
<style>
a { background-color: #DBFAD0; }
a { background-color: rgb(219,250,208); }
div.DivClassName
{
background-color: #DBFAD0;
}
.BgClassName
{
background-color: #DBFAD0;
}
</style>
border-color css
<style>
span { border-color: #DBFAD0; }
span { border-color: rgb(219,250,208); }
td.TdClassName
{
border-color: #DBFAD0;
}
.TagClassName
{
border-color: #DBFAD0;
}
</style>