Shades of Titan White #D8D4DC
Tints of Titan White #D8D4DC
RGB
CMYK
RGB Variations
Color information
#D8D4DC (or 0xD8D4DC) is known color: Titan White. HEX triplet: D8, D4 and DC. RGB value is (216,212,220). Sum of RGB (Red+Green+Blue) = 216+212+220=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4DC is #272B23. Grayscale: #D6D6D6. Windows color (decimal): -2566948 or 14472408. OLE color: 14472408.
HSL color Cylindrical-coordinate representation of color #D8D4DC: hue angle of 270º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D4DC is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 212 | 220 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.14 |
| HSL | 270º | 0.1% | 0.85% | - |
| HSV(B) | 270º | 0.04% | 0.86% | - |
| XYZ | 64.78 | 66.85 | 77.2 | - |
| YUV | 214.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 220 | 0.02 | 0.04 | 0 | 0.14 | 270 | 0.1 | 0.85 |
| Hex | D8 | D4 | DC | 2 | 4 | 0 | E | 10E | A | 55 |
| Octal | 330 | 324 | 334 | 2 | 4 | 0 | 16 | 416 | 12 | 125 |
| Binary | 11011000 | 11010100 | 11011100 | 10 | 100 | 0 | 1110 | 100001110 | 1010 | 1010101 |
Color Harmonies of #D8D4DC
Complementary color
Monochromatic Colors of #D8D4DC
Black with #D8D4DC
Text Example
Text Example
White with #D8D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4DC; }
p { color: rgb(216,212,220); }
H1.HeaderClassName
{
color: #D8D4DC;
}
.AnyTagClassName
{
color: #D8D4DC;
}
</style>
background-color css
<style>
a { background-color: #D8D4DC; }
a { background-color: rgb(216,212,220); }
div.DivClassName
{
background-color: #D8D4DC;
}
.BgClassName
{
background-color: #D8D4DC;
}
</style>
border-color css
<style>
span { border-color: #D8D4DC; }
span { border-color: rgb(216,212,220); }
td.TdClassName
{
border-color: #D8D4DC;
}
.TagClassName
{
border-color: #D8D4DC;
}
</style>