Shades of Snowy Mint #DBFCC7
Tints of Snowy Mint #DBFCC7
RGB
CMYK
RGB Variations
Color information
#DBFCC7 (or 0xDBFCC7) is known color: Snowy Mint. HEX triplet: DB, FC and C7. RGB value is (219,252,199). Sum of RGB (Red+Green+Blue) = 219+252+199=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCC7 is #240338. Grayscale: #ECECEC. Windows color (decimal): -2360121 or 13106395. OLE color: 13106395.
HSL color Cylindrical-coordinate representation of color #DBFCC7: hue angle of 97.36º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFCC7 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 199 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.01 |
| HSL | 97.36º | 0.9% | 0.88% | - |
| HSV(B) | 97.36º | 0.21% | 0.99% | - |
| XYZ | 74.33 | 88.8 | 67.26 | - |
| YUV | 236.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 199 | 0.13 | 0 | 0.21 | 0.01 | 97.36 | 0.9 | 0.88 |
| Hex | DB | FC | C7 | D | 0 | 15 | 1 | 61 | 5A | 58 |
| Octal | 333 | 374 | 307 | 15 | 0 | 25 | 1 | 141 | 132 | 130 |
| Binary | 11011011 | 11111100 | 11000111 | 1101 | 0 | 10101 | 1 | 1100001 | 1011010 | 1011000 |
Color Harmonies of #DBFCC7
Complementary color
Monochromatic Colors of #DBFCC7
Black with #DBFCC7
Text Example
Text Example
White with #DBFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCC7; }
p { color: rgb(219,252,199); }
H1.HeaderClassName
{
color: #DBFCC7;
}
.AnyTagClassName
{
color: #DBFCC7;
}
</style>
background-color css
<style>
a { background-color: #DBFCC7; }
a { background-color: rgb(219,252,199); }
div.DivClassName
{
background-color: #DBFCC7;
}
.BgClassName
{
background-color: #DBFCC7;
}
</style>
border-color css
<style>
span { border-color: #DBFCC7; }
span { border-color: rgb(219,252,199); }
td.TdClassName
{
border-color: #DBFCC7;
}
.TagClassName
{
border-color: #DBFCC7;
}
</style>