Shades of Titan White #DBCCE1
Tints of Titan White #DBCCE1
RGB
CMYK
RGB Variations
Color information
#DBCCE1 (or 0xDBCCE1) is known color: Titan White. HEX triplet: DB, CC and E1. RGB value is (219,204,225). Sum of RGB (Red+Green+Blue) = 219+204+225=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCE1 is #24331E. Grayscale: #D2D2D2. Windows color (decimal): -2372383 or 14798043. OLE color: 14798043.
HSL color Cylindrical-coordinate representation of color #DBCCE1: hue angle of 282.86º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBCCE1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 204 | 225 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.12 |
| HSL | 282.86º | 0.26% | 0.84% | - |
| HSV(B) | 282.86º | 0.09% | 0.88% | - |
| XYZ | 64.4 | 63.68 | 80.13 | - |
| YUV | 210.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 225 | 0.03 | 0.09 | 0 | 0.12 | 282.86 | 0.26 | 0.84 |
| Hex | DB | CC | E1 | 3 | 9 | 0 | C | 11B | 1A | 54 |
| Octal | 333 | 314 | 341 | 3 | 11 | 0 | 14 | 433 | 32 | 124 |
| Binary | 11011011 | 11001100 | 11100001 | 11 | 1001 | 0 | 1100 | 100011011 | 11010 | 1010100 |
Color Harmonies of #DBCCE1
Complementary color
Monochromatic Colors of #DBCCE1
Black with #DBCCE1
Text Example
Text Example
White with #DBCCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCE1; }
p { color: rgb(219,204,225); }
H1.HeaderClassName
{
color: #DBCCE1;
}
.AnyTagClassName
{
color: #DBCCE1;
}
</style>
background-color css
<style>
a { background-color: #DBCCE1; }
a { background-color: rgb(219,204,225); }
div.DivClassName
{
background-color: #DBCCE1;
}
.BgClassName
{
background-color: #DBCCE1;
}
</style>
border-color css
<style>
span { border-color: #DBCCE1; }
span { border-color: rgb(219,204,225); }
td.TdClassName
{
border-color: #DBCCE1;
}
.TagClassName
{
border-color: #DBCCE1;
}
</style>