Shades of Titan White #D8C9DD
Tints of Titan White #D8C9DD
RGB
CMYK
RGB Variations
Color information
#D8C9DD (or 0xD8C9DD) is known color: Titan White. HEX triplet: D8, C9 and DD. RGB value is (216,201,221). Sum of RGB (Red+Green+Blue) = 216+201+221=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C9DD is #273622. Grayscale: #CFCFCF. Windows color (decimal): -2569763 or 14535128. OLE color: 14535128.
HSL color Cylindrical-coordinate representation of color #D8C9DD: hue angle of 285º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C9DD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 201 | 221 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.13 |
| HSL | 285º | 0.23% | 0.83% | - |
| HSV(B) | 285º | 0.09% | 0.87% | - |
| XYZ | 62.26 | 61.59 | 77.01 | - |
| YUV | 207.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 221 | 0.02 | 0.09 | 0 | 0.13 | 285 | 0.23 | 0.83 |
| Hex | D8 | C9 | DD | 2 | 9 | 0 | D | 11D | 17 | 53 |
| Octal | 330 | 311 | 335 | 2 | 11 | 0 | 15 | 435 | 27 | 123 |
| Binary | 11011000 | 11001001 | 11011101 | 10 | 1001 | 0 | 1101 | 100011101 | 10111 | 1010011 |
Color Harmonies of #D8C9DD
Complementary color
Monochromatic Colors of #D8C9DD
Black with #D8C9DD
Text Example
Text Example
White with #D8C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9DD; }
p { color: rgb(216,201,221); }
H1.HeaderClassName
{
color: #D8C9DD;
}
.AnyTagClassName
{
color: #D8C9DD;
}
</style>
background-color css
<style>
a { background-color: #D8C9DD; }
a { background-color: rgb(216,201,221); }
div.DivClassName
{
background-color: #D8C9DD;
}
.BgClassName
{
background-color: #D8C9DD;
}
</style>
border-color css
<style>
span { border-color: #D8C9DD; }
span { border-color: rgb(216,201,221); }
td.TdClassName
{
border-color: #D8C9DD;
}
.TagClassName
{
border-color: #D8C9DD;
}
</style>