Shades of Titan White #D9CCDC
Tints of Titan White #D9CCDC
RGB
CMYK
RGB Variations
Color information
#D9CCDC (or 0xD9CCDC) is known color: Titan White. HEX triplet: D9, CC and DC. RGB value is (217,204,220). Sum of RGB (Red+Green+Blue) = 217+204+220=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDC is #263323. Grayscale: #D1D1D1. Windows color (decimal): -2503460 or 14470361. OLE color: 14470361.
HSL color Cylindrical-coordinate representation of color #D9CCDC: hue angle of 288.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CCDC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 204 | 220 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.14 |
| HSL | 288.75º | 0.19% | 0.83% | - |
| HSV(B) | 288.75º | 0.07% | 0.86% | - |
| XYZ | 63.13 | 63.1 | 76.56 | - |
| YUV | 209.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 220 | 0.01 | 0.07 | 0 | 0.14 | 288.75 | 0.19 | 0.83 |
| Hex | D9 | CC | DC | 1 | 7 | 0 | E | 121 | 13 | 53 |
| Octal | 331 | 314 | 334 | 1 | 7 | 0 | 16 | 441 | 23 | 123 |
| Binary | 11011001 | 11001100 | 11011100 | 1 | 111 | 0 | 1110 | 100100001 | 10011 | 1010011 |
Color Harmonies of #D9CCDC
Complementary color
Monochromatic Colors of #D9CCDC
Black with #D9CCDC
Text Example
Text Example
White with #D9CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCDC; }
p { color: rgb(217,204,220); }
H1.HeaderClassName
{
color: #D9CCDC;
}
.AnyTagClassName
{
color: #D9CCDC;
}
</style>
background-color css
<style>
a { background-color: #D9CCDC; }
a { background-color: rgb(217,204,220); }
div.DivClassName
{
background-color: #D9CCDC;
}
.BgClassName
{
background-color: #D9CCDC;
}
</style>
border-color css
<style>
span { border-color: #D9CCDC; }
span { border-color: rgb(217,204,220); }
td.TdClassName
{
border-color: #D9CCDC;
}
.TagClassName
{
border-color: #D9CCDC;
}
</style>