Shades of Titan White #D3CBD6
Tints of Titan White #D3CBD6
RGB
CMYK
RGB Variations
Color information
#D3CBD6 (or 0xD3CBD6) is known color: Titan White. HEX triplet: D3, CB and D6. RGB value is (211,203,214). Sum of RGB (Red+Green+Blue) = 211+203+214=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBD6 is #2C3429. Grayscale: #CECECE. Windows color (decimal): -2896938 or 14076883. OLE color: 14076883.
HSL color Cylindrical-coordinate representation of color #D3CBD6: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3CBD6 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 203 | 214 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.16 |
| HSL | 283.64º | 0.12% | 0.82% | - |
| HSV(B) | 283.64º | 0.05% | 0.84% | - |
| XYZ | 60.36 | 61.42 | 72.29 | - |
| YUV | 206.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 214 | 0.01 | 0.05 | 0 | 0.16 | 283.64 | 0.12 | 0.82 |
| Hex | D3 | CB | D6 | 1 | 5 | 0 | 10 | 11C | C | 52 |
| Octal | 323 | 313 | 326 | 1 | 5 | 0 | 20 | 434 | 14 | 122 |
| Binary | 11010011 | 11001011 | 11010110 | 1 | 101 | 0 | 10000 | 100011100 | 1100 | 1010010 |
Color Harmonies of #D3CBD6
Complementary color
Monochromatic Colors of #D3CBD6
Black with #D3CBD6
Text Example
Text Example
White with #D3CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBD6; }
p { color: rgb(211,203,214); }
H1.HeaderClassName
{
color: #D3CBD6;
}
.AnyTagClassName
{
color: #D3CBD6;
}
</style>
background-color css
<style>
a { background-color: #D3CBD6; }
a { background-color: rgb(211,203,214); }
div.DivClassName
{
background-color: #D3CBD6;
}
.BgClassName
{
background-color: #D3CBD6;
}
</style>
border-color css
<style>
span { border-color: #D3CBD6; }
span { border-color: rgb(211,203,214); }
td.TdClassName
{
border-color: #D3CBD6;
}
.TagClassName
{
border-color: #D3CBD6;
}
</style>