Shades of Titan White #DBCBE3
Tints of Titan White #DBCBE3
RGB
CMYK
RGB Variations
Color information
#DBCBE3 (or 0xDBCBE3) is known color: Titan White. HEX triplet: DB, CB and E3. RGB value is (219,203,227). Sum of RGB (Red+Green+Blue) = 219+203+227=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBE3 is #24341C. Grayscale: #D2D2D2. Windows color (decimal): -2372637 or 14928859. OLE color: 14928859.
HSL color Cylindrical-coordinate representation of color #DBCBE3: hue angle of 280º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCBE3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 203 | 227 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.11 |
| HSL | 280º | 0.3% | 0.84% | - |
| HSV(B) | 280º | 0.11% | 0.89% | - |
| XYZ | 64.43 | 63.32 | 81.5 | - |
| YUV | 210.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 227 | 0.04 | 0.11 | 0 | 0.11 | 280 | 0.3 | 0.84 |
| Hex | DB | CB | E3 | 4 | B | 0 | B | 118 | 1E | 54 |
| Octal | 333 | 313 | 343 | 4 | 13 | 0 | 13 | 430 | 36 | 124 |
| Binary | 11011011 | 11001011 | 11100011 | 100 | 1011 | 0 | 1011 | 100011000 | 11110 | 1010100 |
Color Harmonies of #DBCBE3
Complementary color
Monochromatic Colors of #DBCBE3
Black with #DBCBE3
Text Example
Text Example
White with #DBCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBE3; }
p { color: rgb(219,203,227); }
H1.HeaderClassName
{
color: #DBCBE3;
}
.AnyTagClassName
{
color: #DBCBE3;
}
</style>
background-color css
<style>
a { background-color: #DBCBE3; }
a { background-color: rgb(219,203,227); }
div.DivClassName
{
background-color: #DBCBE3;
}
.BgClassName
{
background-color: #DBCBE3;
}
</style>
border-color css
<style>
span { border-color: #DBCBE3; }
span { border-color: rgb(219,203,227); }
td.TdClassName
{
border-color: #DBCBE3;
}
.TagClassName
{
border-color: #DBCBE3;
}
</style>