Shades of Titan White #D9D2DB
Tints of Titan White #D9D2DB
RGB
CMYK
RGB Variations
Color information
#D9D2DB (or 0xD9D2DB) is known color: Titan White. HEX triplet: D9, D2 and DB. RGB value is (217,210,219). Sum of RGB (Red+Green+Blue) = 217+210+219=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2DB is #262D24. Grayscale: #D5D5D5. Windows color (decimal): -2501925 or 14406361. OLE color: 14406361.
HSL color Cylindrical-coordinate representation of color #D9D2DB: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9D2DB is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 210 | 219 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.14 |
| HSL | 286.67º | 0.11% | 0.84% | - |
| HSV(B) | 286.67º | 0.04% | 0.86% | - |
| XYZ | 64.45 | 65.96 | 76.35 | - |
| YUV | 213.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 219 | 0.01 | 0.04 | 0 | 0.14 | 286.67 | 0.11 | 0.84 |
| Hex | D9 | D2 | DB | 1 | 4 | 0 | E | 11F | B | 54 |
| Octal | 331 | 322 | 333 | 1 | 4 | 0 | 16 | 437 | 13 | 124 |
| Binary | 11011001 | 11010010 | 11011011 | 1 | 100 | 0 | 1110 | 100011111 | 1011 | 1010100 |
Color Harmonies of #D9D2DB
Complementary color
Monochromatic Colors of #D9D2DB
Black with #D9D2DB
Text Example
Text Example
White with #D9D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2DB; }
p { color: rgb(217,210,219); }
H1.HeaderClassName
{
color: #D9D2DB;
}
.AnyTagClassName
{
color: #D9D2DB;
}
</style>
background-color css
<style>
a { background-color: #D9D2DB; }
a { background-color: rgb(217,210,219); }
div.DivClassName
{
background-color: #D9D2DB;
}
.BgClassName
{
background-color: #D9D2DB;
}
</style>
border-color css
<style>
span { border-color: #D9D2DB; }
span { border-color: rgb(217,210,219); }
td.TdClassName
{
border-color: #D9D2DB;
}
.TagClassName
{
border-color: #D9D2DB;
}
</style>