Shades of Titan White #D6C6DB
Tints of Titan White #D6C6DB
RGB
CMYK
RGB Variations
Color information
#D6C6DB (or 0xD6C6DB) is known color: Titan White. HEX triplet: D6, C6 and DB. RGB value is (214,198,219). Sum of RGB (Red+Green+Blue) = 214+198+219=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6DB is #293924. Grayscale: #CDCDCD. Windows color (decimal): -2701605 or 14403286. OLE color: 14403286.
HSL color Cylindrical-coordinate representation of color #D6C6DB: hue angle of 285.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C6DB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 198 | 219 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.14 |
| HSL | 285.71º | 0.23% | 0.82% | - |
| HSV(B) | 285.71º | 0.1% | 0.86% | - |
| XYZ | 60.71 | 59.8 | 75.36 | - |
| YUV | 205.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 219 | 0.02 | 0.10 | 0 | 0.14 | 285.71 | 0.23 | 0.82 |
| Hex | D6 | C6 | DB | 2 | A | 0 | E | 11E | 17 | 52 |
| Octal | 326 | 306 | 333 | 2 | 12 | 0 | 16 | 436 | 27 | 122 |
| Binary | 11010110 | 11000110 | 11011011 | 10 | 1010 | 0 | 1110 | 100011110 | 10111 | 1010010 |
Color Harmonies of #D6C6DB
Complementary color
Monochromatic Colors of #D6C6DB
Black with #D6C6DB
Text Example
Text Example
White with #D6C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6DB; }
p { color: rgb(214,198,219); }
H1.HeaderClassName
{
color: #D6C6DB;
}
.AnyTagClassName
{
color: #D6C6DB;
}
</style>
background-color css
<style>
a { background-color: #D6C6DB; }
a { background-color: rgb(214,198,219); }
div.DivClassName
{
background-color: #D6C6DB;
}
.BgClassName
{
background-color: #D6C6DB;
}
</style>
border-color css
<style>
span { border-color: #D6C6DB; }
span { border-color: rgb(214,198,219); }
td.TdClassName
{
border-color: #D6C6DB;
}
.TagClassName
{
border-color: #D6C6DB;
}
</style>