Shades of Snowy Mint #DBFBC9
Tints of Snowy Mint #DBFBC9
RGB
CMYK
RGB Variations
Color information
#DBFBC9 (or 0xDBFBC9) is known color: Snowy Mint. HEX triplet: DB, FB and C9. RGB value is (219,251,201). Sum of RGB (Red+Green+Blue) = 219+251+201=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC9 is #240436. Grayscale: #EBEBEB. Windows color (decimal): -2360375 or 13237211. OLE color: 13237211.
HSL color Cylindrical-coordinate representation of color #DBFBC9: hue angle of 98.4º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBFBC9 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 201 | - |
CMYK | 0.13 | 0 | 0.20 | 0.02 |
HSL | 98.4º | 0.86% | 0.89% | - |
HSV(B) | 98.4º | 0.2% | 0.98% | - |
XYZ | 74.25 | 88.27 | 68.38 | - |
YUV | 235.73 | 108.4 | 116.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 201 | 0.13 | 0 | 0.20 | 0.02 | 98.4 | 0.86 | 0.89 |
Hex | DB | FB | C9 | D | 0 | 14 | 2 | 62 | 56 | 59 |
Octal | 333 | 373 | 311 | 15 | 0 | 24 | 2 | 142 | 126 | 131 |
Binary | 11011011 | 11111011 | 11001001 | 1101 | 0 | 10100 | 10 | 1100010 | 1010110 | 1011001 |
Color Harmonies of #DBFBC9
Complementary color
Monochromatic Colors of #DBFBC9
Black with #DBFBC9
Text Example
Text Example
White with #DBFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBC9; }
p { color: rgb(219,251,201); }
H1.HeaderClassName
{
color: #DBFBC9;
}
.AnyTagClassName
{
color: #DBFBC9;
}
</style>
background-color css
<style>
a { background-color: #DBFBC9; }
a { background-color: rgb(219,251,201); }
div.DivClassName
{
background-color: #DBFBC9;
}
.BgClassName
{
background-color: #DBFBC9;
}
</style>
border-color css
<style>
span { border-color: #DBFBC9; }
span { border-color: rgb(219,251,201); }
td.TdClassName
{
border-color: #DBFBC9;
}
.TagClassName
{
border-color: #DBFBC9;
}
</style>