Shades of Snowy Mint #DBFFCE
Tints of Snowy Mint #DBFFCE
RGB
CMYK
RGB Variations
Color information
#DBFFCE (or 0xDBFFCE) is known color: Snowy Mint. HEX triplet: DB, FF and CE. RGB value is (219,255,206). Sum of RGB (Red+Green+Blue) = 219+255+206=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFCE is #240031. Grayscale: #EEEEEE. Windows color (decimal): -2359346 or 13565915. OLE color: 13565915.
HSL color Cylindrical-coordinate representation of color #DBFFCE: hue angle of 104.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBFFCE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 206 | - |
| CMYK | 0.14 | 0 | 0.19 | 0 |
| HSL | 104.08º | 1% | 0.9% | - |
| HSV(B) | 104.08º | 0.19% | 1% | - |
| XYZ | 76.11 | 91.04 | 71.95 | - |
| YUV | 238.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 206 | 0.14 | 0 | 0.19 | 0 | 104.08 | 1 | 0.9 |
| Hex | DB | FF | CE | E | 0 | 13 | 0 | 68 | 64 | 5A |
| Octal | 333 | 377 | 316 | 16 | 0 | 23 | 0 | 150 | 144 | 132 |
| Binary | 11011011 | 11111111 | 11001110 | 1110 | 0 | 10011 | 0 | 1101000 | 1100100 | 1011010 |
Color Harmonies of #DBFFCE
Complementary color
Monochromatic Colors of #DBFFCE
Black with #DBFFCE
Text Example
Text Example
White with #DBFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFCE; }
p { color: rgb(219,255,206); }
H1.HeaderClassName
{
color: #DBFFCE;
}
.AnyTagClassName
{
color: #DBFFCE;
}
</style>
background-color css
<style>
a { background-color: #DBFFCE; }
a { background-color: rgb(219,255,206); }
div.DivClassName
{
background-color: #DBFFCE;
}
.BgClassName
{
background-color: #DBFFCE;
}
</style>
border-color css
<style>
span { border-color: #DBFFCE; }
span { border-color: rgb(219,255,206); }
td.TdClassName
{
border-color: #DBFFCE;
}
.TagClassName
{
border-color: #DBFFCE;
}
</style>