Shades of Titan White #DBD7DF
Tints of Titan White #DBD7DF
RGB
CMYK
RGB Variations
Color information
#DBD7DF (or 0xDBD7DF) is known color: Titan White. HEX triplet: DB, D7 and DF. RGB value is (219,215,223). Sum of RGB (Red+Green+Blue) = 219+215+223=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7DF is #242820. Grayscale: #D9D9D9. Windows color (decimal): -2369569 or 14669787. OLE color: 14669787.
HSL color Cylindrical-coordinate representation of color #DBD7DF: hue angle of 270º degrees, saturation: 0.11, 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 #DBD7DF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 215 | 223 | - |
CMYK | 0.02 | 0.04 | 0 | 0.13 |
HSL | 270º | 0.11% | 0.86% | - |
HSV(B) | 270º | 0.04% | 0.87% | - |
XYZ | 66.83 | 68.99 | 79.61 | - |
YUV | 217.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 223 | 0.02 | 0.04 | 0 | 0.13 | 270 | 0.11 | 0.86 |
Hex | DB | D7 | DF | 2 | 4 | 0 | D | 10E | B | 56 |
Octal | 333 | 327 | 337 | 2 | 4 | 0 | 15 | 416 | 13 | 126 |
Binary | 11011011 | 11010111 | 11011111 | 10 | 100 | 0 | 1101 | 100001110 | 1011 | 1010110 |
Color Harmonies of #DBD7DF
Complementary color
Monochromatic Colors of #DBD7DF
Black with #DBD7DF
Text Example
Text Example
White with #DBD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7DF; }
p { color: rgb(219,215,223); }
H1.HeaderClassName
{
color: #DBD7DF;
}
.AnyTagClassName
{
color: #DBD7DF;
}
</style>
background-color css
<style>
a { background-color: #DBD7DF; }
a { background-color: rgb(219,215,223); }
div.DivClassName
{
background-color: #DBD7DF;
}
.BgClassName
{
background-color: #DBD7DF;
}
</style>
border-color css
<style>
span { border-color: #DBD7DF; }
span { border-color: rgb(219,215,223); }
td.TdClassName
{
border-color: #DBD7DF;
}
.TagClassName
{
border-color: #DBD7DF;
}
</style>