Shades of Snowy Mint #DBF7CB
Tints of Snowy Mint #DBF7CB
RGB
CMYK
RGB Variations
Color information
#DBF7CB (or 0xDBF7CB) is known color: Snowy Mint. HEX triplet: DB, F7 and CB. RGB value is (219,247,203). Sum of RGB (Red+Green+Blue) = 219+247+203=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7CB is #240834. Grayscale: #E9E9E9. Windows color (decimal): -2361397 or 13367259. OLE color: 13367259.
HSL color Cylindrical-coordinate representation of color #DBF7CB: hue angle of 98.18º degrees, saturation: 0.73, 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 #DBF7CB is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 203 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.03 |
| HSL | 98.18º | 0.73% | 0.88% | - |
| HSV(B) | 98.18º | 0.18% | 0.97% | - |
| XYZ | 73.25 | 85.89 | 69.22 | - |
| YUV | 233.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 203 | 0.11 | 0 | 0.18 | 0.03 | 98.18 | 0.73 | 0.88 |
| Hex | DB | F7 | CB | B | 0 | 12 | 3 | 62 | 49 | 58 |
| Octal | 333 | 367 | 313 | 13 | 0 | 22 | 3 | 142 | 111 | 130 |
| Binary | 11011011 | 11110111 | 11001011 | 1011 | 0 | 10010 | 11 | 1100010 | 1001001 | 1011000 |
Color Harmonies of #DBF7CB
Complementary color
Monochromatic Colors of #DBF7CB
Black with #DBF7CB
Text Example
Text Example
White with #DBF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7CB; }
p { color: rgb(219,247,203); }
H1.HeaderClassName
{
color: #DBF7CB;
}
.AnyTagClassName
{
color: #DBF7CB;
}
</style>
background-color css
<style>
a { background-color: #DBF7CB; }
a { background-color: rgb(219,247,203); }
div.DivClassName
{
background-color: #DBF7CB;
}
.BgClassName
{
background-color: #DBF7CB;
}
</style>
border-color css
<style>
span { border-color: #DBF7CB; }
span { border-color: rgb(219,247,203); }
td.TdClassName
{
border-color: #DBF7CB;
}
.TagClassName
{
border-color: #DBF7CB;
}
</style>