Shades of Snowy Mint #DBF8D0
Tints of Snowy Mint #DBF8D0
RGB
CMYK
RGB Variations
Color information
#DBF8D0 (or 0xDBF8D0) is known color: Snowy Mint. HEX triplet: DB, F8 and D0. RGB value is (219,248,208). Sum of RGB (Red+Green+Blue) = 219+248+208=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8D0 is #24072F. Grayscale: #EAEAEA. Windows color (decimal): -2361136 or 13695195. OLE color: 13695195.
HSL color Cylindrical-coordinate representation of color #DBF8D0: hue angle of 103.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF8D0 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 248 | 208 | - |
CMYK | 0.12 | 0 | 0.16 | 0.03 |
HSL | 103.5º | 0.74% | 0.89% | - |
HSV(B) | 103.5º | 0.16% | 0.97% | - |
XYZ | 74.17 | 86.75 | 72.51 | - |
YUV | 234.77 | 112.89 | 116.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 248 | 208 | 0.12 | 0 | 0.16 | 0.03 | 103.5 | 0.74 | 0.89 |
Hex | DB | F8 | D0 | C | 0 | 10 | 3 | 68 | 4A | 59 |
Octal | 333 | 370 | 320 | 14 | 0 | 20 | 3 | 150 | 112 | 131 |
Binary | 11011011 | 11111000 | 11010000 | 1100 | 0 | 10000 | 11 | 1101000 | 1001010 | 1011001 |
Color Harmonies of #DBF8D0
Complementary color
Monochromatic Colors of #DBF8D0
Black with #DBF8D0
Text Example
Text Example
White with #DBF8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8D0; }
p { color: rgb(219,248,208); }
H1.HeaderClassName
{
color: #DBF8D0;
}
.AnyTagClassName
{
color: #DBF8D0;
}
</style>
background-color css
<style>
a { background-color: #DBF8D0; }
a { background-color: rgb(219,248,208); }
div.DivClassName
{
background-color: #DBF8D0;
}
.BgClassName
{
background-color: #DBF8D0;
}
</style>
border-color css
<style>
span { border-color: #DBF8D0; }
span { border-color: rgb(219,248,208); }
td.TdClassName
{
border-color: #DBF8D0;
}
.TagClassName
{
border-color: #DBF8D0;
}
</style>