Shades of Snowy Mint #DBFBD0
Tints of Snowy Mint #DBFBD0
RGB
CMYK
RGB Variations
Color information
#DBFBD0 (or 0xDBFBD0) is known color: Snowy Mint. HEX triplet: DB, FB and D0. RGB value is (219,251,208). Sum of RGB (Red+Green+Blue) = 219+251+208=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD0 is #24042F. Grayscale: #ECECEC. Windows color (decimal): -2360368 or 13695963. OLE color: 13695963.
HSL color Cylindrical-coordinate representation of color #DBFBD0: hue angle of 104.65º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBFBD0 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 208 | - |
CMYK | 0.13 | 0 | 0.17 | 0.02 |
HSL | 104.65º | 0.84% | 0.9% | - |
HSV(B) | 104.65º | 0.17% | 0.98% | - |
XYZ | 75.1 | 88.61 | 72.82 | - |
YUV | 236.53 | 111.9 | 115.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 208 | 0.13 | 0 | 0.17 | 0.02 | 104.65 | 0.84 | 0.9 |
Hex | DB | FB | D0 | D | 0 | 11 | 2 | 69 | 54 | 5A |
Octal | 333 | 373 | 320 | 15 | 0 | 21 | 2 | 151 | 124 | 132 |
Binary | 11011011 | 11111011 | 11010000 | 1101 | 0 | 10001 | 10 | 1101001 | 1010100 | 1011010 |
Color Harmonies of #DBFBD0
Complementary color
Monochromatic Colors of #DBFBD0
Black with #DBFBD0
Text Example
Text Example
White with #DBFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD0; }
p { color: rgb(219,251,208); }
H1.HeaderClassName
{
color: #DBFBD0;
}
.AnyTagClassName
{
color: #DBFBD0;
}
</style>
background-color css
<style>
a { background-color: #DBFBD0; }
a { background-color: rgb(219,251,208); }
div.DivClassName
{
background-color: #DBFBD0;
}
.BgClassName
{
background-color: #DBFBD0;
}
</style>
border-color css
<style>
span { border-color: #DBFBD0; }
span { border-color: rgb(219,251,208); }
td.TdClassName
{
border-color: #DBFBD0;
}
.TagClassName
{
border-color: #DBFBD0;
}
</style>