Shades of Titan White #DBD4DE
Tints of Titan White #DBD4DE
RGB
CMYK
RGB Variations
Color information
#DBD4DE (or 0xDBD4DE) is known color: Titan White. HEX triplet: DB, D4 and DE. RGB value is (219,212,222). Sum of RGB (Red+Green+Blue) = 219+212+222=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4DE is #242B21. Grayscale: #D7D7D7. Windows color (decimal): -2370338 or 14603483. OLE color: 14603483.
HSL color Cylindrical-coordinate representation of color #DBD4DE: hue angle of 282º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD4DE is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 212 | 222 | - |
CMYK | 0.01 | 0.05 | 0 | 0.13 |
HSL | 282º | 0.13% | 0.85% | - |
HSV(B) | 282º | 0.05% | 0.87% | - |
XYZ | 65.94 | 67.42 | 78.65 | - |
YUV | 215.23 | 131.82 | 130.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 222 | 0.01 | 0.05 | 0 | 0.13 | 282 | 0.13 | 0.85 |
Hex | DB | D4 | DE | 1 | 5 | 0 | D | 11A | D | 55 |
Octal | 333 | 324 | 336 | 1 | 5 | 0 | 15 | 432 | 15 | 125 |
Binary | 11011011 | 11010100 | 11011110 | 1 | 101 | 0 | 1101 | 100011010 | 1101 | 1010101 |
Color Harmonies of #DBD4DE
Complementary color
Monochromatic Colors of #DBD4DE
Black with #DBD4DE
Text Example
Text Example
White with #DBD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4DE; }
p { color: rgb(219,212,222); }
H1.HeaderClassName
{
color: #DBD4DE;
}
.AnyTagClassName
{
color: #DBD4DE;
}
</style>
background-color css
<style>
a { background-color: #DBD4DE; }
a { background-color: rgb(219,212,222); }
div.DivClassName
{
background-color: #DBD4DE;
}
.BgClassName
{
background-color: #DBD4DE;
}
</style>
border-color css
<style>
span { border-color: #DBD4DE; }
span { border-color: rgb(219,212,222); }
td.TdClassName
{
border-color: #DBD4DE;
}
.TagClassName
{
border-color: #DBD4DE;
}
</style>