Shades of Titan White #DBCAE2
Tints of Titan White #DBCAE2
RGB
CMYK
RGB Variations
Color information
#DBCAE2 (or 0xDBCAE2) is known color: Titan White. HEX triplet: DB, CA and E2. RGB value is (219,202,226). Sum of RGB (Red+Green+Blue) = 219+202+226=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAE2 is #24351D. Grayscale: #D1D1D1. Windows color (decimal): -2372894 or 14863067. OLE color: 14863067.
HSL color Cylindrical-coordinate representation of color #DBCAE2: hue angle of 282.5º degrees, saturation: 0.29, 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 #DBCAE2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 202 | 226 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.11 |
| HSL | 282.5º | 0.29% | 0.84% | - |
| HSV(B) | 282.5º | 0.11% | 0.89% | - |
| XYZ | 64.06 | 62.79 | 80.7 | - |
| YUV | 209.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 226 | 0.03 | 0.11 | 0 | 0.11 | 282.5 | 0.29 | 0.84 |
| Hex | DB | CA | E2 | 3 | B | 0 | B | 11A | 1D | 54 |
| Octal | 333 | 312 | 342 | 3 | 13 | 0 | 13 | 432 | 35 | 124 |
| Binary | 11011011 | 11001010 | 11100010 | 11 | 1011 | 0 | 1011 | 100011010 | 11101 | 1010100 |
Color Harmonies of #DBCAE2
Complementary color
Monochromatic Colors of #DBCAE2
Black with #DBCAE2
Text Example
Text Example
White with #DBCAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAE2; }
p { color: rgb(219,202,226); }
H1.HeaderClassName
{
color: #DBCAE2;
}
.AnyTagClassName
{
color: #DBCAE2;
}
</style>
background-color css
<style>
a { background-color: #DBCAE2; }
a { background-color: rgb(219,202,226); }
div.DivClassName
{
background-color: #DBCAE2;
}
.BgClassName
{
background-color: #DBCAE2;
}
</style>
border-color css
<style>
span { border-color: #DBCAE2; }
span { border-color: rgb(219,202,226); }
td.TdClassName
{
border-color: #DBCAE2;
}
.TagClassName
{
border-color: #DBCAE2;
}
</style>