Shades of Snowy Mint #DBFBCA
Tints of Snowy Mint #DBFBCA
RGB
CMYK
RGB Variations
Color information
#DBFBCA (or 0xDBFBCA) is known color: Snowy Mint. HEX triplet: DB, FB and CA. RGB value is (219,251,202). Sum of RGB (Red+Green+Blue) = 219+251+202=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCA is #240435. Grayscale: #ECECEC. Windows color (decimal): -2360374 or 13302747. OLE color: 13302747.
HSL color Cylindrical-coordinate representation of color #DBFBCA: hue angle of 99.18º 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 #DBFBCA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 202 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.02 |
| HSL | 99.18º | 0.86% | 0.89% | - |
| HSV(B) | 99.18º | 0.2% | 0.98% | - |
| XYZ | 74.37 | 88.32 | 69 | - |
| YUV | 235.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 202 | 0.13 | 0 | 0.20 | 0.02 | 99.18 | 0.86 | 0.89 |
| Hex | DB | FB | CA | D | 0 | 14 | 2 | 63 | 56 | 59 |
| Octal | 333 | 373 | 312 | 15 | 0 | 24 | 2 | 143 | 126 | 131 |
| Binary | 11011011 | 11111011 | 11001010 | 1101 | 0 | 10100 | 10 | 1100011 | 1010110 | 1011001 |
Color Harmonies of #DBFBCA
Complementary color
Monochromatic Colors of #DBFBCA
Black with #DBFBCA
Text Example
Text Example
White with #DBFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBCA; }
p { color: rgb(219,251,202); }
H1.HeaderClassName
{
color: #DBFBCA;
}
.AnyTagClassName
{
color: #DBFBCA;
}
</style>
background-color css
<style>
a { background-color: #DBFBCA; }
a { background-color: rgb(219,251,202); }
div.DivClassName
{
background-color: #DBFBCA;
}
.BgClassName
{
background-color: #DBFBCA;
}
</style>
border-color css
<style>
span { border-color: #DBFBCA; }
span { border-color: rgb(219,251,202); }
td.TdClassName
{
border-color: #DBFBCA;
}
.TagClassName
{
border-color: #DBFBCA;
}
</style>