Shades of Titan White #DBC6E5
Tints of Titan White #DBC6E5
RGB
CMYK
RGB Variations
Color information
#DBC6E5 (or 0xDBC6E5) is known color: Titan White. HEX triplet: DB, C6 and E5. RGB value is (219,198,229). Sum of RGB (Red+Green+Blue) = 219+198+229=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBC6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6E5 is #24391A. Grayscale: #CFCFCF. Windows color (decimal): -2373915 or 15058651. OLE color: 15058651.
HSL color Cylindrical-coordinate representation of color #DBC6E5: hue angle of 280.65º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBC6E5 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 198 | 229 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.10 |
| HSL | 280.65º | 0.37% | 0.84% | - |
| HSV(B) | 280.65º | 0.14% | 0.9% | - |
| XYZ | 63.55 | 61.11 | 82.57 | - |
| YUV | 207.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 229 | 0.04 | 0.14 | 0 | 0.10 | 280.65 | 0.37 | 0.84 |
| Hex | DB | C6 | E5 | 4 | E | 0 | A | 119 | 25 | 54 |
| Octal | 333 | 306 | 345 | 4 | 16 | 0 | 12 | 431 | 45 | 124 |
| Binary | 11011011 | 11000110 | 11100101 | 100 | 1110 | 0 | 1010 | 100011001 | 100101 | 1010100 |
Color Harmonies of #DBC6E5
Complementary color
Monochromatic Colors of #DBC6E5
Black with #DBC6E5
Text Example
Text Example
White with #DBC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6E5; }
p { color: rgb(219,198,229); }
H1.HeaderClassName
{
color: #DBC6E5;
}
.AnyTagClassName
{
color: #DBC6E5;
}
</style>
background-color css
<style>
a { background-color: #DBC6E5; }
a { background-color: rgb(219,198,229); }
div.DivClassName
{
background-color: #DBC6E5;
}
.BgClassName
{
background-color: #DBC6E5;
}
</style>
border-color css
<style>
span { border-color: #DBC6E5; }
span { border-color: rgb(219,198,229); }
td.TdClassName
{
border-color: #DBC6E5;
}
.TagClassName
{
border-color: #DBC6E5;
}
</style>