Shades of Titan White #D3CBD9
Tints of Titan White #D3CBD9
RGB
CMYK
RGB Variations
Color information
#D3CBD9 (or 0xD3CBD9) is known color: Titan White. HEX triplet: D3, CB and D9. RGB value is (211,203,217). Sum of RGB (Red+Green+Blue) = 211+203+217=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBD9 is #2C3426. Grayscale: #CECECE. Windows color (decimal): -2896935 or 14273491. OLE color: 14273491.
HSL color Cylindrical-coordinate representation of color #D3CBD9: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3CBD9 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 203 | 217 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.15 |
| HSL | 274.29º | 0.16% | 0.82% | - |
| HSV(B) | 274.29º | 0.06% | 0.85% | - |
| XYZ | 60.74 | 61.57 | 74.33 | - |
| YUV | 206.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 217 | 0.03 | 0.06 | 0 | 0.15 | 274.29 | 0.16 | 0.82 |
| Hex | D3 | CB | D9 | 3 | 6 | 0 | F | 112 | 10 | 52 |
| Octal | 323 | 313 | 331 | 3 | 6 | 0 | 17 | 422 | 20 | 122 |
| Binary | 11010011 | 11001011 | 11011001 | 11 | 110 | 0 | 1111 | 100010010 | 10000 | 1010010 |
Color Harmonies of #D3CBD9
Complementary color
Monochromatic Colors of #D3CBD9
Black with #D3CBD9
Text Example
Text Example
White with #D3CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBD9; }
p { color: rgb(211,203,217); }
H1.HeaderClassName
{
color: #D3CBD9;
}
.AnyTagClassName
{
color: #D3CBD9;
}
</style>
background-color css
<style>
a { background-color: #D3CBD9; }
a { background-color: rgb(211,203,217); }
div.DivClassName
{
background-color: #D3CBD9;
}
.BgClassName
{
background-color: #D3CBD9;
}
</style>
border-color css
<style>
span { border-color: #D3CBD9; }
span { border-color: rgb(211,203,217); }
td.TdClassName
{
border-color: #D3CBD9;
}
.TagClassName
{
border-color: #D3CBD9;
}
</style>