Shades of Titan White #DBD9DD
Tints of Titan White #DBD9DD
RGB
CMYK
RGB Variations
Color information
#DBD9DD (or 0xDBD9DD) is known color: Titan White. HEX triplet: DB, D9 and DD. RGB value is (219,217,221). Sum of RGB (Red+Green+Blue) = 219+217+221=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9DD is #242622. Grayscale: #DADADA. Windows color (decimal): -2369059 or 14539227. OLE color: 14539227.
HSL color Cylindrical-coordinate representation of color #DBD9DD: hue angle of 270º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBD9DD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 217 | 221 | - |
CMYK | 0.01 | 0.02 | 0 | 0.13 |
HSL | 270º | 0.06% | 0.86% | - |
HSV(B) | 270º | 0.02% | 0.87% | - |
XYZ | 67.08 | 69.91 | 78.36 | - |
YUV | 218.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 221 | 0.01 | 0.02 | 0 | 0.13 | 270 | 0.06 | 0.86 |
Hex | DB | D9 | DD | 1 | 2 | 0 | D | 10E | 6 | 56 |
Octal | 333 | 331 | 335 | 1 | 2 | 0 | 15 | 416 | 6 | 126 |
Binary | 11011011 | 11011001 | 11011101 | 1 | 10 | 0 | 1101 | 100001110 | 110 | 1010110 |
Color Harmonies of #DBD9DD
Complementary color
Monochromatic Colors of #DBD9DD
Black with #DBD9DD
Text Example
Text Example
White with #DBD9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9DD; }
p { color: rgb(219,217,221); }
H1.HeaderClassName
{
color: #DBD9DD;
}
.AnyTagClassName
{
color: #DBD9DD;
}
</style>
background-color css
<style>
a { background-color: #DBD9DD; }
a { background-color: rgb(219,217,221); }
div.DivClassName
{
background-color: #DBD9DD;
}
.BgClassName
{
background-color: #DBD9DD;
}
</style>
border-color css
<style>
span { border-color: #DBD9DD; }
span { border-color: rgb(219,217,221); }
td.TdClassName
{
border-color: #DBD9DD;
}
.TagClassName
{
border-color: #DBD9DD;
}
</style>