Shades of Titan White #DBCBE1
Tints of Titan White #DBCBE1
RGB
CMYK
RGB Variations
Color information
#DBCBE1 (or 0xDBCBE1) is known color: Titan White. HEX triplet: DB, CB and E1. RGB value is (219,203,225). Sum of RGB (Red+Green+Blue) = 219+203+225=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBE1 is #24341E. Grayscale: #D2D2D2. Windows color (decimal): -2372639 or 14797787. OLE color: 14797787.
HSL color Cylindrical-coordinate representation of color #DBCBE1: hue angle of 283.64º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCBE1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 203 | 225 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.12 |
| HSL | 283.64º | 0.27% | 0.84% | - |
| HSV(B) | 283.64º | 0.1% | 0.88% | - |
| XYZ | 64.16 | 63.21 | 80.05 | - |
| YUV | 210.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 225 | 0.03 | 0.10 | 0 | 0.12 | 283.64 | 0.27 | 0.84 |
| Hex | DB | CB | E1 | 3 | A | 0 | C | 11C | 1B | 54 |
| Octal | 333 | 313 | 341 | 3 | 12 | 0 | 14 | 434 | 33 | 124 |
| Binary | 11011011 | 11001011 | 11100001 | 11 | 1010 | 0 | 1100 | 100011100 | 11011 | 1010100 |
Color Harmonies of #DBCBE1
Complementary color
Monochromatic Colors of #DBCBE1
Black with #DBCBE1
Text Example
Text Example
White with #DBCBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBE1; }
p { color: rgb(219,203,225); }
H1.HeaderClassName
{
color: #DBCBE1;
}
.AnyTagClassName
{
color: #DBCBE1;
}
</style>
background-color css
<style>
a { background-color: #DBCBE1; }
a { background-color: rgb(219,203,225); }
div.DivClassName
{
background-color: #DBCBE1;
}
.BgClassName
{
background-color: #DBCBE1;
}
</style>
border-color css
<style>
span { border-color: #DBCBE1; }
span { border-color: rgb(219,203,225); }
td.TdClassName
{
border-color: #DBCBE1;
}
.TagClassName
{
border-color: #DBCBE1;
}
</style>