Shades of Snowy Mint #DBF9CA
Tints of Snowy Mint #DBF9CA
RGB
CMYK
RGB Variations
Color information
#DBF9CA (or 0xDBF9CA) is known color: Snowy Mint. HEX triplet: DB, F9 and CA. RGB value is (219,249,202). Sum of RGB (Red+Green+Blue) = 219+249+202=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9CA is #240635. Grayscale: #EAEAEA. Windows color (decimal): -2360886 or 13302235. OLE color: 13302235.
HSL color Cylindrical-coordinate representation of color #DBF9CA: hue angle of 98.3º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBF9CA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 202 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.02 |
| HSL | 98.3º | 0.8% | 0.88% | - |
| HSV(B) | 98.3º | 0.19% | 0.98% | - |
| XYZ | 73.75 | 87.08 | 68.8 | - |
| YUV | 234.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 202 | 0.12 | 0 | 0.19 | 0.02 | 98.3 | 0.8 | 0.88 |
| Hex | DB | F9 | CA | C | 0 | 13 | 2 | 62 | 50 | 58 |
| Octal | 333 | 371 | 312 | 14 | 0 | 23 | 2 | 142 | 120 | 130 |
| Binary | 11011011 | 11111001 | 11001010 | 1100 | 0 | 10011 | 10 | 1100010 | 1010000 | 1011000 |
Color Harmonies of #DBF9CA
Complementary color
Monochromatic Colors of #DBF9CA
Black with #DBF9CA
Text Example
Text Example
White with #DBF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9CA; }
p { color: rgb(219,249,202); }
H1.HeaderClassName
{
color: #DBF9CA;
}
.AnyTagClassName
{
color: #DBF9CA;
}
</style>
background-color css
<style>
a { background-color: #DBF9CA; }
a { background-color: rgb(219,249,202); }
div.DivClassName
{
background-color: #DBF9CA;
}
.BgClassName
{
background-color: #DBF9CA;
}
</style>
border-color css
<style>
span { border-color: #DBF9CA; }
span { border-color: rgb(219,249,202); }
td.TdClassName
{
border-color: #DBF9CA;
}
.TagClassName
{
border-color: #DBF9CA;
}
</style>