Shades of Snowy Mint #DBF8CA
Tints of Snowy Mint #DBF8CA
RGB
CMYK
RGB Variations
Color information
#DBF8CA (or 0xDBF8CA) is known color: Snowy Mint. HEX triplet: DB, F8 and CA. RGB value is (219,248,202). Sum of RGB (Red+Green+Blue) = 219+248+202=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8CA is #240735. Grayscale: #EAEAEA. Windows color (decimal): -2361142 or 13301979. OLE color: 13301979.
HSL color Cylindrical-coordinate representation of color #DBF8CA: hue angle of 97.83º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBF8CA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 202 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.03 |
| HSL | 97.83º | 0.77% | 0.88% | - |
| HSV(B) | 97.83º | 0.19% | 0.97% | - |
| XYZ | 73.44 | 86.46 | 68.69 | - |
| YUV | 234.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 202 | 0.12 | 0 | 0.19 | 0.03 | 97.83 | 0.77 | 0.88 |
| Hex | DB | F8 | CA | C | 0 | 13 | 3 | 62 | 4D | 58 |
| Octal | 333 | 370 | 312 | 14 | 0 | 23 | 3 | 142 | 115 | 130 |
| Binary | 11011011 | 11111000 | 11001010 | 1100 | 0 | 10011 | 11 | 1100010 | 1001101 | 1011000 |
Color Harmonies of #DBF8CA
Complementary color
Monochromatic Colors of #DBF8CA
Black with #DBF8CA
Text Example
Text Example
White with #DBF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8CA; }
p { color: rgb(219,248,202); }
H1.HeaderClassName
{
color: #DBF8CA;
}
.AnyTagClassName
{
color: #DBF8CA;
}
</style>
background-color css
<style>
a { background-color: #DBF8CA; }
a { background-color: rgb(219,248,202); }
div.DivClassName
{
background-color: #DBF8CA;
}
.BgClassName
{
background-color: #DBF8CA;
}
</style>
border-color css
<style>
span { border-color: #DBF8CA; }
span { border-color: rgb(219,248,202); }
td.TdClassName
{
border-color: #DBF8CA;
}
.TagClassName
{
border-color: #DBF8CA;
}
</style>