Shades of Titan White #D3C9D7
Tints of Titan White #D3C9D7
RGB
CMYK
RGB Variations
Color information
#D3C9D7 (or 0xD3C9D7) is known color: Titan White. HEX triplet: D3, C9 and D7. RGB value is (211,201,215). Sum of RGB (Red+Green+Blue) = 211+201+215=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3C9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9D7 is #2C3628. Grayscale: #CDCDCD. Windows color (decimal): -2897449 or 14141907. OLE color: 14141907.
HSL color Cylindrical-coordinate representation of color #D3C9D7: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3C9D7 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 201 | 215 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.16 |
| HSL | 282.86º | 0.15% | 0.82% | - |
| HSV(B) | 282.86º | 0.07% | 0.84% | - |
| XYZ | 60.02 | 60.53 | 72.81 | - |
| YUV | 205.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 215 | 0.02 | 0.07 | 0 | 0.16 | 282.86 | 0.15 | 0.82 |
| Hex | D3 | C9 | D7 | 2 | 7 | 0 | 10 | 11B | F | 52 |
| Octal | 323 | 311 | 327 | 2 | 7 | 0 | 20 | 433 | 17 | 122 |
| Binary | 11010011 | 11001001 | 11010111 | 10 | 111 | 0 | 10000 | 100011011 | 1111 | 1010010 |
Color Harmonies of #D3C9D7
Complementary color
Monochromatic Colors of #D3C9D7
Black with #D3C9D7
Text Example
Text Example
White with #D3C9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9D7; }
p { color: rgb(211,201,215); }
H1.HeaderClassName
{
color: #D3C9D7;
}
.AnyTagClassName
{
color: #D3C9D7;
}
</style>
background-color css
<style>
a { background-color: #D3C9D7; }
a { background-color: rgb(211,201,215); }
div.DivClassName
{
background-color: #D3C9D7;
}
.BgClassName
{
background-color: #D3C9D7;
}
</style>
border-color css
<style>
span { border-color: #D3C9D7; }
span { border-color: rgb(211,201,215); }
td.TdClassName
{
border-color: #D3C9D7;
}
.TagClassName
{
border-color: #D3C9D7;
}
</style>