Shades of Titan White #DBD6DD
Tints of Titan White #DBD6DD
RGB
CMYK
RGB Variations
Color information
#DBD6DD (or 0xDBD6DD) is known color: Titan White. HEX triplet: DB, D6 and DD. RGB value is (219,214,221). Sum of RGB (Red+Green+Blue) = 219+214+221=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DD is #242922. Grayscale: #D8D8D8. Windows color (decimal): -2369827 or 14538459. OLE color: 14538459.
HSL color Cylindrical-coordinate representation of color #DBD6DD: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD6DD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 214 | 221 | - |
CMYK | 0.01 | 0.03 | 0 | 0.13 |
HSL | 282.86º | 0.09% | 0.85% | - |
HSV(B) | 282.86º | 0.03% | 0.87% | - |
XYZ | 66.31 | 68.37 | 78.11 | - |
YUV | 216.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 221 | 0.01 | 0.03 | 0 | 0.13 | 282.86 | 0.09 | 0.85 |
Hex | DB | D6 | DD | 1 | 3 | 0 | D | 11B | 9 | 55 |
Octal | 333 | 326 | 335 | 1 | 3 | 0 | 15 | 433 | 11 | 125 |
Binary | 11011011 | 11010110 | 11011101 | 1 | 11 | 0 | 1101 | 100011011 | 1001 | 1010101 |
Color Harmonies of #DBD6DD
Complementary color
Monochromatic Colors of #DBD6DD
Black with #DBD6DD
Text Example
Text Example
White with #DBD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6DD; }
p { color: rgb(219,214,221); }
H1.HeaderClassName
{
color: #DBD6DD;
}
.AnyTagClassName
{
color: #DBD6DD;
}
</style>
background-color css
<style>
a { background-color: #DBD6DD; }
a { background-color: rgb(219,214,221); }
div.DivClassName
{
background-color: #DBD6DD;
}
.BgClassName
{
background-color: #DBD6DD;
}
</style>
border-color css
<style>
span { border-color: #DBD6DD; }
span { border-color: rgb(219,214,221); }
td.TdClassName
{
border-color: #DBD6DD;
}
.TagClassName
{
border-color: #DBD6DD;
}
</style>