Shades of Snowy Mint #DBFAC9
Tints of Snowy Mint #DBFAC9
RGB
CMYK
RGB Variations
Color information
#DBFAC9 (or 0xDBFAC9) is known color: Snowy Mint. HEX triplet: DB, FA and C9. RGB value is (219,250,201). Sum of RGB (Red+Green+Blue) = 219+250+201=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAC9 is #240536. Grayscale: #EBEBEB. Windows color (decimal): -2360631 or 13236955. OLE color: 13236955.
HSL color Cylindrical-coordinate representation of color #DBFAC9: hue angle of 97.96º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBFAC9 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 201 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.02 |
| HSL | 97.96º | 0.83% | 0.88% | - |
| HSV(B) | 97.96º | 0.2% | 0.98% | - |
| XYZ | 73.94 | 87.65 | 68.28 | - |
| YUV | 235.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 201 | 0.12 | 0 | 0.20 | 0.02 | 97.96 | 0.83 | 0.88 |
| Hex | DB | FA | C9 | C | 0 | 14 | 2 | 62 | 53 | 58 |
| Octal | 333 | 372 | 311 | 14 | 0 | 24 | 2 | 142 | 123 | 130 |
| Binary | 11011011 | 11111010 | 11001001 | 1100 | 0 | 10100 | 10 | 1100010 | 1010011 | 1011000 |
Color Harmonies of #DBFAC9
Complementary color
Monochromatic Colors of #DBFAC9
Black with #DBFAC9
Text Example
Text Example
White with #DBFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAC9; }
p { color: rgb(219,250,201); }
H1.HeaderClassName
{
color: #DBFAC9;
}
.AnyTagClassName
{
color: #DBFAC9;
}
</style>
background-color css
<style>
a { background-color: #DBFAC9; }
a { background-color: rgb(219,250,201); }
div.DivClassName
{
background-color: #DBFAC9;
}
.BgClassName
{
background-color: #DBFAC9;
}
</style>
border-color css
<style>
span { border-color: #DBFAC9; }
span { border-color: rgb(219,250,201); }
td.TdClassName
{
border-color: #DBFAC9;
}
.TagClassName
{
border-color: #DBFAC9;
}
</style>