Shades of Snowy Mint #DBF6CB
Tints of Snowy Mint #DBF6CB
RGB
CMYK
RGB Variations
Color information
#DBF6CB (or 0xDBF6CB) is known color: Snowy Mint. HEX triplet: DB, F6 and CB. RGB value is (219,246,203). Sum of RGB (Red+Green+Blue) = 219+246+203=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6CB is #240934. Grayscale: #E9E9E9. Windows color (decimal): -2361653 or 13367003. OLE color: 13367003.
HSL color Cylindrical-coordinate representation of color #DBF6CB: hue angle of 97.67º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF6CB is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 203 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.04 |
| HSL | 97.67º | 0.7% | 0.88% | - |
| HSV(B) | 97.67º | 0.17% | 0.96% | - |
| XYZ | 72.95 | 85.28 | 69.12 | - |
| YUV | 233.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 203 | 0.11 | 0 | 0.17 | 0.04 | 97.67 | 0.7 | 0.88 |
| Hex | DB | F6 | CB | B | 0 | 11 | 4 | 62 | 46 | 58 |
| Octal | 333 | 366 | 313 | 13 | 0 | 21 | 4 | 142 | 106 | 130 |
| Binary | 11011011 | 11110110 | 11001011 | 1011 | 0 | 10001 | 100 | 1100010 | 1000110 | 1011000 |
Color Harmonies of #DBF6CB
Complementary color
Monochromatic Colors of #DBF6CB
Black with #DBF6CB
Text Example
Text Example
White with #DBF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6CB; }
p { color: rgb(219,246,203); }
H1.HeaderClassName
{
color: #DBF6CB;
}
.AnyTagClassName
{
color: #DBF6CB;
}
</style>
background-color css
<style>
a { background-color: #DBF6CB; }
a { background-color: rgb(219,246,203); }
div.DivClassName
{
background-color: #DBF6CB;
}
.BgClassName
{
background-color: #DBF6CB;
}
</style>
border-color css
<style>
span { border-color: #DBF6CB; }
span { border-color: rgb(219,246,203); }
td.TdClassName
{
border-color: #DBF6CB;
}
.TagClassName
{
border-color: #DBF6CB;
}
</style>