Shades of Titan White #D2CBD5
Tints of Titan White #D2CBD5
RGB
CMYK
RGB Variations
Color information
#D2CBD5 (or 0xD2CBD5) is known color: Titan White. HEX triplet: D2, CB and D5. RGB value is (210,203,213). Sum of RGB (Red+Green+Blue) = 210+203+213=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBD5 is #2D342A. Grayscale: #CECECE. Windows color (decimal): -2962475 or 14011346. OLE color: 14011346.
HSL color Cylindrical-coordinate representation of color #D2CBD5: hue angle of 282º 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 #D2CBD5 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 203 | 213 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.16 |
| HSL | 282º | 0.11% | 0.82% | - |
| HSV(B) | 282º | 0.05% | 0.84% | - |
| XYZ | 59.94 | 61.22 | 71.61 | - |
| YUV | 206.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 213 | 0.01 | 0.05 | 0 | 0.16 | 282 | 0.11 | 0.82 |
| Hex | D2 | CB | D5 | 1 | 5 | 0 | 10 | 11A | B | 52 |
| Octal | 322 | 313 | 325 | 1 | 5 | 0 | 20 | 432 | 13 | 122 |
| Binary | 11010010 | 11001011 | 11010101 | 1 | 101 | 0 | 10000 | 100011010 | 1011 | 1010010 |
Color Harmonies of #D2CBD5
Complementary color
Monochromatic Colors of #D2CBD5
Black with #D2CBD5
Text Example
Text Example
White with #D2CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBD5; }
p { color: rgb(210,203,213); }
H1.HeaderClassName
{
color: #D2CBD5;
}
.AnyTagClassName
{
color: #D2CBD5;
}
</style>
background-color css
<style>
a { background-color: #D2CBD5; }
a { background-color: rgb(210,203,213); }
div.DivClassName
{
background-color: #D2CBD5;
}
.BgClassName
{
background-color: #D2CBD5;
}
</style>
border-color css
<style>
span { border-color: #D2CBD5; }
span { border-color: rgb(210,203,213); }
td.TdClassName
{
border-color: #D2CBD5;
}
.TagClassName
{
border-color: #D2CBD5;
}
</style>