Shades of Titan White #DBD3DD
Tints of Titan White #DBD3DD
RGB
CMYK
RGB Variations
Color information
#DBD3DD (or 0xDBD3DD) is known color: Titan White. HEX triplet: DB, D3 and DD. RGB value is (219,211,221). Sum of RGB (Red+Green+Blue) = 219+211+221=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3DD is #242C22. Grayscale: #D6D6D6. Windows color (decimal): -2370595 or 14537691. OLE color: 14537691.
HSL color Cylindrical-coordinate representation of color #DBD3DD: hue angle of 288º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD3DD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 211 | 221 | - |
CMYK | 0.01 | 0.05 | 0 | 0.13 |
HSL | 288º | 0.13% | 0.85% | - |
HSV(B) | 288º | 0.05% | 0.87% | - |
XYZ | 65.56 | 66.87 | 77.86 | - |
YUV | 214.53 | 131.65 | 131.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 211 | 221 | 0.01 | 0.05 | 0 | 0.13 | 288 | 0.13 | 0.85 |
Hex | DB | D3 | DD | 1 | 5 | 0 | D | 120 | D | 55 |
Octal | 333 | 323 | 335 | 1 | 5 | 0 | 15 | 440 | 15 | 125 |
Binary | 11011011 | 11010011 | 11011101 | 1 | 101 | 0 | 1101 | 100100000 | 1101 | 1010101 |
Color Harmonies of #DBD3DD
Complementary color
Monochromatic Colors of #DBD3DD
Black with #DBD3DD
Text Example
Text Example
White with #DBD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3DD; }
p { color: rgb(219,211,221); }
H1.HeaderClassName
{
color: #DBD3DD;
}
.AnyTagClassName
{
color: #DBD3DD;
}
</style>
background-color css
<style>
a { background-color: #DBD3DD; }
a { background-color: rgb(219,211,221); }
div.DivClassName
{
background-color: #DBD3DD;
}
.BgClassName
{
background-color: #DBD3DD;
}
</style>
border-color css
<style>
span { border-color: #DBD3DD; }
span { border-color: rgb(219,211,221); }
td.TdClassName
{
border-color: #DBD3DD;
}
.TagClassName
{
border-color: #DBD3DD;
}
</style>