Shades of Titan White #DBD0E0
Tints of Titan White #DBD0E0
RGB
CMYK
RGB Variations
Color information
#DBD0E0 (or 0xDBD0E0) is known color: Titan White. HEX triplet: DB, D0 and E0. RGB value is (219,208,224). Sum of RGB (Red+Green+Blue) = 219+208+224=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBD0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0E0 is #242F1F. Grayscale: #D5D5D5. Windows color (decimal): -2371360 or 14733531. OLE color: 14733531.
HSL color Cylindrical-coordinate representation of color #DBD0E0: hue angle of 281.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD0E0 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 208 | 224 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.12 |
| HSL | 281.25º | 0.21% | 0.85% | - |
| HSV(B) | 281.25º | 0.07% | 0.88% | - |
| XYZ | 65.22 | 65.55 | 79.74 | - |
| YUV | 213.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 224 | 0.02 | 0.07 | 0 | 0.12 | 281.25 | 0.21 | 0.85 |
| Hex | DB | D0 | E0 | 2 | 7 | 0 | C | 119 | 15 | 55 |
| Octal | 333 | 320 | 340 | 2 | 7 | 0 | 14 | 431 | 25 | 125 |
| Binary | 11011011 | 11010000 | 11100000 | 10 | 111 | 0 | 1100 | 100011001 | 10101 | 1010101 |
Color Harmonies of #DBD0E0
Complementary color
Monochromatic Colors of #DBD0E0
Black with #DBD0E0
Text Example
Text Example
White with #DBD0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0E0; }
p { color: rgb(219,208,224); }
H1.HeaderClassName
{
color: #DBD0E0;
}
.AnyTagClassName
{
color: #DBD0E0;
}
</style>
background-color css
<style>
a { background-color: #DBD0E0; }
a { background-color: rgb(219,208,224); }
div.DivClassName
{
background-color: #DBD0E0;
}
.BgClassName
{
background-color: #DBD0E0;
}
</style>
border-color css
<style>
span { border-color: #DBD0E0; }
span { border-color: rgb(219,208,224); }
td.TdClassName
{
border-color: #DBD0E0;
}
.TagClassName
{
border-color: #DBD0E0;
}
</style>