Shades of Titan White #DBCEE0
Tints of Titan White #DBCEE0
RGB
CMYK
RGB Variations
Color information
#DBCEE0 (or 0xDBCEE0) is known color: Titan White. HEX triplet: DB, CE and E0. RGB value is (219,206,224). Sum of RGB (Red+Green+Blue) = 219+206+224=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEE0 is #24311F. Grayscale: #D3D3D3. Windows color (decimal): -2371872 or 14733019. OLE color: 14733019.
HSL color Cylindrical-coordinate representation of color #DBCEE0: hue angle of 283.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCEE0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 206 | 224 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.12 |
| HSL | 283.33º | 0.23% | 0.84% | - |
| HSV(B) | 283.33º | 0.08% | 0.88% | - |
| XYZ | 64.74 | 64.58 | 79.57 | - |
| YUV | 211.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 224 | 0.02 | 0.08 | 0 | 0.12 | 283.33 | 0.23 | 0.84 |
| Hex | DB | CE | E0 | 2 | 8 | 0 | C | 11B | 16 | 54 |
| Octal | 333 | 316 | 340 | 2 | 10 | 0 | 14 | 433 | 26 | 124 |
| Binary | 11011011 | 11001110 | 11100000 | 10 | 1000 | 0 | 1100 | 100011011 | 10110 | 1010100 |
Color Harmonies of #DBCEE0
Complementary color
Monochromatic Colors of #DBCEE0
Black with #DBCEE0
Text Example
Text Example
White with #DBCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEE0; }
p { color: rgb(219,206,224); }
H1.HeaderClassName
{
color: #DBCEE0;
}
.AnyTagClassName
{
color: #DBCEE0;
}
</style>
background-color css
<style>
a { background-color: #DBCEE0; }
a { background-color: rgb(219,206,224); }
div.DivClassName
{
background-color: #DBCEE0;
}
.BgClassName
{
background-color: #DBCEE0;
}
</style>
border-color css
<style>
span { border-color: #DBCEE0; }
span { border-color: rgb(219,206,224); }
td.TdClassName
{
border-color: #DBCEE0;
}
.TagClassName
{
border-color: #DBCEE0;
}
</style>