Shades of Titan White #D6C6DD
Tints of Titan White #D6C6DD
RGB
CMYK
RGB Variations
Color information
#D6C6DD (or 0xD6C6DD) is known color: Titan White. HEX triplet: D6, C6 and DD. RGB value is (214,198,221). Sum of RGB (Red+Green+Blue) = 214+198+221=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6DD is #293922. Grayscale: #CDCDCD. Windows color (decimal): -2701603 or 14534358. OLE color: 14534358.
HSL color Cylindrical-coordinate representation of color #D6C6DD: hue angle of 281.74º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C6DD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 198 | 221 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.13 |
| HSL | 281.74º | 0.25% | 0.82% | - |
| HSV(B) | 281.74º | 0.1% | 0.87% | - |
| XYZ | 60.98 | 59.9 | 76.76 | - |
| YUV | 205.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 221 | 0.03 | 0.10 | 0 | 0.13 | 281.74 | 0.25 | 0.82 |
| Hex | D6 | C6 | DD | 3 | A | 0 | D | 11A | 19 | 52 |
| Octal | 326 | 306 | 335 | 3 | 12 | 0 | 15 | 432 | 31 | 122 |
| Binary | 11010110 | 11000110 | 11011101 | 11 | 1010 | 0 | 1101 | 100011010 | 11001 | 1010010 |
Color Harmonies of #D6C6DD
Complementary color
Monochromatic Colors of #D6C6DD
Black with #D6C6DD
Text Example
Text Example
White with #D6C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6DD; }
p { color: rgb(214,198,221); }
H1.HeaderClassName
{
color: #D6C6DD;
}
.AnyTagClassName
{
color: #D6C6DD;
}
</style>
background-color css
<style>
a { background-color: #D6C6DD; }
a { background-color: rgb(214,198,221); }
div.DivClassName
{
background-color: #D6C6DD;
}
.BgClassName
{
background-color: #D6C6DD;
}
</style>
border-color css
<style>
span { border-color: #D6C6DD; }
span { border-color: rgb(214,198,221); }
td.TdClassName
{
border-color: #D6C6DD;
}
.TagClassName
{
border-color: #D6C6DD;
}
</style>