Shades of Titan White #D6C6DE
Tints of Titan White #D6C6DE
RGB
CMYK
RGB Variations
Color information
#D6C6DE (or 0xD6C6DE) is known color: Titan White. HEX triplet: D6, C6 and DE. RGB value is (214,198,222). Sum of RGB (Red+Green+Blue) = 214+198+222=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6C6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6DE is #293921. Grayscale: #CDCDCD. Windows color (decimal): -2701602 or 14599894. OLE color: 14599894.
HSL color Cylindrical-coordinate representation of color #D6C6DE: hue angle of 280º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C6DE is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 198 | 222 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.13 |
| HSL | 280º | 0.27% | 0.82% | - |
| HSV(B) | 280º | 0.11% | 0.87% | - |
| XYZ | 61.11 | 59.96 | 77.46 | - |
| YUV | 205.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 222 | 0.04 | 0.11 | 0 | 0.13 | 280 | 0.27 | 0.82 |
| Hex | D6 | C6 | DE | 4 | B | 0 | D | 118 | 1B | 52 |
| Octal | 326 | 306 | 336 | 4 | 13 | 0 | 15 | 430 | 33 | 122 |
| Binary | 11010110 | 11000110 | 11011110 | 100 | 1011 | 0 | 1101 | 100011000 | 11011 | 1010010 |
Color Harmonies of #D6C6DE
Complementary color
Monochromatic Colors of #D6C6DE
Black with #D6C6DE
Text Example
Text Example
White with #D6C6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6DE; }
p { color: rgb(214,198,222); }
H1.HeaderClassName
{
color: #D6C6DE;
}
.AnyTagClassName
{
color: #D6C6DE;
}
</style>
background-color css
<style>
a { background-color: #D6C6DE; }
a { background-color: rgb(214,198,222); }
div.DivClassName
{
background-color: #D6C6DE;
}
.BgClassName
{
background-color: #D6C6DE;
}
</style>
border-color css
<style>
span { border-color: #D6C6DE; }
span { border-color: rgb(214,198,222); }
td.TdClassName
{
border-color: #D6C6DE;
}
.TagClassName
{
border-color: #D6C6DE;
}
</style>