Shades of Titan White #DBD6DF
Tints of Titan White #DBD6DF
RGB
CMYK
RGB Variations
Color information
#DBD6DF (or 0xDBD6DF) is known color: Titan White. HEX triplet: DB, D6 and DF. RGB value is (219,214,223). Sum of RGB (Red+Green+Blue) = 219+214+223=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DF is #242920. Grayscale: #D8D8D8. Windows color (decimal): -2369825 or 14669531. OLE color: 14669531.
HSL color Cylindrical-coordinate representation of color #DBD6DF: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD6DF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 214 | 223 | - |
CMYK | 0.02 | 0.04 | 0 | 0.13 |
HSL | 273.33º | 0.12% | 0.86% | - |
HSV(B) | 273.33º | 0.04% | 0.87% | - |
XYZ | 66.58 | 68.48 | 79.52 | - |
YUV | 216.52 | 131.66 | 129.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 223 | 0.02 | 0.04 | 0 | 0.13 | 273.33 | 0.12 | 0.86 |
Hex | DB | D6 | DF | 2 | 4 | 0 | D | 111 | C | 56 |
Octal | 333 | 326 | 337 | 2 | 4 | 0 | 15 | 421 | 14 | 126 |
Binary | 11011011 | 11010110 | 11011111 | 10 | 100 | 0 | 1101 | 100010001 | 1100 | 1010110 |
Color Harmonies of #DBD6DF
Complementary color
Monochromatic Colors of #DBD6DF
Black with #DBD6DF
Text Example
Text Example
White with #DBD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6DF; }
p { color: rgb(219,214,223); }
H1.HeaderClassName
{
color: #DBD6DF;
}
.AnyTagClassName
{
color: #DBD6DF;
}
</style>
background-color css
<style>
a { background-color: #DBD6DF; }
a { background-color: rgb(219,214,223); }
div.DivClassName
{
background-color: #DBD6DF;
}
.BgClassName
{
background-color: #DBD6DF;
}
</style>
border-color css
<style>
span { border-color: #DBD6DF; }
span { border-color: rgb(219,214,223); }
td.TdClassName
{
border-color: #DBD6DF;
}
.TagClassName
{
border-color: #DBD6DF;
}
</style>