Shades of Titan White #DBCCE6
Tints of Titan White #DBCCE6
RGB
CMYK
RGB Variations
Color information
#DBCCE6 (or 0xDBCCE6) is known color: Titan White. HEX triplet: DB, CC and E6. RGB value is (219,204,230). Sum of RGB (Red+Green+Blue) = 219+204+230=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCE6 is #243319. Grayscale: #D3D3D3. Windows color (decimal): -2372378 or 15125723. OLE color: 15125723.
HSL color Cylindrical-coordinate representation of color #DBCCE6: hue angle of 274.62º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCCE6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 204 | 230 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.10 |
| HSL | 274.62º | 0.34% | 0.85% | - |
| HSV(B) | 274.62º | 0.11% | 0.9% | - |
| XYZ | 65.09 | 63.96 | 83.78 | - |
| YUV | 211.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 230 | 0.05 | 0.11 | 0 | 0.10 | 274.62 | 0.34 | 0.85 |
| Hex | DB | CC | E6 | 5 | B | 0 | A | 113 | 22 | 55 |
| Octal | 333 | 314 | 346 | 5 | 13 | 0 | 12 | 423 | 42 | 125 |
| Binary | 11011011 | 11001100 | 11100110 | 101 | 1011 | 0 | 1010 | 100010011 | 100010 | 1010101 |
Color Harmonies of #DBCCE6
Complementary color
Monochromatic Colors of #DBCCE6
Black with #DBCCE6
Text Example
Text Example
White with #DBCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCE6; }
p { color: rgb(219,204,230); }
H1.HeaderClassName
{
color: #DBCCE6;
}
.AnyTagClassName
{
color: #DBCCE6;
}
</style>
background-color css
<style>
a { background-color: #DBCCE6; }
a { background-color: rgb(219,204,230); }
div.DivClassName
{
background-color: #DBCCE6;
}
.BgClassName
{
background-color: #DBCCE6;
}
</style>
border-color css
<style>
span { border-color: #DBCCE6; }
span { border-color: rgb(219,204,230); }
td.TdClassName
{
border-color: #DBCCE6;
}
.TagClassName
{
border-color: #DBCCE6;
}
</style>