Shades of Titan White #DBC4E6
Tints of Titan White #DBC4E6
RGB
CMYK
RGB Variations
Color information
#DBC4E6 (or 0xDBC4E6) is known color: Titan White. HEX triplet: DB, C4 and E6. RGB value is (219,196,230). Sum of RGB (Red+Green+Blue) = 219+196+230=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC4E6 is #243B19. Grayscale: #CECECE. Windows color (decimal): -2374426 or 15123675. OLE color: 15123675.
HSL color Cylindrical-coordinate representation of color #DBC4E6: hue angle of 280.59º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC4E6 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 196 | 230 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.10 |
| HSL | 280.59º | 0.4% | 0.84% | - |
| HSV(B) | 280.59º | 0.15% | 0.9% | - |
| XYZ | 63.24 | 60.25 | 83.16 | - |
| YUV | 206.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 230 | 0.05 | 0.15 | 0 | 0.10 | 280.59 | 0.4 | 0.84 |
| Hex | DB | C4 | E6 | 5 | F | 0 | A | 119 | 28 | 54 |
| Octal | 333 | 304 | 346 | 5 | 17 | 0 | 12 | 431 | 50 | 124 |
| Binary | 11011011 | 11000100 | 11100110 | 101 | 1111 | 0 | 1010 | 100011001 | 101000 | 1010100 |
Color Harmonies of #DBC4E6
Complementary color
Monochromatic Colors of #DBC4E6
Black with #DBC4E6
Text Example
Text Example
White with #DBC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4E6; }
p { color: rgb(219,196,230); }
H1.HeaderClassName
{
color: #DBC4E6;
}
.AnyTagClassName
{
color: #DBC4E6;
}
</style>
background-color css
<style>
a { background-color: #DBC4E6; }
a { background-color: rgb(219,196,230); }
div.DivClassName
{
background-color: #DBC4E6;
}
.BgClassName
{
background-color: #DBC4E6;
}
</style>
border-color css
<style>
span { border-color: #DBC4E6; }
span { border-color: rgb(219,196,230); }
td.TdClassName
{
border-color: #DBC4E6;
}
.TagClassName
{
border-color: #DBC4E6;
}
</style>