Shades of Titan White #DBCCE3
Tints of Titan White #DBCCE3
RGB
CMYK
RGB Variations
Color information
#DBCCE3 (or 0xDBCCE3) is known color: Titan White. HEX triplet: DB, CC and E3. RGB value is (219,204,227). Sum of RGB (Red+Green+Blue) = 219+204+227=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCE3 is #24331C. Grayscale: #D3D3D3. Windows color (decimal): -2372381 or 14929115. OLE color: 14929115.
HSL color Cylindrical-coordinate representation of color #DBCCE3: hue angle of 279.13º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCCE3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 204 | 227 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.11 |
| HSL | 279.13º | 0.29% | 0.85% | - |
| HSV(B) | 279.13º | 0.1% | 0.89% | - |
| XYZ | 64.67 | 63.79 | 81.58 | - |
| YUV | 211.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 227 | 0.04 | 0.10 | 0 | 0.11 | 279.13 | 0.29 | 0.85 |
| Hex | DB | CC | E3 | 4 | A | 0 | B | 117 | 1D | 55 |
| Octal | 333 | 314 | 343 | 4 | 12 | 0 | 13 | 427 | 35 | 125 |
| Binary | 11011011 | 11001100 | 11100011 | 100 | 1010 | 0 | 1011 | 100010111 | 11101 | 1010101 |
Color Harmonies of #DBCCE3
Complementary color
Monochromatic Colors of #DBCCE3
Black with #DBCCE3
Text Example
Text Example
White with #DBCCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCE3; }
p { color: rgb(219,204,227); }
H1.HeaderClassName
{
color: #DBCCE3;
}
.AnyTagClassName
{
color: #DBCCE3;
}
</style>
background-color css
<style>
a { background-color: #DBCCE3; }
a { background-color: rgb(219,204,227); }
div.DivClassName
{
background-color: #DBCCE3;
}
.BgClassName
{
background-color: #DBCCE3;
}
</style>
border-color css
<style>
span { border-color: #DBCCE3; }
span { border-color: rgb(219,204,227); }
td.TdClassName
{
border-color: #DBCCE3;
}
.TagClassName
{
border-color: #DBCCE3;
}
</style>