Shades of Titan White #D9D7DB
Tints of Titan White #D9D7DB
RGB
CMYK
RGB Variations
Color information
#D9D7DB (or 0xD9D7DB) is known color: Titan White. HEX triplet: D9, D7 and DB. RGB value is (217,215,219). Sum of RGB (Red+Green+Blue) = 217+215+219=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7DB is #262824. Grayscale: #D8D8D8. Windows color (decimal): -2500645 or 14407641. OLE color: 14407641.
HSL color Cylindrical-coordinate representation of color #D9D7DB: hue angle of 270º degrees, saturation: 0.05, 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 #D9D7DB is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 215 | 219 | - |
CMYK | 0.01 | 0.02 | 0 | 0.14 |
HSL | 270º | 0.05% | 0.85% | - |
HSV(B) | 270º | 0.02% | 0.86% | - |
XYZ | 65.7 | 68.47 | 76.77 | - |
YUV | 216.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 215 | 219 | 0.01 | 0.02 | 0 | 0.14 | 270 | 0.05 | 0.85 |
Hex | D9 | D7 | DB | 1 | 2 | 0 | E | 10E | 5 | 55 |
Octal | 331 | 327 | 333 | 1 | 2 | 0 | 16 | 416 | 5 | 125 |
Binary | 11011001 | 11010111 | 11011011 | 1 | 10 | 0 | 1110 | 100001110 | 101 | 1010101 |
Color Harmonies of #D9D7DB
Complementary color
Monochromatic Colors of #D9D7DB
Black with #D9D7DB
Text Example
Text Example
White with #D9D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7DB; }
p { color: rgb(217,215,219); }
H1.HeaderClassName
{
color: #D9D7DB;
}
.AnyTagClassName
{
color: #D9D7DB;
}
</style>
background-color css
<style>
a { background-color: #D9D7DB; }
a { background-color: rgb(217,215,219); }
div.DivClassName
{
background-color: #D9D7DB;
}
.BgClassName
{
background-color: #D9D7DB;
}
</style>
border-color css
<style>
span { border-color: #D9D7DB; }
span { border-color: rgb(217,215,219); }
td.TdClassName
{
border-color: #D9D7DB;
}
.TagClassName
{
border-color: #D9D7DB;
}
</style>