Shades of Titan White #DBCAE7
Tints of Titan White #DBCAE7
RGB
CMYK
RGB Variations
Color information
#DBCAE7 (or 0xDBCAE7) is known color: Titan White. HEX triplet: DB, CA and E7. RGB value is (219,202,231). Sum of RGB (Red+Green+Blue) = 219+202+231=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBCAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAE7 is #243518. Grayscale: #D2D2D2. Windows color (decimal): -2372889 or 15190747. OLE color: 15190747.
HSL color Cylindrical-coordinate representation of color #DBCAE7: hue angle of 275.17º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCAE7 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 202 | 231 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.09 |
| HSL | 275.17º | 0.38% | 0.85% | - |
| HSV(B) | 275.17º | 0.13% | 0.91% | - |
| XYZ | 64.76 | 63.07 | 84.36 | - |
| YUV | 210.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 231 | 0.05 | 0.13 | 0 | 0.09 | 275.17 | 0.38 | 0.85 |
| Hex | DB | CA | E7 | 5 | D | 0 | 9 | 113 | 26 | 55 |
| Octal | 333 | 312 | 347 | 5 | 15 | 0 | 11 | 423 | 46 | 125 |
| Binary | 11011011 | 11001010 | 11100111 | 101 | 1101 | 0 | 1001 | 100010011 | 100110 | 1010101 |
Color Harmonies of #DBCAE7
Complementary color
Monochromatic Colors of #DBCAE7
Black with #DBCAE7
Text Example
Text Example
White with #DBCAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAE7; }
p { color: rgb(219,202,231); }
H1.HeaderClassName
{
color: #DBCAE7;
}
.AnyTagClassName
{
color: #DBCAE7;
}
</style>
background-color css
<style>
a { background-color: #DBCAE7; }
a { background-color: rgb(219,202,231); }
div.DivClassName
{
background-color: #DBCAE7;
}
.BgClassName
{
background-color: #DBCAE7;
}
</style>
border-color css
<style>
span { border-color: #DBCAE7; }
span { border-color: rgb(219,202,231); }
td.TdClassName
{
border-color: #DBCAE7;
}
.TagClassName
{
border-color: #DBCAE7;
}
</style>