Shades of Snowy Mint #DBF8CB
Tints of Snowy Mint #DBF8CB
RGB
CMYK
RGB Variations
Color information
#DBF8CB (or 0xDBF8CB) is known color: Snowy Mint. HEX triplet: DB, F8 and CB. RGB value is (219,248,203). Sum of RGB (Red+Green+Blue) = 219+248+203=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8CB is #240734. Grayscale: #EAEAEA. Windows color (decimal): -2361141 or 13367515. OLE color: 13367515.
HSL color Cylindrical-coordinate representation of color #DBF8CB: hue angle of 98.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF8CB is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 203 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.03 |
| HSL | 98.67º | 0.76% | 0.88% | - |
| HSV(B) | 98.67º | 0.18% | 0.97% | - |
| XYZ | 73.56 | 86.51 | 69.32 | - |
| YUV | 234.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 203 | 0.12 | 0 | 0.18 | 0.03 | 98.67 | 0.76 | 0.88 |
| Hex | DB | F8 | CB | C | 0 | 12 | 3 | 63 | 4C | 58 |
| Octal | 333 | 370 | 313 | 14 | 0 | 22 | 3 | 143 | 114 | 130 |
| Binary | 11011011 | 11111000 | 11001011 | 1100 | 0 | 10010 | 11 | 1100011 | 1001100 | 1011000 |
Color Harmonies of #DBF8CB
Complementary color
Monochromatic Colors of #DBF8CB
Black with #DBF8CB
Text Example
Text Example
White with #DBF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8CB; }
p { color: rgb(219,248,203); }
H1.HeaderClassName
{
color: #DBF8CB;
}
.AnyTagClassName
{
color: #DBF8CB;
}
</style>
background-color css
<style>
a { background-color: #DBF8CB; }
a { background-color: rgb(219,248,203); }
div.DivClassName
{
background-color: #DBF8CB;
}
.BgClassName
{
background-color: #DBF8CB;
}
</style>
border-color css
<style>
span { border-color: #DBF8CB; }
span { border-color: rgb(219,248,203); }
td.TdClassName
{
border-color: #DBF8CB;
}
.TagClassName
{
border-color: #DBF8CB;
}
</style>