Shades of Snowy Mint #DBFDC9
Tints of Snowy Mint #DBFDC9
RGB
CMYK
RGB Variations
Color information
#DBFDC9 (or 0xDBFDC9) is known color: Snowy Mint. HEX triplet: DB, FD and C9. RGB value is (219,253,201). Sum of RGB (Red+Green+Blue) = 219+253+201=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC9 is #240236. Grayscale: #EDEDED. Windows color (decimal): -2359863 or 13237723. OLE color: 13237723.
HSL color Cylindrical-coordinate representation of color #DBFDC9: hue angle of 99.23º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFDC9 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 201 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.01 |
| HSL | 99.23º | 0.93% | 0.89% | - |
| HSV(B) | 99.23º | 0.21% | 0.99% | - |
| XYZ | 74.88 | 89.53 | 68.59 | - |
| YUV | 236.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 201 | 0.13 | 0 | 0.21 | 0.01 | 99.23 | 0.93 | 0.89 |
| Hex | DB | FD | C9 | D | 0 | 15 | 1 | 63 | 5D | 59 |
| Octal | 333 | 375 | 311 | 15 | 0 | 25 | 1 | 143 | 135 | 131 |
| Binary | 11011011 | 11111101 | 11001001 | 1101 | 0 | 10101 | 1 | 1100011 | 1011101 | 1011001 |
Color Harmonies of #DBFDC9
Complementary color
Monochromatic Colors of #DBFDC9
Black with #DBFDC9
Text Example
Text Example
White with #DBFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDC9; }
p { color: rgb(219,253,201); }
H1.HeaderClassName
{
color: #DBFDC9;
}
.AnyTagClassName
{
color: #DBFDC9;
}
</style>
background-color css
<style>
a { background-color: #DBFDC9; }
a { background-color: rgb(219,253,201); }
div.DivClassName
{
background-color: #DBFDC9;
}
.BgClassName
{
background-color: #DBFDC9;
}
</style>
border-color css
<style>
span { border-color: #DBFDC9; }
span { border-color: rgb(219,253,201); }
td.TdClassName
{
border-color: #DBFDC9;
}
.TagClassName
{
border-color: #DBFDC9;
}
</style>