Shades of Snowy Mint #DBFACD
Tints of Snowy Mint #DBFACD
RGB
CMYK
RGB Variations
Color information
#DBFACD (or 0xDBFACD) is known color: Snowy Mint. HEX triplet: DB, FA and CD. RGB value is (219,250,205). Sum of RGB (Red+Green+Blue) = 219+250+205=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFACD is #240532. Grayscale: #EBEBEB. Windows color (decimal): -2360627 or 13499099. OLE color: 13499099.
HSL color Cylindrical-coordinate representation of color #DBFACD: hue angle of 101.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBFACD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 205 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.02 |
| HSL | 101.33º | 0.82% | 0.89% | - |
| HSV(B) | 101.33º | 0.18% | 0.98% | - |
| XYZ | 74.42 | 87.84 | 70.79 | - |
| YUV | 235.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 205 | 0.12 | 0 | 0.18 | 0.02 | 101.33 | 0.82 | 0.89 |
| Hex | DB | FA | CD | C | 0 | 12 | 2 | 65 | 52 | 59 |
| Octal | 333 | 372 | 315 | 14 | 0 | 22 | 2 | 145 | 122 | 131 |
| Binary | 11011011 | 11111010 | 11001101 | 1100 | 0 | 10010 | 10 | 1100101 | 1010010 | 1011001 |
Color Harmonies of #DBFACD
Complementary color
Monochromatic Colors of #DBFACD
Black with #DBFACD
Text Example
Text Example
White with #DBFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFACD; }
p { color: rgb(219,250,205); }
H1.HeaderClassName
{
color: #DBFACD;
}
.AnyTagClassName
{
color: #DBFACD;
}
</style>
background-color css
<style>
a { background-color: #DBFACD; }
a { background-color: rgb(219,250,205); }
div.DivClassName
{
background-color: #DBFACD;
}
.BgClassName
{
background-color: #DBFACD;
}
</style>
border-color css
<style>
span { border-color: #DBFACD; }
span { border-color: rgb(219,250,205); }
td.TdClassName
{
border-color: #DBFACD;
}
.TagClassName
{
border-color: #DBFACD;
}
</style>