Shades of Titan White #D6C8DB
Tints of Titan White #D6C8DB
RGB
CMYK
RGB Variations
Color information
#D6C8DB (or 0xD6C8DB) is known color: Titan White. HEX triplet: D6, C8 and DB. RGB value is (214,200,219). Sum of RGB (Red+Green+Blue) = 214+200+219=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8DB is #293724. Grayscale: #CECECE. Windows color (decimal): -2701093 or 14403798. OLE color: 14403798.
HSL color Cylindrical-coordinate representation of color #D6C8DB: hue angle of 284.21º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6C8DB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 200 | 219 | - |
CMYK | 0.02 | 0.09 | 0 | 0.14 |
HSL | 284.21º | 0.21% | 0.82% | - |
HSV(B) | 284.21º | 0.09% | 0.86% | - |
XYZ | 61.17 | 60.72 | 75.51 | - |
YUV | 206.35 | 135.14 | 133.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 200 | 219 | 0.02 | 0.09 | 0 | 0.14 | 284.21 | 0.21 | 0.82 |
Hex | D6 | C8 | DB | 2 | 9 | 0 | E | 11C | 15 | 52 |
Octal | 326 | 310 | 333 | 2 | 11 | 0 | 16 | 434 | 25 | 122 |
Binary | 11010110 | 11001000 | 11011011 | 10 | 1001 | 0 | 1110 | 100011100 | 10101 | 1010010 |
Color Harmonies of #D6C8DB
Complementary color
Monochromatic Colors of #D6C8DB
Black with #D6C8DB
Text Example
Text Example
White with #D6C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8DB; }
p { color: rgb(214,200,219); }
H1.HeaderClassName
{
color: #D6C8DB;
}
.AnyTagClassName
{
color: #D6C8DB;
}
</style>
background-color css
<style>
a { background-color: #D6C8DB; }
a { background-color: rgb(214,200,219); }
div.DivClassName
{
background-color: #D6C8DB;
}
.BgClassName
{
background-color: #D6C8DB;
}
</style>
border-color css
<style>
span { border-color: #D6C8DB; }
span { border-color: rgb(214,200,219); }
td.TdClassName
{
border-color: #D6C8DB;
}
.TagClassName
{
border-color: #D6C8DB;
}
</style>