Shades of Titan White #DBCBE6
Tints of Titan White #DBCBE6
RGB
CMYK
RGB Variations
Color information
#DBCBE6 (or 0xDBCBE6) is known color: Titan White. HEX triplet: DB, CB and E6. RGB value is (219,203,230). Sum of RGB (Red+Green+Blue) = 219+203+230=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBE6 is #243419. Grayscale: #D2D2D2. Windows color (decimal): -2372634 or 15125467. OLE color: 15125467.
HSL color Cylindrical-coordinate representation of color #DBCBE6: hue angle of 275.56º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCBE6 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 203 | 230 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.10 |
| HSL | 275.56º | 0.35% | 0.85% | - |
| HSV(B) | 275.56º | 0.12% | 0.9% | - |
| XYZ | 64.85 | 63.49 | 83.7 | - |
| YUV | 210.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 230 | 0.05 | 0.12 | 0 | 0.10 | 275.56 | 0.35 | 0.85 |
| Hex | DB | CB | E6 | 5 | C | 0 | A | 114 | 23 | 55 |
| Octal | 333 | 313 | 346 | 5 | 14 | 0 | 12 | 424 | 43 | 125 |
| Binary | 11011011 | 11001011 | 11100110 | 101 | 1100 | 0 | 1010 | 100010100 | 100011 | 1010101 |
Color Harmonies of #DBCBE6
Complementary color
Monochromatic Colors of #DBCBE6
Black with #DBCBE6
Text Example
Text Example
White with #DBCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBE6; }
p { color: rgb(219,203,230); }
H1.HeaderClassName
{
color: #DBCBE6;
}
.AnyTagClassName
{
color: #DBCBE6;
}
</style>
background-color css
<style>
a { background-color: #DBCBE6; }
a { background-color: rgb(219,203,230); }
div.DivClassName
{
background-color: #DBCBE6;
}
.BgClassName
{
background-color: #DBCBE6;
}
</style>
border-color css
<style>
span { border-color: #DBCBE6; }
span { border-color: rgb(219,203,230); }
td.TdClassName
{
border-color: #DBCBE6;
}
.TagClassName
{
border-color: #DBCBE6;
}
</style>