Shades of Titan White #D6C9DF
Tints of Titan White #D6C9DF
RGB
CMYK
RGB Variations
Color information
#D6C9DF (or 0xD6C9DF) is known color: Titan White. HEX triplet: D6, C9 and DF. RGB value is (214,201,223). Sum of RGB (Red+Green+Blue) = 214+201+223=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9DF is #293620. Grayscale: #CFCFCF. Windows color (decimal): -2700833 or 14666198. OLE color: 14666198.
HSL color Cylindrical-coordinate representation of color #D6C9DF: hue angle of 275.45º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C9DF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 201 | 223 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.13 |
| HSL | 275.45º | 0.26% | 0.83% | - |
| HSV(B) | 275.45º | 0.1% | 0.87% | - |
| XYZ | 61.94 | 61.4 | 78.4 | - |
| YUV | 207.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 223 | 0.04 | 0.10 | 0 | 0.13 | 275.45 | 0.26 | 0.83 |
| Hex | D6 | C9 | DF | 4 | A | 0 | D | 113 | 1A | 53 |
| Octal | 326 | 311 | 337 | 4 | 12 | 0 | 15 | 423 | 32 | 123 |
| Binary | 11010110 | 11001001 | 11011111 | 100 | 1010 | 0 | 1101 | 100010011 | 11010 | 1010011 |
Color Harmonies of #D6C9DF
Complementary color
Monochromatic Colors of #D6C9DF
Black with #D6C9DF
Text Example
Text Example
White with #D6C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9DF; }
p { color: rgb(214,201,223); }
H1.HeaderClassName
{
color: #D6C9DF;
}
.AnyTagClassName
{
color: #D6C9DF;
}
</style>
background-color css
<style>
a { background-color: #D6C9DF; }
a { background-color: rgb(214,201,223); }
div.DivClassName
{
background-color: #D6C9DF;
}
.BgClassName
{
background-color: #D6C9DF;
}
</style>
border-color css
<style>
span { border-color: #D6C9DF; }
span { border-color: rgb(214,201,223); }
td.TdClassName
{
border-color: #D6C9DF;
}
.TagClassName
{
border-color: #D6C9DF;
}
</style>