Shades of Snowy Mint #DBF7CA
Tints of Snowy Mint #DBF7CA
RGB
CMYK
RGB Variations
Color information
#DBF7CA (or 0xDBF7CA) is known color: Snowy Mint. HEX triplet: DB, F7 and CA. RGB value is (219,247,202). Sum of RGB (Red+Green+Blue) = 219+247+202=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7CA is #240835. Grayscale: #E9E9E9. Windows color (decimal): -2361398 or 13301723. OLE color: 13301723.
HSL color Cylindrical-coordinate representation of color #DBF7CA: hue angle of 97.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF7CA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 202 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.03 |
| HSL | 97.33º | 0.74% | 0.88% | - |
| HSV(B) | 97.33º | 0.18% | 0.97% | - |
| XYZ | 73.13 | 85.85 | 68.59 | - |
| YUV | 233.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 202 | 0.11 | 0 | 0.18 | 0.03 | 97.33 | 0.74 | 0.88 |
| Hex | DB | F7 | CA | B | 0 | 12 | 3 | 61 | 4A | 58 |
| Octal | 333 | 367 | 312 | 13 | 0 | 22 | 3 | 141 | 112 | 130 |
| Binary | 11011011 | 11110111 | 11001010 | 1011 | 0 | 10010 | 11 | 1100001 | 1001010 | 1011000 |
Color Harmonies of #DBF7CA
Complementary color
Monochromatic Colors of #DBF7CA
Black with #DBF7CA
Text Example
Text Example
White with #DBF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7CA; }
p { color: rgb(219,247,202); }
H1.HeaderClassName
{
color: #DBF7CA;
}
.AnyTagClassName
{
color: #DBF7CA;
}
</style>
background-color css
<style>
a { background-color: #DBF7CA; }
a { background-color: rgb(219,247,202); }
div.DivClassName
{
background-color: #DBF7CA;
}
.BgClassName
{
background-color: #DBF7CA;
}
</style>
border-color css
<style>
span { border-color: #DBF7CA; }
span { border-color: rgb(219,247,202); }
td.TdClassName
{
border-color: #DBF7CA;
}
.TagClassName
{
border-color: #DBF7CA;
}
</style>