Shades of Titan White #DBCEE6
Tints of Titan White #DBCEE6
RGB
CMYK
RGB Variations
Color information
#DBCEE6 (or 0xDBCEE6) is known color: Titan White. HEX triplet: DB, CE and E6. RGB value is (219,206,230). Sum of RGB (Red+Green+Blue) = 219+206+230=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEE6 is #243119. Grayscale: #D4D4D4. Windows color (decimal): -2371866 or 15126235. OLE color: 15126235.
HSL color Cylindrical-coordinate representation of color #DBCEE6: hue angle of 272.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCEE6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 206 | 230 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.10 |
| HSL | 272.5º | 0.32% | 0.85% | - |
| HSV(B) | 272.5º | 0.1% | 0.9% | - |
| XYZ | 65.57 | 64.92 | 83.94 | - |
| YUV | 212.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 230 | 0.05 | 0.10 | 0 | 0.10 | 272.5 | 0.32 | 0.85 |
| Hex | DB | CE | E6 | 5 | A | 0 | A | 110 | 20 | 55 |
| Octal | 333 | 316 | 346 | 5 | 12 | 0 | 12 | 420 | 40 | 125 |
| Binary | 11011011 | 11001110 | 11100110 | 101 | 1010 | 0 | 1010 | 100010000 | 100000 | 1010101 |
Color Harmonies of #DBCEE6
Complementary color
Monochromatic Colors of #DBCEE6
Black with #DBCEE6
Text Example
Text Example
White with #DBCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEE6; }
p { color: rgb(219,206,230); }
H1.HeaderClassName
{
color: #DBCEE6;
}
.AnyTagClassName
{
color: #DBCEE6;
}
</style>
background-color css
<style>
a { background-color: #DBCEE6; }
a { background-color: rgb(219,206,230); }
div.DivClassName
{
background-color: #DBCEE6;
}
.BgClassName
{
background-color: #DBCEE6;
}
</style>
border-color css
<style>
span { border-color: #DBCEE6; }
span { border-color: rgb(219,206,230); }
td.TdClassName
{
border-color: #DBCEE6;
}
.TagClassName
{
border-color: #DBCEE6;
}
</style>