Shades of Titan White #D3CDD6
Tints of Titan White #D3CDD6
RGB
CMYK
RGB Variations
Color information
#D3CDD6 (or 0xD3CDD6) is known color: Titan White. HEX triplet: D3, CD and D6. RGB value is (211,205,214). Sum of RGB (Red+Green+Blue) = 211+205+214=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDD6 is #2C3229. Grayscale: #CFCFCF. Windows color (decimal): -2896426 or 14077395. OLE color: 14077395.
HSL color Cylindrical-coordinate representation of color #D3CDD6: hue angle of 280º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CDD6 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 205 | 214 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.16 |
| HSL | 280º | 0.1% | 0.82% | - |
| HSV(B) | 280º | 0.04% | 0.84% | - |
| XYZ | 60.83 | 62.37 | 72.45 | - |
| YUV | 207.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 214 | 0.01 | 0.04 | 0 | 0.16 | 280 | 0.1 | 0.82 |
| Hex | D3 | CD | D6 | 1 | 4 | 0 | 10 | 118 | A | 52 |
| Octal | 323 | 315 | 326 | 1 | 4 | 0 | 20 | 430 | 12 | 122 |
| Binary | 11010011 | 11001101 | 11010110 | 1 | 100 | 0 | 10000 | 100011000 | 1010 | 1010010 |
Color Harmonies of #D3CDD6
Complementary color
Monochromatic Colors of #D3CDD6
Black with #D3CDD6
Text Example
Text Example
White with #D3CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDD6; }
p { color: rgb(211,205,214); }
H1.HeaderClassName
{
color: #D3CDD6;
}
.AnyTagClassName
{
color: #D3CDD6;
}
</style>
background-color css
<style>
a { background-color: #D3CDD6; }
a { background-color: rgb(211,205,214); }
div.DivClassName
{
background-color: #D3CDD6;
}
.BgClassName
{
background-color: #D3CDD6;
}
</style>
border-color css
<style>
span { border-color: #D3CDD6; }
span { border-color: rgb(211,205,214); }
td.TdClassName
{
border-color: #D3CDD6;
}
.TagClassName
{
border-color: #D3CDD6;
}
</style>