Shades of Snowy Mint #DBFCCE
Tints of Snowy Mint #DBFCCE
RGB
CMYK
RGB Variations
Color information
#DBFCCE (or 0xDBFCCE) is known color: Snowy Mint. HEX triplet: DB, FC and CE. RGB value is (219,252,206). Sum of RGB (Red+Green+Blue) = 219+252+206=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCCE is #240331. Grayscale: #EDEDED. Windows color (decimal): -2360114 or 13565147. OLE color: 13565147.
HSL color Cylindrical-coordinate representation of color #DBFCCE: hue angle of 103.04º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBFCCE is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 206 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.01 |
| HSL | 103.04º | 0.88% | 0.9% | - |
| HSV(B) | 103.04º | 0.18% | 0.99% | - |
| XYZ | 75.16 | 89.14 | 71.64 | - |
| YUV | 236.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 206 | 0.13 | 0 | 0.18 | 0.01 | 103.04 | 0.88 | 0.9 |
| Hex | DB | FC | CE | D | 0 | 12 | 1 | 67 | 58 | 5A |
| Octal | 333 | 374 | 316 | 15 | 0 | 22 | 1 | 147 | 130 | 132 |
| Binary | 11011011 | 11111100 | 11001110 | 1101 | 0 | 10010 | 1 | 1100111 | 1011000 | 1011010 |
Color Harmonies of #DBFCCE
Complementary color
Monochromatic Colors of #DBFCCE
Black with #DBFCCE
Text Example
Text Example
White with #DBFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCCE; }
p { color: rgb(219,252,206); }
H1.HeaderClassName
{
color: #DBFCCE;
}
.AnyTagClassName
{
color: #DBFCCE;
}
</style>
background-color css
<style>
a { background-color: #DBFCCE; }
a { background-color: rgb(219,252,206); }
div.DivClassName
{
background-color: #DBFCCE;
}
.BgClassName
{
background-color: #DBFCCE;
}
</style>
border-color css
<style>
span { border-color: #DBFCCE; }
span { border-color: rgb(219,252,206); }
td.TdClassName
{
border-color: #DBFCCE;
}
.TagClassName
{
border-color: #DBFCCE;
}
</style>