Shades of Titan White #D8D0DD
Tints of Titan White #D8D0DD
RGB
CMYK
RGB Variations
Color information
#D8D0DD (or 0xD8D0DD) is known color: Titan White. HEX triplet: D8, D0 and DD. RGB value is (216,208,221). Sum of RGB (Red+Green+Blue) = 216+208+221=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0DD is #272F22. Grayscale: #D3D3D3. Windows color (decimal): -2567971 or 14536920. OLE color: 14536920.
HSL color Cylindrical-coordinate representation of color #D8D0DD: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D0DD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 208 | 221 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.13 |
| HSL | 276.92º | 0.16% | 0.84% | - |
| HSV(B) | 276.92º | 0.06% | 0.87% | - |
| XYZ | 63.93 | 64.93 | 77.57 | - |
| YUV | 211.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 221 | 0.02 | 0.06 | 0 | 0.13 | 276.92 | 0.16 | 0.84 |
| Hex | D8 | D0 | DD | 2 | 6 | 0 | D | 115 | 10 | 54 |
| Octal | 330 | 320 | 335 | 2 | 6 | 0 | 15 | 425 | 20 | 124 |
| Binary | 11011000 | 11010000 | 11011101 | 10 | 110 | 0 | 1101 | 100010101 | 10000 | 1010100 |
Color Harmonies of #D8D0DD
Complementary color
Monochromatic Colors of #D8D0DD
Black with #D8D0DD
Text Example
Text Example
White with #D8D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0DD; }
p { color: rgb(216,208,221); }
H1.HeaderClassName
{
color: #D8D0DD;
}
.AnyTagClassName
{
color: #D8D0DD;
}
</style>
background-color css
<style>
a { background-color: #D8D0DD; }
a { background-color: rgb(216,208,221); }
div.DivClassName
{
background-color: #D8D0DD;
}
.BgClassName
{
background-color: #D8D0DD;
}
</style>
border-color css
<style>
span { border-color: #D8D0DD; }
span { border-color: rgb(216,208,221); }
td.TdClassName
{
border-color: #D8D0DD;
}
.TagClassName
{
border-color: #D8D0DD;
}
</style>