Shades of Titan White #D9D0DC
Tints of Titan White #D9D0DC
RGB
CMYK
RGB Variations
Color information
#D9D0DC (or 0xD9D0DC) is known color: Titan White. HEX triplet: D9, D0 and DC. RGB value is (217,208,220). Sum of RGB (Red+Green+Blue) = 217+208+220=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0DC is #262F23. Grayscale: #D4D4D4. Windows color (decimal): -2502436 or 14471385. OLE color: 14471385.
HSL color Cylindrical-coordinate representation of color #D9D0DC: hue angle of 285º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9D0DC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 208 | 220 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.14 |
| HSL | 285º | 0.15% | 0.84% | - |
| HSV(B) | 285º | 0.05% | 0.86% | - |
| XYZ | 64.09 | 65.03 | 76.88 | - |
| YUV | 212.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 220 | 0.01 | 0.05 | 0 | 0.14 | 285 | 0.15 | 0.84 |
| Hex | D9 | D0 | DC | 1 | 5 | 0 | E | 11D | F | 54 |
| Octal | 331 | 320 | 334 | 1 | 5 | 0 | 16 | 435 | 17 | 124 |
| Binary | 11011001 | 11010000 | 11011100 | 1 | 101 | 0 | 1110 | 100011101 | 1111 | 1010100 |
Color Harmonies of #D9D0DC
Complementary color
Monochromatic Colors of #D9D0DC
Black with #D9D0DC
Text Example
Text Example
White with #D9D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0DC; }
p { color: rgb(217,208,220); }
H1.HeaderClassName
{
color: #D9D0DC;
}
.AnyTagClassName
{
color: #D9D0DC;
}
</style>
background-color css
<style>
a { background-color: #D9D0DC; }
a { background-color: rgb(217,208,220); }
div.DivClassName
{
background-color: #D9D0DC;
}
.BgClassName
{
background-color: #D9D0DC;
}
</style>
border-color css
<style>
span { border-color: #D9D0DC; }
span { border-color: rgb(217,208,220); }
td.TdClassName
{
border-color: #D9D0DC;
}
.TagClassName
{
border-color: #D9D0DC;
}
</style>