Shades of Snowy Mint #DBFFCC
Tints of Snowy Mint #DBFFCC
RGB
CMYK
RGB Variations
Color information
#DBFFCC (or 0xDBFFCC) is known color: Snowy Mint. HEX triplet: DB, FF and CC. RGB value is (219,255,204). Sum of RGB (Red+Green+Blue) = 219+255+204=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFCC is #240033. Grayscale: #EEEEEE. Windows color (decimal): -2359348 or 13434843. OLE color: 13434843.
HSL color Cylindrical-coordinate representation of color #DBFFCC: hue angle of 102.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBFFCC is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 204 | - |
| CMYK | 0.14 | 0 | 0.2 | 0 |
| HSL | 102.35º | 1% | 0.9% | - |
| HSV(B) | 102.35º | 0.2% | 1% | - |
| XYZ | 75.87 | 90.94 | 70.68 | - |
| YUV | 238.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 204 | 0.14 | 0 | 0.2 | 0 | 102.35 | 1 | 0.9 |
| Hex | DB | FF | CC | E | 0 | 14 | 0 | 66 | 64 | 5A |
| Octal | 333 | 377 | 314 | 16 | 0 | 24 | 0 | 146 | 144 | 132 |
| Binary | 11011011 | 11111111 | 11001100 | 1110 | 0 | 10100 | 0 | 1100110 | 1100100 | 1011010 |
Color Harmonies of #DBFFCC
Complementary color
Monochromatic Colors of #DBFFCC
Black with #DBFFCC
Text Example
Text Example
White with #DBFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFCC; }
p { color: rgb(219,255,204); }
H1.HeaderClassName
{
color: #DBFFCC;
}
.AnyTagClassName
{
color: #DBFFCC;
}
</style>
background-color css
<style>
a { background-color: #DBFFCC; }
a { background-color: rgb(219,255,204); }
div.DivClassName
{
background-color: #DBFFCC;
}
.BgClassName
{
background-color: #DBFFCC;
}
</style>
border-color css
<style>
span { border-color: #DBFFCC; }
span { border-color: rgb(219,255,204); }
td.TdClassName
{
border-color: #DBFFCC;
}
.TagClassName
{
border-color: #DBFFCC;
}
</style>