Shades of Snowy Mint #DBFACE
Tints of Snowy Mint #DBFACE
RGB
CMYK
RGB Variations
Color information
#DBFACE (or 0xDBFACE) is known color: Snowy Mint. HEX triplet: DB, FA and CE. RGB value is (219,250,206). Sum of RGB (Red+Green+Blue) = 219+250+206=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFACE is #240531. Grayscale: #EBEBEB. Windows color (decimal): -2360626 or 13564635. OLE color: 13564635.
HSL color Cylindrical-coordinate representation of color #DBFACE: hue angle of 102.27º degrees, saturation: 0.81, 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 #DBFACE is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 206 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.02 |
| HSL | 102.27º | 0.81% | 0.89% | - |
| HSV(B) | 102.27º | 0.18% | 0.98% | - |
| XYZ | 74.54 | 87.89 | 71.43 | - |
| YUV | 235.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 206 | 0.12 | 0 | 0.18 | 0.02 | 102.27 | 0.81 | 0.89 |
| Hex | DB | FA | CE | C | 0 | 12 | 2 | 66 | 51 | 59 |
| Octal | 333 | 372 | 316 | 14 | 0 | 22 | 2 | 146 | 121 | 131 |
| Binary | 11011011 | 11111010 | 11001110 | 1100 | 0 | 10010 | 10 | 1100110 | 1010001 | 1011001 |
Color Harmonies of #DBFACE
Complementary color
Monochromatic Colors of #DBFACE
Black with #DBFACE
Text Example
Text Example
White with #DBFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFACE; }
p { color: rgb(219,250,206); }
H1.HeaderClassName
{
color: #DBFACE;
}
.AnyTagClassName
{
color: #DBFACE;
}
</style>
background-color css
<style>
a { background-color: #DBFACE; }
a { background-color: rgb(219,250,206); }
div.DivClassName
{
background-color: #DBFACE;
}
.BgClassName
{
background-color: #DBFACE;
}
</style>
border-color css
<style>
span { border-color: #DBFACE; }
span { border-color: rgb(219,250,206); }
td.TdClassName
{
border-color: #DBFACE;
}
.TagClassName
{
border-color: #DBFACE;
}
</style>