Shades of Titan White #DBD4DF
Tints of Titan White #DBD4DF
RGB
CMYK
RGB Variations
Color information
#DBD4DF (or 0xDBD4DF) is known color: Titan White. HEX triplet: DB, D4 and DF. RGB value is (219,212,223). Sum of RGB (Red+Green+Blue) = 219+212+223=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4DF is #242B20. Grayscale: #D7D7D7. Windows color (decimal): -2370337 or 14669019. OLE color: 14669019.
HSL color Cylindrical-coordinate representation of color #DBD4DF: hue angle of 278.18º degrees, saturation: 0.15, 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 #DBD4DF is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 212 | 223 | - |
CMYK | 0.02 | 0.05 | 0 | 0.13 |
HSL | 278.18º | 0.15% | 0.85% | - |
HSV(B) | 278.18º | 0.05% | 0.87% | - |
XYZ | 66.08 | 67.47 | 79.35 | - |
YUV | 215.35 | 132.32 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 223 | 0.02 | 0.05 | 0 | 0.13 | 278.18 | 0.15 | 0.85 |
Hex | DB | D4 | DF | 2 | 5 | 0 | D | 116 | F | 55 |
Octal | 333 | 324 | 337 | 2 | 5 | 0 | 15 | 426 | 17 | 125 |
Binary | 11011011 | 11010100 | 11011111 | 10 | 101 | 0 | 1101 | 100010110 | 1111 | 1010101 |
Color Harmonies of #DBD4DF
Complementary color
Monochromatic Colors of #DBD4DF
Black with #DBD4DF
Text Example
Text Example
White with #DBD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4DF; }
p { color: rgb(219,212,223); }
H1.HeaderClassName
{
color: #DBD4DF;
}
.AnyTagClassName
{
color: #DBD4DF;
}
</style>
background-color css
<style>
a { background-color: #DBD4DF; }
a { background-color: rgb(219,212,223); }
div.DivClassName
{
background-color: #DBD4DF;
}
.BgClassName
{
background-color: #DBD4DF;
}
</style>
border-color css
<style>
span { border-color: #DBD4DF; }
span { border-color: rgb(219,212,223); }
td.TdClassName
{
border-color: #DBD4DF;
}
.TagClassName
{
border-color: #DBD4DF;
}
</style>