Shades of Titan White #DBC0E6
Tints of Titan White #DBC0E6
RGB
CMYK
RGB Variations
Color information
#DBC0E6 (or 0xDBC0E6) is known color: Titan White. HEX triplet: DB, C0 and E6. RGB value is (219,192,230). Sum of RGB (Red+Green+Blue) = 219+192+230=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0E6 is #243F19. Grayscale: #CCCCCC. Windows color (decimal): -2375450 or 15122651. OLE color: 15122651.
HSL color Cylindrical-coordinate representation of color #DBC0E6: hue angle of 282.63º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC0E6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 192 | 230 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.10 |
| HSL | 282.63º | 0.43% | 0.83% | - |
| HSV(B) | 282.63º | 0.17% | 0.9% | - |
| XYZ | 62.35 | 58.47 | 82.86 | - |
| YUV | 204.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 230 | 0.05 | 0.17 | 0 | 0.10 | 282.63 | 0.43 | 0.83 |
| Hex | DB | C0 | E6 | 5 | 11 | 0 | A | 11B | 2B | 53 |
| Octal | 333 | 300 | 346 | 5 | 21 | 0 | 12 | 433 | 53 | 123 |
| Binary | 11011011 | 11000000 | 11100110 | 101 | 10001 | 0 | 1010 | 100011011 | 101011 | 1010011 |
Color Harmonies of #DBC0E6
Complementary color
Monochromatic Colors of #DBC0E6
Black with #DBC0E6
Text Example
Text Example
White with #DBC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0E6; }
p { color: rgb(219,192,230); }
H1.HeaderClassName
{
color: #DBC0E6;
}
.AnyTagClassName
{
color: #DBC0E6;
}
</style>
background-color css
<style>
a { background-color: #DBC0E6; }
a { background-color: rgb(219,192,230); }
div.DivClassName
{
background-color: #DBC0E6;
}
.BgClassName
{
background-color: #DBC0E6;
}
</style>
border-color css
<style>
span { border-color: #DBC0E6; }
span { border-color: rgb(219,192,230); }
td.TdClassName
{
border-color: #DBC0E6;
}
.TagClassName
{
border-color: #DBC0E6;
}
</style>