Shades of Titan White #D6D1DB
Tints of Titan White #D6D1DB
RGB
CMYK
RGB Variations
Color information
#D6D1DB (or 0xD6D1DB) is known color: Titan White. HEX triplet: D6, D1 and DB. RGB value is (214,209,219). Sum of RGB (Red+Green+Blue) = 214+209+219=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1DB is #292E24. Grayscale: #D3D3D3. Windows color (decimal): -2698789 or 14406102. OLE color: 14406102.
HSL color Cylindrical-coordinate representation of color #D6D1DB: hue angle of 270º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D1DB is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 209 | 219 | - |
CMYK | 0.02 | 0.05 | 0 | 0.14 |
HSL | 270º | 0.12% | 0.84% | - |
HSV(B) | 270º | 0.05% | 0.86% | - |
XYZ | 63.32 | 65.01 | 76.23 | - |
YUV | 211.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 209 | 219 | 0.02 | 0.05 | 0 | 0.14 | 270 | 0.12 | 0.84 |
Hex | D6 | D1 | DB | 2 | 5 | 0 | E | 10E | C | 54 |
Octal | 326 | 321 | 333 | 2 | 5 | 0 | 16 | 416 | 14 | 124 |
Binary | 11010110 | 11010001 | 11011011 | 10 | 101 | 0 | 1110 | 100001110 | 1100 | 1010100 |
Color Harmonies of #D6D1DB
Complementary color
Monochromatic Colors of #D6D1DB
Black with #D6D1DB
Text Example
Text Example
White with #D6D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1DB; }
p { color: rgb(214,209,219); }
H1.HeaderClassName
{
color: #D6D1DB;
}
.AnyTagClassName
{
color: #D6D1DB;
}
</style>
background-color css
<style>
a { background-color: #D6D1DB; }
a { background-color: rgb(214,209,219); }
div.DivClassName
{
background-color: #D6D1DB;
}
.BgClassName
{
background-color: #D6D1DB;
}
</style>
border-color css
<style>
span { border-color: #D6D1DB; }
span { border-color: rgb(214,209,219); }
td.TdClassName
{
border-color: #D6D1DB;
}
.TagClassName
{
border-color: #D6D1DB;
}
</style>