Shades of Titan White #DBCCDF
Tints of Titan White #DBCCDF
RGB
CMYK
RGB Variations
Color information
#DBCCDF (or 0xDBCCDF) is known color: Titan White. HEX triplet: DB, CC and DF. RGB value is (219,204,223). Sum of RGB (Red+Green+Blue) = 219+204+223=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCDF is #243320. Grayscale: #D2D2D2. Windows color (decimal): -2372385 or 14666971. OLE color: 14666971.
HSL color Cylindrical-coordinate representation of color #DBCCDF: hue angle of 287.37º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBCCDF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 204 | 223 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.13 |
| HSL | 287.37º | 0.23% | 0.84% | - |
| HSV(B) | 287.37º | 0.09% | 0.87% | - |
| XYZ | 64.13 | 63.57 | 78.7 | - |
| YUV | 210.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 223 | 0.02 | 0.09 | 0 | 0.13 | 287.37 | 0.23 | 0.84 |
| Hex | DB | CC | DF | 2 | 9 | 0 | D | 11F | 17 | 54 |
| Octal | 333 | 314 | 337 | 2 | 11 | 0 | 15 | 437 | 27 | 124 |
| Binary | 11011011 | 11001100 | 11011111 | 10 | 1001 | 0 | 1101 | 100011111 | 10111 | 1010100 |
Color Harmonies of #DBCCDF
Complementary color
Monochromatic Colors of #DBCCDF
Black with #DBCCDF
Text Example
Text Example
White with #DBCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCDF; }
p { color: rgb(219,204,223); }
H1.HeaderClassName
{
color: #DBCCDF;
}
.AnyTagClassName
{
color: #DBCCDF;
}
</style>
background-color css
<style>
a { background-color: #DBCCDF; }
a { background-color: rgb(219,204,223); }
div.DivClassName
{
background-color: #DBCCDF;
}
.BgClassName
{
background-color: #DBCCDF;
}
</style>
border-color css
<style>
span { border-color: #DBCCDF; }
span { border-color: rgb(219,204,223); }
td.TdClassName
{
border-color: #DBCCDF;
}
.TagClassName
{
border-color: #DBCCDF;
}
</style>