Shades of Titan White #D3C7D9
Tints of Titan White #D3C7D9
RGB
CMYK
RGB Variations
Color information
#D3C7D9 (or 0xD3C7D9) is known color: Titan White. HEX triplet: D3, C7 and D9. RGB value is (211,199,217). Sum of RGB (Red+Green+Blue) = 211+199+217=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3C7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7D9 is #2C3826. Grayscale: #CCCCCC. Windows color (decimal): -2897959 or 14272467. OLE color: 14272467.
HSL color Cylindrical-coordinate representation of color #D3C7D9: hue angle of 280º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3C7D9 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 199 | 217 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.15 |
| HSL | 280º | 0.19% | 0.82% | - |
| HSV(B) | 280º | 0.08% | 0.85% | - |
| XYZ | 59.81 | 59.71 | 74.02 | - |
| YUV | 204.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 217 | 0.03 | 0.08 | 0 | 0.15 | 280 | 0.19 | 0.82 |
| Hex | D3 | C7 | D9 | 3 | 8 | 0 | F | 118 | 13 | 52 |
| Octal | 323 | 307 | 331 | 3 | 10 | 0 | 17 | 430 | 23 | 122 |
| Binary | 11010011 | 11000111 | 11011001 | 11 | 1000 | 0 | 1111 | 100011000 | 10011 | 1010010 |
Color Harmonies of #D3C7D9
Complementary color
Monochromatic Colors of #D3C7D9
Black with #D3C7D9
Text Example
Text Example
White with #D3C7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7D9; }
p { color: rgb(211,199,217); }
H1.HeaderClassName
{
color: #D3C7D9;
}
.AnyTagClassName
{
color: #D3C7D9;
}
</style>
background-color css
<style>
a { background-color: #D3C7D9; }
a { background-color: rgb(211,199,217); }
div.DivClassName
{
background-color: #D3C7D9;
}
.BgClassName
{
background-color: #D3C7D9;
}
</style>
border-color css
<style>
span { border-color: #D3C7D9; }
span { border-color: rgb(211,199,217); }
td.TdClassName
{
border-color: #D3C7D9;
}
.TagClassName
{
border-color: #D3C7D9;
}
</style>