Shades of Titan White #D9D5DB
Tints of Titan White #D9D5DB
RGB
CMYK
RGB Variations
Color information
#D9D5DB (or 0xD9D5DB) is known color: Titan White. HEX triplet: D9, D5 and DB. RGB value is (217,213,219). Sum of RGB (Red+Green+Blue) = 217+213+219=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5DB is #262A24. Grayscale: #D6D6D6. Windows color (decimal): -2501157 or 14407129. OLE color: 14407129.
HSL color Cylindrical-coordinate representation of color #D9D5DB: hue angle of 280º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9D5DB is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 213 | 219 | - |
CMYK | 0.01 | 0.03 | 0 | 0.14 |
HSL | 280º | 0.08% | 0.85% | - |
HSV(B) | 280º | 0.03% | 0.86% | - |
XYZ | 65.2 | 67.45 | 76.6 | - |
YUV | 214.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 213 | 219 | 0.01 | 0.03 | 0 | 0.14 | 280 | 0.08 | 0.85 |
Hex | D9 | D5 | DB | 1 | 3 | 0 | E | 118 | 8 | 55 |
Octal | 331 | 325 | 333 | 1 | 3 | 0 | 16 | 430 | 10 | 125 |
Binary | 11011001 | 11010101 | 11011011 | 1 | 11 | 0 | 1110 | 100011000 | 1000 | 1010101 |
Color Harmonies of #D9D5DB
Complementary color
Monochromatic Colors of #D9D5DB
Black with #D9D5DB
Text Example
Text Example
White with #D9D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D5DB; }
p { color: rgb(217,213,219); }
H1.HeaderClassName
{
color: #D9D5DB;
}
.AnyTagClassName
{
color: #D9D5DB;
}
</style>
background-color css
<style>
a { background-color: #D9D5DB; }
a { background-color: rgb(217,213,219); }
div.DivClassName
{
background-color: #D9D5DB;
}
.BgClassName
{
background-color: #D9D5DB;
}
</style>
border-color css
<style>
span { border-color: #D9D5DB; }
span { border-color: rgb(217,213,219); }
td.TdClassName
{
border-color: #D9D5DB;
}
.TagClassName
{
border-color: #D9D5DB;
}
</style>