Shades of Titan White #DBD0DF
Tints of Titan White #DBD0DF
RGB
CMYK
RGB Variations
Color information
#DBD0DF (or 0xDBD0DF) is known color: Titan White. HEX triplet: DB, D0 and DF. RGB value is (219,208,223). Sum of RGB (Red+Green+Blue) = 219+208+223=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0DF is #242F20. Grayscale: #D4D4D4. Windows color (decimal): -2371361 or 14667995. OLE color: 14667995.
HSL color Cylindrical-coordinate representation of color #DBD0DF: hue angle of 284º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD0DF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 208 | 223 | - |
CMYK | 0.02 | 0.07 | 0 | 0.13 |
HSL | 284º | 0.19% | 0.85% | - |
HSV(B) | 284º | 0.07% | 0.87% | - |
XYZ | 65.09 | 65.5 | 79.02 | - |
YUV | 213 | 133.64 | 132.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 223 | 0.02 | 0.07 | 0 | 0.13 | 284 | 0.19 | 0.85 |
Hex | DB | D0 | DF | 2 | 7 | 0 | D | 11C | 13 | 55 |
Octal | 333 | 320 | 337 | 2 | 7 | 0 | 15 | 434 | 23 | 125 |
Binary | 11011011 | 11010000 | 11011111 | 10 | 111 | 0 | 1101 | 100011100 | 10011 | 1010101 |
Color Harmonies of #DBD0DF
Complementary color
Monochromatic Colors of #DBD0DF
Black with #DBD0DF
Text Example
Text Example
White with #DBD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0DF; }
p { color: rgb(219,208,223); }
H1.HeaderClassName
{
color: #DBD0DF;
}
.AnyTagClassName
{
color: #DBD0DF;
}
</style>
background-color css
<style>
a { background-color: #DBD0DF; }
a { background-color: rgb(219,208,223); }
div.DivClassName
{
background-color: #DBD0DF;
}
.BgClassName
{
background-color: #DBD0DF;
}
</style>
border-color css
<style>
span { border-color: #DBD0DF; }
span { border-color: rgb(219,208,223); }
td.TdClassName
{
border-color: #DBD0DF;
}
.TagClassName
{
border-color: #DBD0DF;
}
</style>