Shades of Titan White #D9D6DC
Tints of Titan White #D9D6DC
RGB
CMYK
RGB Variations
Color information
#D9D6DC (or 0xD9D6DC) is known color: Titan White. HEX triplet: D9, D6 and DC. RGB value is (217,214,220). Sum of RGB (Red+Green+Blue) = 217+214+220=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6DC is #262923. Grayscale: #D7D7D7. Windows color (decimal): -2500900 or 14472921. OLE color: 14472921.
HSL color Cylindrical-coordinate representation of color #D9D6DC: hue angle of 270º 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 #D9D6DC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 214 | 220 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.14 |
| HSL | 270º | 0.08% | 0.85% | - |
| HSV(B) | 270º | 0.03% | 0.86% | - |
| XYZ | 65.58 | 68.01 | 77.38 | - |
| YUV | 215.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 220 | 0.01 | 0.03 | 0 | 0.14 | 270 | 0.08 | 0.85 |
| Hex | D9 | D6 | DC | 1 | 3 | 0 | E | 10E | 8 | 55 |
| Octal | 331 | 326 | 334 | 1 | 3 | 0 | 16 | 416 | 10 | 125 |
| Binary | 11011001 | 11010110 | 11011100 | 1 | 11 | 0 | 1110 | 100001110 | 1000 | 1010101 |
Color Harmonies of #D9D6DC
Complementary color
Monochromatic Colors of #D9D6DC
Black with #D9D6DC
Text Example
Text Example
White with #D9D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D6DC; }
p { color: rgb(217,214,220); }
H1.HeaderClassName
{
color: #D9D6DC;
}
.AnyTagClassName
{
color: #D9D6DC;
}
</style>
background-color css
<style>
a { background-color: #D9D6DC; }
a { background-color: rgb(217,214,220); }
div.DivClassName
{
background-color: #D9D6DC;
}
.BgClassName
{
background-color: #D9D6DC;
}
</style>
border-color css
<style>
span { border-color: #D9D6DC; }
span { border-color: rgb(217,214,220); }
td.TdClassName
{
border-color: #D9D6DC;
}
.TagClassName
{
border-color: #D9D6DC;
}
</style>