Shades of Titan White #DBCDE4
Tints of Titan White #DBCDE4
RGB
CMYK
RGB Variations
Color information
#DBCDE4 (or 0xDBCDE4) is known color: Titan White. HEX triplet: DB, CD and E4. RGB value is (219,205,228). Sum of RGB (Red+Green+Blue) = 219+205+228=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDE4 is #24321B. Grayscale: #D3D3D3. Windows color (decimal): -2372124 or 14994907. OLE color: 14994907.
HSL color Cylindrical-coordinate representation of color #DBCDE4: hue angle of 276.52º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCDE4 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 205 | 228 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.11 |
| HSL | 276.52º | 0.3% | 0.85% | - |
| HSV(B) | 276.52º | 0.1% | 0.89% | - |
| XYZ | 65.05 | 64.32 | 82.39 | - |
| YUV | 211.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 228 | 0.04 | 0.10 | 0 | 0.11 | 276.52 | 0.3 | 0.85 |
| Hex | DB | CD | E4 | 4 | A | 0 | B | 115 | 1E | 55 |
| Octal | 333 | 315 | 344 | 4 | 12 | 0 | 13 | 425 | 36 | 125 |
| Binary | 11011011 | 11001101 | 11100100 | 100 | 1010 | 0 | 1011 | 100010101 | 11110 | 1010101 |
Color Harmonies of #DBCDE4
Complementary color
Monochromatic Colors of #DBCDE4
Black with #DBCDE4
Text Example
Text Example
White with #DBCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDE4; }
p { color: rgb(219,205,228); }
H1.HeaderClassName
{
color: #DBCDE4;
}
.AnyTagClassName
{
color: #DBCDE4;
}
</style>
background-color css
<style>
a { background-color: #DBCDE4; }
a { background-color: rgb(219,205,228); }
div.DivClassName
{
background-color: #DBCDE4;
}
.BgClassName
{
background-color: #DBCDE4;
}
</style>
border-color css
<style>
span { border-color: #DBCDE4; }
span { border-color: rgb(219,205,228); }
td.TdClassName
{
border-color: #DBCDE4;
}
.TagClassName
{
border-color: #DBCDE4;
}
</style>