Shades of Titan White #D7CBDB
Tints of Titan White #D7CBDB
RGB
CMYK
RGB Variations
Color information
#D7CBDB (or 0xD7CBDB) is known color: Titan White. HEX triplet: D7, CB and DB. RGB value is (215,203,219). Sum of RGB (Red+Green+Blue) = 215+203+219=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBDB is #283424. Grayscale: #D0D0D0. Windows color (decimal): -2634789 or 14404567. OLE color: 14404567.
HSL color Cylindrical-coordinate representation of color #D7CBDB: hue angle of 285º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CBDB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 203 | 219 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.14 |
| HSL | 285º | 0.18% | 0.83% | - |
| HSV(B) | 285º | 0.07% | 0.86% | - |
| XYZ | 62.17 | 62.27 | 75.76 | - |
| YUV | 208.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 219 | 0.02 | 0.07 | 0 | 0.14 | 285 | 0.18 | 0.83 |
| Hex | D7 | CB | DB | 2 | 7 | 0 | E | 11D | 12 | 53 |
| Octal | 327 | 313 | 333 | 2 | 7 | 0 | 16 | 435 | 22 | 123 |
| Binary | 11010111 | 11001011 | 11011011 | 10 | 111 | 0 | 1110 | 100011101 | 10010 | 1010011 |
Color Harmonies of #D7CBDB
Complementary color
Monochromatic Colors of #D7CBDB
Black with #D7CBDB
Text Example
Text Example
White with #D7CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBDB; }
p { color: rgb(215,203,219); }
H1.HeaderClassName
{
color: #D7CBDB;
}
.AnyTagClassName
{
color: #D7CBDB;
}
</style>
background-color css
<style>
a { background-color: #D7CBDB; }
a { background-color: rgb(215,203,219); }
div.DivClassName
{
background-color: #D7CBDB;
}
.BgClassName
{
background-color: #D7CBDB;
}
</style>
border-color css
<style>
span { border-color: #D7CBDB; }
span { border-color: rgb(215,203,219); }
td.TdClassName
{
border-color: #D7CBDB;
}
.TagClassName
{
border-color: #D7CBDB;
}
</style>