Shades of Snowy Mint #DBFCCD
Tints of Snowy Mint #DBFCCD
RGB
CMYK
RGB Variations
Color information
#DBFCCD (or 0xDBFCCD) is known color: Snowy Mint. HEX triplet: DB, FC and CD. RGB value is (219,252,205). Sum of RGB (Red+Green+Blue) = 219+252+205=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCCD is #240332. Grayscale: #ECECEC. Windows color (decimal): -2360115 or 13499611. OLE color: 13499611.
HSL color Cylindrical-coordinate representation of color #DBFCCD: hue angle of 102.13º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBFCCD is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 205 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.01 |
| HSL | 102.13º | 0.89% | 0.9% | - |
| HSV(B) | 102.13º | 0.19% | 0.99% | - |
| XYZ | 75.04 | 89.09 | 71 | - |
| YUV | 236.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 205 | 0.13 | 0 | 0.19 | 0.01 | 102.13 | 0.89 | 0.9 |
| Hex | DB | FC | CD | D | 0 | 13 | 1 | 66 | 59 | 5A |
| Octal | 333 | 374 | 315 | 15 | 0 | 23 | 1 | 146 | 131 | 132 |
| Binary | 11011011 | 11111100 | 11001101 | 1101 | 0 | 10011 | 1 | 1100110 | 1011001 | 1011010 |
Color Harmonies of #DBFCCD
Complementary color
Monochromatic Colors of #DBFCCD
Black with #DBFCCD
Text Example
Text Example
White with #DBFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCCD; }
p { color: rgb(219,252,205); }
H1.HeaderClassName
{
color: #DBFCCD;
}
.AnyTagClassName
{
color: #DBFCCD;
}
</style>
background-color css
<style>
a { background-color: #DBFCCD; }
a { background-color: rgb(219,252,205); }
div.DivClassName
{
background-color: #DBFCCD;
}
.BgClassName
{
background-color: #DBFCCD;
}
</style>
border-color css
<style>
span { border-color: #DBFCCD; }
span { border-color: rgb(219,252,205); }
td.TdClassName
{
border-color: #DBFCCD;
}
.TagClassName
{
border-color: #DBFCCD;
}
</style>