Shades of Titan White #DBCAE3
Tints of Titan White #DBCAE3
RGB
CMYK
RGB Variations
Color information
#DBCAE3 (or 0xDBCAE3) is known color: Titan White. HEX triplet: DB, CA and E3. RGB value is (219,202,227). Sum of RGB (Red+Green+Blue) = 219+202+227=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAE3 is #24351C. Grayscale: #D1D1D1. Windows color (decimal): -2372893 or 14928603. OLE color: 14928603.
HSL color Cylindrical-coordinate representation of color #DBCAE3: hue angle of 280.8º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCAE3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 202 | 227 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.11 |
| HSL | 280.8º | 0.31% | 0.84% | - |
| HSV(B) | 280.8º | 0.11% | 0.89% | - |
| XYZ | 64.2 | 62.85 | 81.42 | - |
| YUV | 209.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 227 | 0.04 | 0.11 | 0 | 0.11 | 280.8 | 0.31 | 0.84 |
| Hex | DB | CA | E3 | 4 | B | 0 | B | 119 | 1F | 54 |
| Octal | 333 | 312 | 343 | 4 | 13 | 0 | 13 | 431 | 37 | 124 |
| Binary | 11011011 | 11001010 | 11100011 | 100 | 1011 | 0 | 1011 | 100011001 | 11111 | 1010100 |
Color Harmonies of #DBCAE3
Complementary color
Monochromatic Colors of #DBCAE3
Black with #DBCAE3
Text Example
Text Example
White with #DBCAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAE3; }
p { color: rgb(219,202,227); }
H1.HeaderClassName
{
color: #DBCAE3;
}
.AnyTagClassName
{
color: #DBCAE3;
}
</style>
background-color css
<style>
a { background-color: #DBCAE3; }
a { background-color: rgb(219,202,227); }
div.DivClassName
{
background-color: #DBCAE3;
}
.BgClassName
{
background-color: #DBCAE3;
}
</style>
border-color css
<style>
span { border-color: #DBCAE3; }
span { border-color: rgb(219,202,227); }
td.TdClassName
{
border-color: #DBCAE3;
}
.TagClassName
{
border-color: #DBCAE3;
}
</style>