Shades of Titan White #DBC8E3
Tints of Titan White #DBC8E3
RGB
CMYK
RGB Variations
Color information
#DBC8E3 (or 0xDBC8E3) is known color: Titan White. HEX triplet: DB, C8 and E3. RGB value is (219,200,227). Sum of RGB (Red+Green+Blue) = 219+200+227=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8E3 is #24371C. Grayscale: #D0D0D0. Windows color (decimal): -2373405 or 14928091. OLE color: 14928091.
HSL color Cylindrical-coordinate representation of color #DBC8E3: hue angle of 282.22º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC8E3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 200 | 227 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.11 |
| HSL | 282.22º | 0.33% | 0.84% | - |
| HSV(B) | 282.22º | 0.12% | 0.89% | - |
| XYZ | 63.73 | 61.91 | 81.26 | - |
| YUV | 208.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 227 | 0.04 | 0.12 | 0 | 0.11 | 282.22 | 0.33 | 0.84 |
| Hex | DB | C8 | E3 | 4 | C | 0 | B | 11A | 21 | 54 |
| Octal | 333 | 310 | 343 | 4 | 14 | 0 | 13 | 432 | 41 | 124 |
| Binary | 11011011 | 11001000 | 11100011 | 100 | 1100 | 0 | 1011 | 100011010 | 100001 | 1010100 |
Color Harmonies of #DBC8E3
Complementary color
Monochromatic Colors of #DBC8E3
Black with #DBC8E3
Text Example
Text Example
White with #DBC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8E3; }
p { color: rgb(219,200,227); }
H1.HeaderClassName
{
color: #DBC8E3;
}
.AnyTagClassName
{
color: #DBC8E3;
}
</style>
background-color css
<style>
a { background-color: #DBC8E3; }
a { background-color: rgb(219,200,227); }
div.DivClassName
{
background-color: #DBC8E3;
}
.BgClassName
{
background-color: #DBC8E3;
}
</style>
border-color css
<style>
span { border-color: #DBC8E3; }
span { border-color: rgb(219,200,227); }
td.TdClassName
{
border-color: #DBC8E3;
}
.TagClassName
{
border-color: #DBC8E3;
}
</style>