Shades of Titan White #DBD7DC
Tints of Titan White #DBD7DC
RGB
CMYK
RGB Variations
Color information
#DBD7DC (or 0xDBD7DC) is known color: Titan White. HEX triplet: DB, D7 and DC. RGB value is (219,215,220). Sum of RGB (Red+Green+Blue) = 219+215+220=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7DC is #242823. Grayscale: #D8D8D8. Windows color (decimal): -2369572 or 14473179. OLE color: 14473179.
HSL color Cylindrical-coordinate representation of color #DBD7DC: hue angle of 288º degrees, saturation: 0.07, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBD7DC is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 215 | 220 | - |
CMYK | 0.00 | 0.02 | 0 | 0.14 |
HSL | 288º | 0.07% | 0.85% | - |
HSV(B) | 288º | 0.02% | 0.86% | - |
XYZ | 66.43 | 68.83 | 77.49 | - |
YUV | 216.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 220 | 0.00 | 0.02 | 0 | 0.14 | 288 | 0.07 | 0.85 |
Hex | DB | D7 | DC | 0 | 2 | 0 | E | 120 | 7 | 55 |
Octal | 333 | 327 | 334 | 0 | 2 | 0 | 16 | 440 | 7 | 125 |
Binary | 11011011 | 11010111 | 11011100 | 0 | 10 | 0 | 1110 | 100100000 | 111 | 1010101 |
Color Harmonies of #DBD7DC
Complementary color
Monochromatic Colors of #DBD7DC
Black with #DBD7DC
Text Example
Text Example
White with #DBD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7DC; }
p { color: rgb(219,215,220); }
H1.HeaderClassName
{
color: #DBD7DC;
}
.AnyTagClassName
{
color: #DBD7DC;
}
</style>
background-color css
<style>
a { background-color: #DBD7DC; }
a { background-color: rgb(219,215,220); }
div.DivClassName
{
background-color: #DBD7DC;
}
.BgClassName
{
background-color: #DBD7DC;
}
</style>
border-color css
<style>
span { border-color: #DBD7DC; }
span { border-color: rgb(219,215,220); }
td.TdClassName
{
border-color: #DBD7DC;
}
.TagClassName
{
border-color: #DBD7DC;
}
</style>