Shades of Snowy Mint #DBFFCB
Tints of Snowy Mint #DBFFCB
RGB
CMYK
RGB Variations
Color information
#DBFFCB (or 0xDBFFCB) is known color: Snowy Mint. HEX triplet: DB, FF and CB. RGB value is (219,255,203). Sum of RGB (Red+Green+Blue) = 219+255+203=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFCB is #240034. Grayscale: #EEEEEE. Windows color (decimal): -2359349 or 13369307. OLE color: 13369307.
HSL color Cylindrical-coordinate representation of color #DBFFCB: hue angle of 101.54º 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 #DBFFCB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 203 | - |
| CMYK | 0.14 | 0 | 0.20 | 0 |
| HSL | 101.54º | 1% | 0.9% | - |
| HSV(B) | 101.54º | 0.2% | 1% | - |
| XYZ | 75.75 | 90.89 | 70.05 | - |
| YUV | 238.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 203 | 0.14 | 0 | 0.20 | 0 | 101.54 | 1 | 0.9 |
| Hex | DB | FF | CB | E | 0 | 14 | 0 | 66 | 64 | 5A |
| Octal | 333 | 377 | 313 | 16 | 0 | 24 | 0 | 146 | 144 | 132 |
| Binary | 11011011 | 11111111 | 11001011 | 1110 | 0 | 10100 | 0 | 1100110 | 1100100 | 1011010 |
Color Harmonies of #DBFFCB
Complementary color
Monochromatic Colors of #DBFFCB
Black with #DBFFCB
Text Example
Text Example
White with #DBFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFCB; }
p { color: rgb(219,255,203); }
H1.HeaderClassName
{
color: #DBFFCB;
}
.AnyTagClassName
{
color: #DBFFCB;
}
</style>
background-color css
<style>
a { background-color: #DBFFCB; }
a { background-color: rgb(219,255,203); }
div.DivClassName
{
background-color: #DBFFCB;
}
.BgClassName
{
background-color: #DBFFCB;
}
</style>
border-color css
<style>
span { border-color: #DBFFCB; }
span { border-color: rgb(219,255,203); }
td.TdClassName
{
border-color: #DBFFCB;
}
.TagClassName
{
border-color: #DBFFCB;
}
</style>