Shades of Titan White #DBCAE0
Tints of Titan White #DBCAE0
RGB
CMYK
RGB Variations
Color information
#DBCAE0 (or 0xDBCAE0) is known color: Titan White. HEX triplet: DB, CA and E0. RGB value is (219,202,224). Sum of RGB (Red+Green+Blue) = 219+202+224=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAE0 is #24351F. Grayscale: #D1D1D1. Windows color (decimal): -2372896 or 14731995. OLE color: 14731995.
HSL color Cylindrical-coordinate representation of color #DBCAE0: hue angle of 286.36º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCAE0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 202 | 224 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.12 |
| HSL | 286.36º | 0.26% | 0.84% | - |
| HSV(B) | 286.36º | 0.1% | 0.88% | - |
| XYZ | 63.79 | 62.68 | 79.26 | - |
| YUV | 209.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 224 | 0.02 | 0.10 | 0 | 0.12 | 286.36 | 0.26 | 0.84 |
| Hex | DB | CA | E0 | 2 | A | 0 | C | 11E | 1A | 54 |
| Octal | 333 | 312 | 340 | 2 | 12 | 0 | 14 | 436 | 32 | 124 |
| Binary | 11011011 | 11001010 | 11100000 | 10 | 1010 | 0 | 1100 | 100011110 | 11010 | 1010100 |
Color Harmonies of #DBCAE0
Complementary color
Monochromatic Colors of #DBCAE0
Black with #DBCAE0
Text Example
Text Example
White with #DBCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAE0; }
p { color: rgb(219,202,224); }
H1.HeaderClassName
{
color: #DBCAE0;
}
.AnyTagClassName
{
color: #DBCAE0;
}
</style>
background-color css
<style>
a { background-color: #DBCAE0; }
a { background-color: rgb(219,202,224); }
div.DivClassName
{
background-color: #DBCAE0;
}
.BgClassName
{
background-color: #DBCAE0;
}
</style>
border-color css
<style>
span { border-color: #DBCAE0; }
span { border-color: rgb(219,202,224); }
td.TdClassName
{
border-color: #DBCAE0;
}
.TagClassName
{
border-color: #DBCAE0;
}
</style>