Shades of Titan White #DBD5E1
Tints of Titan White #DBD5E1
RGB
CMYK
RGB Variations
Color information
#DBD5E1 (or 0xDBD5E1) is known color: Titan White. HEX triplet: DB, D5 and E1. RGB value is (219,213,225). Sum of RGB (Red+Green+Blue) = 219+213+225=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBD5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5E1 is #242A1E. Grayscale: #D8D8D8. Windows color (decimal): -2370079 or 14800347. OLE color: 14800347.
HSL color Cylindrical-coordinate representation of color #DBD5E1: hue angle of 270º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD5E1 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 213 | 225 | - |
CMYK | 0.03 | 0.05 | 0 | 0.12 |
HSL | 270º | 0.17% | 0.86% | - |
HSV(B) | 270º | 0.05% | 0.88% | - |
XYZ | 66.6 | 68.08 | 80.87 | - |
YUV | 216.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 225 | 0.03 | 0.05 | 0 | 0.12 | 270 | 0.17 | 0.86 |
Hex | DB | D5 | E1 | 3 | 5 | 0 | C | 10E | 11 | 56 |
Octal | 333 | 325 | 341 | 3 | 5 | 0 | 14 | 416 | 21 | 126 |
Binary | 11011011 | 11010101 | 11100001 | 11 | 101 | 0 | 1100 | 100001110 | 10001 | 1010110 |
Color Harmonies of #DBD5E1
Complementary color
Monochromatic Colors of #DBD5E1
Black with #DBD5E1
Text Example
Text Example
White with #DBD5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5E1; }
p { color: rgb(219,213,225); }
H1.HeaderClassName
{
color: #DBD5E1;
}
.AnyTagClassName
{
color: #DBD5E1;
}
</style>
background-color css
<style>
a { background-color: #DBD5E1; }
a { background-color: rgb(219,213,225); }
div.DivClassName
{
background-color: #DBD5E1;
}
.BgClassName
{
background-color: #DBD5E1;
}
</style>
border-color css
<style>
span { border-color: #DBD5E1; }
span { border-color: rgb(219,213,225); }
td.TdClassName
{
border-color: #DBD5E1;
}
.TagClassName
{
border-color: #DBD5E1;
}
</style>