Shades of Titan White #D8C6DF
Tints of Titan White #D8C6DF
RGB
CMYK
RGB Variations
Color information
#D8C6DF (or 0xD8C6DF) is known color: Titan White. HEX triplet: D8, C6 and DF. RGB value is (216,198,223). Sum of RGB (Red+Green+Blue) = 216+198+223=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 198 (77.73% from 255 or 31.08% 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 #D8C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6DF is #273920. Grayscale: #CECECE. Windows color (decimal): -2570529 or 14665432. OLE color: 14665432.
HSL color Cylindrical-coordinate representation of color #D8C6DF: hue angle of 283.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C6DF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 198 | 223 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.13 |
| HSL | 283.2º | 0.28% | 0.83% | - |
| HSV(B) | 283.2º | 0.11% | 0.87% | - |
| XYZ | 61.83 | 60.31 | 78.2 | - |
| YUV | 206.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 223 | 0.03 | 0.11 | 0 | 0.13 | 283.2 | 0.28 | 0.83 |
| Hex | D8 | C6 | DF | 3 | B | 0 | D | 11B | 1C | 53 |
| Octal | 330 | 306 | 337 | 3 | 13 | 0 | 15 | 433 | 34 | 123 |
| Binary | 11011000 | 11000110 | 11011111 | 11 | 1011 | 0 | 1101 | 100011011 | 11100 | 1010011 |
Color Harmonies of #D8C6DF
Complementary color
Monochromatic Colors of #D8C6DF
Black with #D8C6DF
Text Example
Text Example
White with #D8C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6DF; }
p { color: rgb(216,198,223); }
H1.HeaderClassName
{
color: #D8C6DF;
}
.AnyTagClassName
{
color: #D8C6DF;
}
</style>
background-color css
<style>
a { background-color: #D8C6DF; }
a { background-color: rgb(216,198,223); }
div.DivClassName
{
background-color: #D8C6DF;
}
.BgClassName
{
background-color: #D8C6DF;
}
</style>
border-color css
<style>
span { border-color: #D8C6DF; }
span { border-color: rgb(216,198,223); }
td.TdClassName
{
border-color: #D8C6DF;
}
.TagClassName
{
border-color: #D8C6DF;
}
</style>