Shades of Titan White #DBC7E0
Tints of Titan White #DBC7E0
RGB
CMYK
RGB Variations
Color information
#DBC7E0 (or 0xDBC7E0) is known color: Titan White. HEX triplet: DB, C7 and E0. RGB value is (219,199,224). Sum of RGB (Red+Green+Blue) = 219+199+224=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7E0 is #24381F. Grayscale: #CFCFCF. Windows color (decimal): -2373664 or 14731227. OLE color: 14731227.
HSL color Cylindrical-coordinate representation of color #DBC7E0: hue angle of 288º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC7E0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 199 | 224 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.12 |
| HSL | 288º | 0.29% | 0.83% | - |
| HSV(B) | 288º | 0.11% | 0.88% | - |
| XYZ | 63.09 | 61.29 | 79.03 | - |
| YUV | 207.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 224 | 0.02 | 0.11 | 0 | 0.12 | 288 | 0.29 | 0.83 |
| Hex | DB | C7 | E0 | 2 | B | 0 | C | 120 | 1D | 53 |
| Octal | 333 | 307 | 340 | 2 | 13 | 0 | 14 | 440 | 35 | 123 |
| Binary | 11011011 | 11000111 | 11100000 | 10 | 1011 | 0 | 1100 | 100100000 | 11101 | 1010011 |
Color Harmonies of #DBC7E0
Complementary color
Monochromatic Colors of #DBC7E0
Black with #DBC7E0
Text Example
Text Example
White with #DBC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7E0; }
p { color: rgb(219,199,224); }
H1.HeaderClassName
{
color: #DBC7E0;
}
.AnyTagClassName
{
color: #DBC7E0;
}
</style>
background-color css
<style>
a { background-color: #DBC7E0; }
a { background-color: rgb(219,199,224); }
div.DivClassName
{
background-color: #DBC7E0;
}
.BgClassName
{
background-color: #DBC7E0;
}
</style>
border-color css
<style>
span { border-color: #DBC7E0; }
span { border-color: rgb(219,199,224); }
td.TdClassName
{
border-color: #DBC7E0;
}
.TagClassName
{
border-color: #DBC7E0;
}
</style>