Shades of Titan White #DBD5DD
Tints of Titan White #DBD5DD
RGB
CMYK
RGB Variations
Color information
#DBD5DD (or 0xDBD5DD) is known color: Titan White. HEX triplet: DB, D5 and DD. RGB value is (219,213,221). Sum of RGB (Red+Green+Blue) = 219+213+221=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5DD is #242A22. Grayscale: #D7D7D7. Windows color (decimal): -2370083 or 14538203. OLE color: 14538203.
HSL color Cylindrical-coordinate representation of color #DBD5DD: hue angle of 285º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD5DD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 213 | 221 | - |
CMYK | 0.01 | 0.04 | 0 | 0.13 |
HSL | 285º | 0.11% | 0.85% | - |
HSV(B) | 285º | 0.04% | 0.87% | - |
XYZ | 66.06 | 67.87 | 78.02 | - |
YUV | 215.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 221 | 0.01 | 0.04 | 0 | 0.13 | 285 | 0.11 | 0.85 |
Hex | DB | D5 | DD | 1 | 4 | 0 | D | 11D | B | 55 |
Octal | 333 | 325 | 335 | 1 | 4 | 0 | 15 | 435 | 13 | 125 |
Binary | 11011011 | 11010101 | 11011101 | 1 | 100 | 0 | 1101 | 100011101 | 1011 | 1010101 |
Color Harmonies of #DBD5DD
Complementary color
Monochromatic Colors of #DBD5DD
Black with #DBD5DD
Text Example
Text Example
White with #DBD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5DD; }
p { color: rgb(219,213,221); }
H1.HeaderClassName
{
color: #DBD5DD;
}
.AnyTagClassName
{
color: #DBD5DD;
}
</style>
background-color css
<style>
a { background-color: #DBD5DD; }
a { background-color: rgb(219,213,221); }
div.DivClassName
{
background-color: #DBD5DD;
}
.BgClassName
{
background-color: #DBD5DD;
}
</style>
border-color css
<style>
span { border-color: #DBD5DD; }
span { border-color: rgb(219,213,221); }
td.TdClassName
{
border-color: #DBD5DD;
}
.TagClassName
{
border-color: #DBD5DD;
}
</style>