Shades of Snowy Mint #DBFFC9
Tints of Snowy Mint #DBFFC9
RGB
CMYK
RGB Variations
Color information
#DBFFC9 (or 0xDBFFC9) is known color: Snowy Mint. HEX triplet: DB, FF and C9. RGB value is (219,255,201). Sum of RGB (Red+Green+Blue) = 219+255+201=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFC9 is #240036. Grayscale: #EEEEEE. Windows color (decimal): -2359351 or 13238235. OLE color: 13238235.
HSL color Cylindrical-coordinate representation of color #DBFFC9: hue angle of 100º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFFC9 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 201 | - |
| CMYK | 0.14 | 0 | 0.21 | 0 |
| HSL | 100º | 1% | 0.89% | - |
| HSV(B) | 100º | 0.21% | 1% | - |
| XYZ | 75.52 | 90.8 | 68.8 | - |
| YUV | 238.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 201 | 0.14 | 0 | 0.21 | 0 | 100 | 1 | 0.89 |
| Hex | DB | FF | C9 | E | 0 | 15 | 0 | 64 | 64 | 59 |
| Octal | 333 | 377 | 311 | 16 | 0 | 25 | 0 | 144 | 144 | 131 |
| Binary | 11011011 | 11111111 | 11001001 | 1110 | 0 | 10101 | 0 | 1100100 | 1100100 | 1011001 |
Color Harmonies of #DBFFC9
Complementary color
Monochromatic Colors of #DBFFC9
Black with #DBFFC9
Text Example
Text Example
White with #DBFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFC9; }
p { color: rgb(219,255,201); }
H1.HeaderClassName
{
color: #DBFFC9;
}
.AnyTagClassName
{
color: #DBFFC9;
}
</style>
background-color css
<style>
a { background-color: #DBFFC9; }
a { background-color: rgb(219,255,201); }
div.DivClassName
{
background-color: #DBFFC9;
}
.BgClassName
{
background-color: #DBFFC9;
}
</style>
border-color css
<style>
span { border-color: #DBFFC9; }
span { border-color: rgb(219,255,201); }
td.TdClassName
{
border-color: #DBFFC9;
}
.TagClassName
{
border-color: #DBFFC9;
}
</style>