Shades of Titan White #DBCEE5
Tints of Titan White #DBCEE5
RGB
CMYK
RGB Variations
Color information
#DBCEE5 (or 0xDBCEE5) is known color: Titan White. HEX triplet: DB, CE and E5. RGB value is (219,206,229). Sum of RGB (Red+Green+Blue) = 219+206+229=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEE5 is #24311A. Grayscale: #D4D4D4. Windows color (decimal): -2371867 or 15060699. OLE color: 15060699.
HSL color Cylindrical-coordinate representation of color #DBCEE5: hue angle of 273.91º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCEE5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 206 | 229 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.10 |
| HSL | 273.91º | 0.31% | 0.85% | - |
| HSV(B) | 273.91º | 0.1% | 0.9% | - |
| XYZ | 65.43 | 64.86 | 83.2 | - |
| YUV | 212.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 229 | 0.04 | 0.10 | 0 | 0.10 | 273.91 | 0.31 | 0.85 |
| Hex | DB | CE | E5 | 4 | A | 0 | A | 112 | 1F | 55 |
| Octal | 333 | 316 | 345 | 4 | 12 | 0 | 12 | 422 | 37 | 125 |
| Binary | 11011011 | 11001110 | 11100101 | 100 | 1010 | 0 | 1010 | 100010010 | 11111 | 1010101 |
Color Harmonies of #DBCEE5
Complementary color
Monochromatic Colors of #DBCEE5
Black with #DBCEE5
Text Example
Text Example
White with #DBCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEE5; }
p { color: rgb(219,206,229); }
H1.HeaderClassName
{
color: #DBCEE5;
}
.AnyTagClassName
{
color: #DBCEE5;
}
</style>
background-color css
<style>
a { background-color: #DBCEE5; }
a { background-color: rgb(219,206,229); }
div.DivClassName
{
background-color: #DBCEE5;
}
.BgClassName
{
background-color: #DBCEE5;
}
</style>
border-color css
<style>
span { border-color: #DBCEE5; }
span { border-color: rgb(219,206,229); }
td.TdClassName
{
border-color: #DBCEE5;
}
.TagClassName
{
border-color: #DBCEE5;
}
</style>