Shades of Titan White #D1CBD5
Tints of Titan White #D1CBD5
RGB
CMYK
RGB Variations
Color information
#D1CBD5 (or 0xD1CBD5) is known color: Titan White. HEX triplet: D1, CB and D5. RGB value is (209,203,213). Sum of RGB (Red+Green+Blue) = 209+203+213=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBD5 is #2E342A. Grayscale: #CDCDCD. Windows color (decimal): -3028011 or 14011345. OLE color: 14011345.
HSL color Cylindrical-coordinate representation of color #D1CBD5: hue angle of 276º degrees, saturation: 0.11, 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 #D1CBD5 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 203 | 213 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.16 |
| HSL | 276º | 0.11% | 0.82% | - |
| HSV(B) | 276º | 0.05% | 0.84% | - |
| XYZ | 59.66 | 61.07 | 71.59 | - |
| YUV | 205.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 213 | 0.02 | 0.05 | 0 | 0.16 | 276 | 0.11 | 0.82 |
| Hex | D1 | CB | D5 | 2 | 5 | 0 | 10 | 114 | B | 52 |
| Octal | 321 | 313 | 325 | 2 | 5 | 0 | 20 | 424 | 13 | 122 |
| Binary | 11010001 | 11001011 | 11010101 | 10 | 101 | 0 | 10000 | 100010100 | 1011 | 1010010 |
Color Harmonies of #D1CBD5
Complementary color
Monochromatic Colors of #D1CBD5
Black with #D1CBD5
Text Example
Text Example
White with #D1CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBD5; }
p { color: rgb(209,203,213); }
H1.HeaderClassName
{
color: #D1CBD5;
}
.AnyTagClassName
{
color: #D1CBD5;
}
</style>
background-color css
<style>
a { background-color: #D1CBD5; }
a { background-color: rgb(209,203,213); }
div.DivClassName
{
background-color: #D1CBD5;
}
.BgClassName
{
background-color: #D1CBD5;
}
</style>
border-color css
<style>
span { border-color: #D1CBD5; }
span { border-color: rgb(209,203,213); }
td.TdClassName
{
border-color: #D1CBD5;
}
.TagClassName
{
border-color: #D1CBD5;
}
</style>