Shades of Titan White #DBD8DF
Tints of Titan White #DBD8DF
RGB
CMYK
RGB Variations
Color information
#DBD8DF (or 0xDBD8DF) is known color: Titan White. HEX triplet: DB, D8 and DF. RGB value is (219,216,223). Sum of RGB (Red+Green+Blue) = 219+216+223=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8DF is #242720. Grayscale: #D9D9D9. Windows color (decimal): -2369313 or 14670043. OLE color: 14670043.
HSL color Cylindrical-coordinate representation of color #DBD8DF: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD8DF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 216 | 223 | - |
CMYK | 0.02 | 0.03 | 0 | 0.13 |
HSL | 265.71º | 0.1% | 0.86% | - |
HSV(B) | 265.71º | 0.03% | 0.87% | - |
XYZ | 67.09 | 69.5 | 79.69 | - |
YUV | 217.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 223 | 0.02 | 0.03 | 0 | 0.13 | 265.71 | 0.1 | 0.86 |
Hex | DB | D8 | DF | 2 | 3 | 0 | D | 10A | A | 56 |
Octal | 333 | 330 | 337 | 2 | 3 | 0 | 15 | 412 | 12 | 126 |
Binary | 11011011 | 11011000 | 11011111 | 10 | 11 | 0 | 1101 | 100001010 | 1010 | 1010110 |
Color Harmonies of #DBD8DF
Complementary color
Monochromatic Colors of #DBD8DF
Black with #DBD8DF
Text Example
Text Example
White with #DBD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8DF; }
p { color: rgb(219,216,223); }
H1.HeaderClassName
{
color: #DBD8DF;
}
.AnyTagClassName
{
color: #DBD8DF;
}
</style>
background-color css
<style>
a { background-color: #DBD8DF; }
a { background-color: rgb(219,216,223); }
div.DivClassName
{
background-color: #DBD8DF;
}
.BgClassName
{
background-color: #DBD8DF;
}
</style>
border-color css
<style>
span { border-color: #DBD8DF; }
span { border-color: rgb(219,216,223); }
td.TdClassName
{
border-color: #DBD8DF;
}
.TagClassName
{
border-color: #DBD8DF;
}
</style>