Shades of Titan White #DBD8DD
Tints of Titan White #DBD8DD
RGB
CMYK
RGB Variations
Color information
#DBD8DD (or 0xDBD8DD) is known color: Titan White. HEX triplet: DB, D8 and DD. RGB value is (219,216,221). Sum of RGB (Red+Green+Blue) = 219+216+221=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8DD is #242722. Grayscale: #D9D9D9. Windows color (decimal): -2369315 or 14538971. OLE color: 14538971.
HSL color Cylindrical-coordinate representation of color #DBD8DD: hue angle of 276º degrees, saturation: 0.07, 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 #DBD8DD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 216 | 221 | - |
CMYK | 0.01 | 0.02 | 0 | 0.13 |
HSL | 276º | 0.07% | 0.86% | - |
HSV(B) | 276º | 0.02% | 0.87% | - |
XYZ | 66.82 | 69.39 | 78.28 | - |
YUV | 217.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 221 | 0.01 | 0.02 | 0 | 0.13 | 276 | 0.07 | 0.86 |
Hex | DB | D8 | DD | 1 | 2 | 0 | D | 114 | 7 | 56 |
Octal | 333 | 330 | 335 | 1 | 2 | 0 | 15 | 424 | 7 | 126 |
Binary | 11011011 | 11011000 | 11011101 | 1 | 10 | 0 | 1101 | 100010100 | 111 | 1010110 |
Color Harmonies of #DBD8DD
Complementary color
Monochromatic Colors of #DBD8DD
Black with #DBD8DD
Text Example
Text Example
White with #DBD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8DD; }
p { color: rgb(219,216,221); }
H1.HeaderClassName
{
color: #DBD8DD;
}
.AnyTagClassName
{
color: #DBD8DD;
}
</style>
background-color css
<style>
a { background-color: #DBD8DD; }
a { background-color: rgb(219,216,221); }
div.DivClassName
{
background-color: #DBD8DD;
}
.BgClassName
{
background-color: #DBD8DD;
}
</style>
border-color css
<style>
span { border-color: #DBD8DD; }
span { border-color: rgb(219,216,221); }
td.TdClassName
{
border-color: #DBD8DD;
}
.TagClassName
{
border-color: #DBD8DD;
}
</style>