Shades of Titan White #DBC8E6
Tints of Titan White #DBC8E6
RGB
CMYK
RGB Variations
Color information
#DBC8E6 (or 0xDBC8E6) is known color: Titan White. HEX triplet: DB, C8 and E6. RGB value is (219,200,230). Sum of RGB (Red+Green+Blue) = 219+200+230=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8E6 is #243719. Grayscale: #D1D1D1. Windows color (decimal): -2373402 or 15124699. OLE color: 15124699.
HSL color Cylindrical-coordinate representation of color #DBC8E6: hue angle of 278º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC8E6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 200 | 230 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.10 |
| HSL | 278º | 0.38% | 0.84% | - |
| HSV(B) | 278º | 0.13% | 0.9% | - |
| XYZ | 64.15 | 62.08 | 83.46 | - |
| YUV | 209.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 230 | 0.05 | 0.13 | 0 | 0.10 | 278 | 0.38 | 0.84 |
| Hex | DB | C8 | E6 | 5 | D | 0 | A | 116 | 26 | 54 |
| Octal | 333 | 310 | 346 | 5 | 15 | 0 | 12 | 426 | 46 | 124 |
| Binary | 11011011 | 11001000 | 11100110 | 101 | 1101 | 0 | 1010 | 100010110 | 100110 | 1010100 |
Color Harmonies of #DBC8E6
Complementary color
Monochromatic Colors of #DBC8E6
Black with #DBC8E6
Text Example
Text Example
White with #DBC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8E6; }
p { color: rgb(219,200,230); }
H1.HeaderClassName
{
color: #DBC8E6;
}
.AnyTagClassName
{
color: #DBC8E6;
}
</style>
background-color css
<style>
a { background-color: #DBC8E6; }
a { background-color: rgb(219,200,230); }
div.DivClassName
{
background-color: #DBC8E6;
}
.BgClassName
{
background-color: #DBC8E6;
}
</style>
border-color css
<style>
span { border-color: #DBC8E6; }
span { border-color: rgb(219,200,230); }
td.TdClassName
{
border-color: #DBC8E6;
}
.TagClassName
{
border-color: #DBC8E6;
}
</style>