Shades of Snowy Mint #DBFACB
Tints of Snowy Mint #DBFACB
RGB
CMYK
RGB Variations
Color information
#DBFACB (or 0xDBFACB) is known color: Snowy Mint. HEX triplet: DB, FA and CB. RGB value is (219,250,203). Sum of RGB (Red+Green+Blue) = 219+250+203=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFACB is #240534. Grayscale: #EBEBEB. Windows color (decimal): -2360629 or 13368027. OLE color: 13368027.
HSL color Cylindrical-coordinate representation of color #DBFACB: hue angle of 99.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBFACB is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 203 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.02 |
| HSL | 99.57º | 0.82% | 0.89% | - |
| HSV(B) | 99.57º | 0.19% | 0.98% | - |
| XYZ | 74.18 | 87.74 | 69.53 | - |
| YUV | 235.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 203 | 0.12 | 0 | 0.19 | 0.02 | 99.57 | 0.82 | 0.89 |
| Hex | DB | FA | CB | C | 0 | 13 | 2 | 64 | 52 | 59 |
| Octal | 333 | 372 | 313 | 14 | 0 | 23 | 2 | 144 | 122 | 131 |
| Binary | 11011011 | 11111010 | 11001011 | 1100 | 0 | 10011 | 10 | 1100100 | 1010010 | 1011001 |
Color Harmonies of #DBFACB
Complementary color
Monochromatic Colors of #DBFACB
Black with #DBFACB
Text Example
Text Example
White with #DBFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFACB; }
p { color: rgb(219,250,203); }
H1.HeaderClassName
{
color: #DBFACB;
}
.AnyTagClassName
{
color: #DBFACB;
}
</style>
background-color css
<style>
a { background-color: #DBFACB; }
a { background-color: rgb(219,250,203); }
div.DivClassName
{
background-color: #DBFACB;
}
.BgClassName
{
background-color: #DBFACB;
}
</style>
border-color css
<style>
span { border-color: #DBFACB; }
span { border-color: rgb(219,250,203); }
td.TdClassName
{
border-color: #DBFACB;
}
.TagClassName
{
border-color: #DBFACB;
}
</style>