Shades of Titan White #DBC1E6
Tints of Titan White #DBC1E6
RGB
CMYK
RGB Variations
Color information
#DBC1E6 (or 0xDBC1E6) is known color: Titan White. HEX triplet: DB, C1 and E6. RGB value is (219,193,230). Sum of RGB (Red+Green+Blue) = 219+193+230=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBC1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC1E6 is #243E19. Grayscale: #CCCCCC. Windows color (decimal): -2375194 or 15122907. OLE color: 15122907.
HSL color Cylindrical-coordinate representation of color #DBC1E6: hue angle of 282.16º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC1E6 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 193 | 230 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.10 |
| HSL | 282.16º | 0.43% | 0.83% | - |
| HSV(B) | 282.16º | 0.16% | 0.9% | - |
| XYZ | 62.57 | 58.91 | 82.94 | - |
| YUV | 204.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 230 | 0.05 | 0.16 | 0 | 0.10 | 282.16 | 0.43 | 0.83 |
| Hex | DB | C1 | E6 | 5 | 10 | 0 | A | 11A | 2B | 53 |
| Octal | 333 | 301 | 346 | 5 | 20 | 0 | 12 | 432 | 53 | 123 |
| Binary | 11011011 | 11000001 | 11100110 | 101 | 10000 | 0 | 1010 | 100011010 | 101011 | 1010011 |
Color Harmonies of #DBC1E6
Complementary color
Monochromatic Colors of #DBC1E6
Black with #DBC1E6
Text Example
Text Example
White with #DBC1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1E6; }
p { color: rgb(219,193,230); }
H1.HeaderClassName
{
color: #DBC1E6;
}
.AnyTagClassName
{
color: #DBC1E6;
}
</style>
background-color css
<style>
a { background-color: #DBC1E6; }
a { background-color: rgb(219,193,230); }
div.DivClassName
{
background-color: #DBC1E6;
}
.BgClassName
{
background-color: #DBC1E6;
}
</style>
border-color css
<style>
span { border-color: #DBC1E6; }
span { border-color: rgb(219,193,230); }
td.TdClassName
{
border-color: #DBC1E6;
}
.TagClassName
{
border-color: #DBC1E6;
}
</style>