Shades of Titan White #D8C9DC
Tints of Titan White #D8C9DC
RGB
CMYK
RGB Variations
Color information
#D8C9DC (or 0xD8C9DC) is known color: Titan White. HEX triplet: D8, C9 and DC. RGB value is (216,201,220). Sum of RGB (Red+Green+Blue) = 216+201+220=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C9DC is #273623. Grayscale: #CFCFCF. Windows color (decimal): -2569764 or 14469592. OLE color: 14469592.
HSL color Cylindrical-coordinate representation of color #D8C9DC: hue angle of 287.37º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C9DC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 201 | 220 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.14 |
| HSL | 287.37º | 0.21% | 0.83% | - |
| HSV(B) | 287.37º | 0.09% | 0.86% | - |
| XYZ | 62.12 | 61.54 | 76.31 | - |
| YUV | 207.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 220 | 0.02 | 0.09 | 0 | 0.14 | 287.37 | 0.21 | 0.83 |
| Hex | D8 | C9 | DC | 2 | 9 | 0 | E | 11F | 15 | 53 |
| Octal | 330 | 311 | 334 | 2 | 11 | 0 | 16 | 437 | 25 | 123 |
| Binary | 11011000 | 11001001 | 11011100 | 10 | 1001 | 0 | 1110 | 100011111 | 10101 | 1010011 |
Color Harmonies of #D8C9DC
Complementary color
Monochromatic Colors of #D8C9DC
Black with #D8C9DC
Text Example
Text Example
White with #D8C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9DC; }
p { color: rgb(216,201,220); }
H1.HeaderClassName
{
color: #D8C9DC;
}
.AnyTagClassName
{
color: #D8C9DC;
}
</style>
background-color css
<style>
a { background-color: #D8C9DC; }
a { background-color: rgb(216,201,220); }
div.DivClassName
{
background-color: #D8C9DC;
}
.BgClassName
{
background-color: #D8C9DC;
}
</style>
border-color css
<style>
span { border-color: #D8C9DC; }
span { border-color: rgb(216,201,220); }
td.TdClassName
{
border-color: #D8C9DC;
}
.TagClassName
{
border-color: #D8C9DC;
}
</style>