Shades of Titan White #D6C6DC
Tints of Titan White #D6C6DC
RGB
CMYK
RGB Variations
Color information
#D6C6DC (or 0xD6C6DC) is known color: Titan White. HEX triplet: D6, C6 and DC. RGB value is (214,198,220). Sum of RGB (Red+Green+Blue) = 214+198+220=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6DC is #293923. Grayscale: #CDCDCD. Windows color (decimal): -2701604 or 14468822. OLE color: 14468822.
HSL color Cylindrical-coordinate representation of color #D6C6DC: hue angle of 283.64º degrees, saturation: 0.24, 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 #D6C6DC is Cyan = 0.03, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 198 | 220 | - |
| CMYK | 0.03 | 0.1 | 0 | 0.14 |
| HSL | 283.64º | 0.24% | 0.82% | - |
| HSV(B) | 283.64º | 0.1% | 0.86% | - |
| XYZ | 60.84 | 59.85 | 76.06 | - |
| YUV | 205.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 220 | 0.03 | 0.1 | 0 | 0.14 | 283.64 | 0.24 | 0.82 |
| Hex | D6 | C6 | DC | 3 | A | 0 | E | 11C | 18 | 52 |
| Octal | 326 | 306 | 334 | 3 | 12 | 0 | 16 | 434 | 30 | 122 |
| Binary | 11010110 | 11000110 | 11011100 | 11 | 1010 | 0 | 1110 | 100011100 | 11000 | 1010010 |
Color Harmonies of #D6C6DC
Complementary color
Monochromatic Colors of #D6C6DC
Black with #D6C6DC
Text Example
Text Example
White with #D6C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6DC; }
p { color: rgb(214,198,220); }
H1.HeaderClassName
{
color: #D6C6DC;
}
.AnyTagClassName
{
color: #D6C6DC;
}
</style>
background-color css
<style>
a { background-color: #D6C6DC; }
a { background-color: rgb(214,198,220); }
div.DivClassName
{
background-color: #D6C6DC;
}
.BgClassName
{
background-color: #D6C6DC;
}
</style>
border-color css
<style>
span { border-color: #D6C6DC; }
span { border-color: rgb(214,198,220); }
td.TdClassName
{
border-color: #D6C6DC;
}
.TagClassName
{
border-color: #D6C6DC;
}
</style>