Shades of Titan White #D6CBDA
Tints of Titan White #D6CBDA
RGB
CMYK
RGB Variations
Color information
#D6CBDA (or 0xD6CBDA) is known color: Titan White. HEX triplet: D6, CB and DA. RGB value is (214,203,218). Sum of RGB (Red+Green+Blue) = 214+203+218=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBDA is #293425. Grayscale: #CFCFCF. Windows color (decimal): -2700326 or 14339030. OLE color: 14339030.
HSL color Cylindrical-coordinate representation of color #D6CBDA: hue angle of 284º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6CBDA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 203 | 218 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.15 |
| HSL | 284º | 0.17% | 0.83% | - |
| HSV(B) | 284º | 0.07% | 0.85% | - |
| XYZ | 61.74 | 62.07 | 75.06 | - |
| YUV | 208 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 218 | 0.02 | 0.07 | 0 | 0.15 | 284 | 0.17 | 0.83 |
| Hex | D6 | CB | DA | 2 | 7 | 0 | F | 11C | 11 | 53 |
| Octal | 326 | 313 | 332 | 2 | 7 | 0 | 17 | 434 | 21 | 123 |
| Binary | 11010110 | 11001011 | 11011010 | 10 | 111 | 0 | 1111 | 100011100 | 10001 | 1010011 |
Color Harmonies of #D6CBDA
Complementary color
Monochromatic Colors of #D6CBDA
Black with #D6CBDA
Text Example
Text Example
White with #D6CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBDA; }
p { color: rgb(214,203,218); }
H1.HeaderClassName
{
color: #D6CBDA;
}
.AnyTagClassName
{
color: #D6CBDA;
}
</style>
background-color css
<style>
a { background-color: #D6CBDA; }
a { background-color: rgb(214,203,218); }
div.DivClassName
{
background-color: #D6CBDA;
}
.BgClassName
{
background-color: #D6CBDA;
}
</style>
border-color css
<style>
span { border-color: #D6CBDA; }
span { border-color: rgb(214,203,218); }
td.TdClassName
{
border-color: #D6CBDA;
}
.TagClassName
{
border-color: #D6CBDA;
}
</style>