Shades of Titan White #D6C7DB
Tints of Titan White #D6C7DB
RGB
CMYK
RGB Variations
Color information
#D6C7DB (or 0xD6C7DB) is known color: Titan White. HEX triplet: D6, C7 and DB. RGB value is (214,199,219). Sum of RGB (Red+Green+Blue) = 214+199+219=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7DB is #293824. Grayscale: #CDCDCD. Windows color (decimal): -2701349 or 14403542. OLE color: 14403542.
HSL color Cylindrical-coordinate representation of color #D6C7DB: hue angle of 285º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6C7DB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 199 | 219 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.14 |
| HSL | 285º | 0.22% | 0.82% | - |
| HSV(B) | 285º | 0.09% | 0.86% | - |
| XYZ | 60.94 | 60.26 | 75.44 | - |
| YUV | 205.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 219 | 0.02 | 0.09 | 0 | 0.14 | 285 | 0.22 | 0.82 |
| Hex | D6 | C7 | DB | 2 | 9 | 0 | E | 11D | 16 | 52 |
| Octal | 326 | 307 | 333 | 2 | 11 | 0 | 16 | 435 | 26 | 122 |
| Binary | 11010110 | 11000111 | 11011011 | 10 | 1001 | 0 | 1110 | 100011101 | 10110 | 1010010 |
Color Harmonies of #D6C7DB
Complementary color
Monochromatic Colors of #D6C7DB
Black with #D6C7DB
Text Example
Text Example
White with #D6C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7DB; }
p { color: rgb(214,199,219); }
H1.HeaderClassName
{
color: #D6C7DB;
}
.AnyTagClassName
{
color: #D6C7DB;
}
</style>
background-color css
<style>
a { background-color: #D6C7DB; }
a { background-color: rgb(214,199,219); }
div.DivClassName
{
background-color: #D6C7DB;
}
.BgClassName
{
background-color: #D6C7DB;
}
</style>
border-color css
<style>
span { border-color: #D6C7DB; }
span { border-color: rgb(214,199,219); }
td.TdClassName
{
border-color: #D6C7DB;
}
.TagClassName
{
border-color: #D6C7DB;
}
</style>