Shades of Titan White #D6C8DF
Tints of Titan White #D6C8DF
RGB
CMYK
RGB Variations
Color information
#D6C8DF (or 0xD6C8DF) is known color: Titan White. HEX triplet: D6, C8 and DF. RGB value is (214,200,223). Sum of RGB (Red+Green+Blue) = 214+200+223=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8DF is #293720. Grayscale: #CECECE. Windows color (decimal): -2701089 or 14665942. OLE color: 14665942.
HSL color Cylindrical-coordinate representation of color #D6C8DF: hue angle of 276.52º 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 #D6C8DF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 200 | 223 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.13 |
| HSL | 276.52º | 0.26% | 0.83% | - |
| HSV(B) | 276.52º | 0.1% | 0.87% | - |
| XYZ | 61.71 | 60.93 | 78.32 | - |
| YUV | 206.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 223 | 0.04 | 0.10 | 0 | 0.13 | 276.52 | 0.26 | 0.83 |
| Hex | D6 | C8 | DF | 4 | A | 0 | D | 115 | 1A | 53 |
| Octal | 326 | 310 | 337 | 4 | 12 | 0 | 15 | 425 | 32 | 123 |
| Binary | 11010110 | 11001000 | 11011111 | 100 | 1010 | 0 | 1101 | 100010101 | 11010 | 1010011 |
Color Harmonies of #D6C8DF
Complementary color
Monochromatic Colors of #D6C8DF
Black with #D6C8DF
Text Example
Text Example
White with #D6C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8DF; }
p { color: rgb(214,200,223); }
H1.HeaderClassName
{
color: #D6C8DF;
}
.AnyTagClassName
{
color: #D6C8DF;
}
</style>
background-color css
<style>
a { background-color: #D6C8DF; }
a { background-color: rgb(214,200,223); }
div.DivClassName
{
background-color: #D6C8DF;
}
.BgClassName
{
background-color: #D6C8DF;
}
</style>
border-color css
<style>
span { border-color: #D6C8DF; }
span { border-color: rgb(214,200,223); }
td.TdClassName
{
border-color: #D6C8DF;
}
.TagClassName
{
border-color: #D6C8DF;
}
</style>