Shades of Titan White #D6CDDC
Tints of Titan White #D6CDDC
RGB
CMYK
RGB Variations
Color information
#D6CDDC (or 0xD6CDDC) is known color: Titan White. HEX triplet: D6, CD and DC. RGB value is (214,205,220). Sum of RGB (Red+Green+Blue) = 214+205+220=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDDC is #293223. Grayscale: #D1D1D1. Windows color (decimal): -2699812 or 14470614. OLE color: 14470614.
HSL color Cylindrical-coordinate representation of color #D6CDDC: hue angle of 276º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6CDDC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 205 | 220 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.14 |
| HSL | 276º | 0.18% | 0.83% | - |
| HSV(B) | 276º | 0.07% | 0.86% | - |
| XYZ | 62.48 | 63.13 | 76.6 | - |
| YUV | 209.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 220 | 0.03 | 0.07 | 0 | 0.14 | 276 | 0.18 | 0.83 |
| Hex | D6 | CD | DC | 3 | 7 | 0 | E | 114 | 12 | 53 |
| Octal | 326 | 315 | 334 | 3 | 7 | 0 | 16 | 424 | 22 | 123 |
| Binary | 11010110 | 11001101 | 11011100 | 11 | 111 | 0 | 1110 | 100010100 | 10010 | 1010011 |
Color Harmonies of #D6CDDC
Complementary color
Monochromatic Colors of #D6CDDC
Black with #D6CDDC
Text Example
Text Example
White with #D6CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDDC; }
p { color: rgb(214,205,220); }
H1.HeaderClassName
{
color: #D6CDDC;
}
.AnyTagClassName
{
color: #D6CDDC;
}
</style>
background-color css
<style>
a { background-color: #D6CDDC; }
a { background-color: rgb(214,205,220); }
div.DivClassName
{
background-color: #D6CDDC;
}
.BgClassName
{
background-color: #D6CDDC;
}
</style>
border-color css
<style>
span { border-color: #D6CDDC; }
span { border-color: rgb(214,205,220); }
td.TdClassName
{
border-color: #D6CDDC;
}
.TagClassName
{
border-color: #D6CDDC;
}
</style>