Shades of Titan White #D6C7DC
Tints of Titan White #D6C7DC
RGB
CMYK
RGB Variations
Color information
#D6C7DC (or 0xD6C7DC) is known color: Titan White. HEX triplet: D6, C7 and DC. RGB value is (214,199,220). Sum of RGB (Red+Green+Blue) = 214+199+220=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7DC is #293823. Grayscale: #CDCDCD. Windows color (decimal): -2701348 or 14469078. OLE color: 14469078.
HSL color Cylindrical-coordinate representation of color #D6C7DC: hue angle of 282.86º 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 #D6C7DC is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 199 | 220 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.14 |
| HSL | 282.86º | 0.23% | 0.82% | - |
| HSV(B) | 282.86º | 0.1% | 0.86% | - |
| XYZ | 61.07 | 60.31 | 76.13 | - |
| YUV | 205.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 220 | 0.03 | 0.10 | 0 | 0.14 | 282.86 | 0.23 | 0.82 |
| Hex | D6 | C7 | DC | 3 | A | 0 | E | 11B | 17 | 52 |
| Octal | 326 | 307 | 334 | 3 | 12 | 0 | 16 | 433 | 27 | 122 |
| Binary | 11010110 | 11000111 | 11011100 | 11 | 1010 | 0 | 1110 | 100011011 | 10111 | 1010010 |
Color Harmonies of #D6C7DC
Complementary color
Monochromatic Colors of #D6C7DC
Black with #D6C7DC
Text Example
Text Example
White with #D6C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7DC; }
p { color: rgb(214,199,220); }
H1.HeaderClassName
{
color: #D6C7DC;
}
.AnyTagClassName
{
color: #D6C7DC;
}
</style>
background-color css
<style>
a { background-color: #D6C7DC; }
a { background-color: rgb(214,199,220); }
div.DivClassName
{
background-color: #D6C7DC;
}
.BgClassName
{
background-color: #D6C7DC;
}
</style>
border-color css
<style>
span { border-color: #D6C7DC; }
span { border-color: rgb(214,199,220); }
td.TdClassName
{
border-color: #D6C7DC;
}
.TagClassName
{
border-color: #D6C7DC;
}
</style>