Shades of Titan White #DBCEDF
Tints of Titan White #DBCEDF
RGB
CMYK
RGB Variations
Color information
#DBCEDF (or 0xDBCEDF) is known color: Titan White. HEX triplet: DB, CE and DF. RGB value is (219,206,223). Sum of RGB (Red+Green+Blue) = 219+206+223=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDF is #243120. Grayscale: #D3D3D3. Windows color (decimal): -2371873 or 14667483. OLE color: 14667483.
HSL color Cylindrical-coordinate representation of color #DBCEDF: hue angle of 285.88º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCEDF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 206 | 223 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.13 |
| HSL | 285.88º | 0.21% | 0.84% | - |
| HSV(B) | 285.88º | 0.08% | 0.87% | - |
| XYZ | 64.6 | 64.53 | 78.86 | - |
| YUV | 211.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 223 | 0.02 | 0.08 | 0 | 0.13 | 285.88 | 0.21 | 0.84 |
| Hex | DB | CE | DF | 2 | 8 | 0 | D | 11E | 15 | 54 |
| Octal | 333 | 316 | 337 | 2 | 10 | 0 | 15 | 436 | 25 | 124 |
| Binary | 11011011 | 11001110 | 11011111 | 10 | 1000 | 0 | 1101 | 100011110 | 10101 | 1010100 |
Color Harmonies of #DBCEDF
Complementary color
Monochromatic Colors of #DBCEDF
Black with #DBCEDF
Text Example
Text Example
White with #DBCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEDF; }
p { color: rgb(219,206,223); }
H1.HeaderClassName
{
color: #DBCEDF;
}
.AnyTagClassName
{
color: #DBCEDF;
}
</style>
background-color css
<style>
a { background-color: #DBCEDF; }
a { background-color: rgb(219,206,223); }
div.DivClassName
{
background-color: #DBCEDF;
}
.BgClassName
{
background-color: #DBCEDF;
}
</style>
border-color css
<style>
span { border-color: #DBCEDF; }
span { border-color: rgb(219,206,223); }
td.TdClassName
{
border-color: #DBCEDF;
}
.TagClassName
{
border-color: #DBCEDF;
}
</style>