Shades of Titan White #DBD3DF
Tints of Titan White #DBD3DF
RGB
CMYK
RGB Variations
Color information
#DBD3DF (or 0xDBD3DF) is known color: Titan White. HEX triplet: DB, D3 and DF. RGB value is (219,211,223). Sum of RGB (Red+Green+Blue) = 219+211+223=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3DF is #242C20. Grayscale: #D6D6D6. Windows color (decimal): -2370593 or 14668763. OLE color: 14668763.
HSL color Cylindrical-coordinate representation of color #DBD3DF: hue angle of 280º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD3DF is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 211 | 223 | - |
CMYK | 0.02 | 0.05 | 0 | 0.13 |
HSL | 280º | 0.16% | 0.85% | - |
HSV(B) | 280º | 0.05% | 0.87% | - |
XYZ | 65.83 | 66.98 | 79.27 | - |
YUV | 214.76 | 132.65 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 211 | 223 | 0.02 | 0.05 | 0 | 0.13 | 280 | 0.16 | 0.85 |
Hex | DB | D3 | DF | 2 | 5 | 0 | D | 118 | 10 | 55 |
Octal | 333 | 323 | 337 | 2 | 5 | 0 | 15 | 430 | 20 | 125 |
Binary | 11011011 | 11010011 | 11011111 | 10 | 101 | 0 | 1101 | 100011000 | 10000 | 1010101 |
Color Harmonies of #DBD3DF
Complementary color
Monochromatic Colors of #DBD3DF
Black with #DBD3DF
Text Example
Text Example
White with #DBD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3DF; }
p { color: rgb(219,211,223); }
H1.HeaderClassName
{
color: #DBD3DF;
}
.AnyTagClassName
{
color: #DBD3DF;
}
</style>
background-color css
<style>
a { background-color: #DBD3DF; }
a { background-color: rgb(219,211,223); }
div.DivClassName
{
background-color: #DBD3DF;
}
.BgClassName
{
background-color: #DBD3DF;
}
</style>
border-color css
<style>
span { border-color: #DBD3DF; }
span { border-color: rgb(219,211,223); }
td.TdClassName
{
border-color: #DBD3DF;
}
.TagClassName
{
border-color: #DBD3DF;
}
</style>