Shades of Titan White #DBD4DD
Tints of Titan White #DBD4DD
RGB
CMYK
RGB Variations
Color information
#DBD4DD (or 0xDBD4DD) is known color: Titan White. HEX triplet: DB, D4 and DD. RGB value is (219,212,221). Sum of RGB (Red+Green+Blue) = 219+212+221=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4DD is #242B22. Grayscale: #D7D7D7. Windows color (decimal): -2370339 or 14537947. OLE color: 14537947.
HSL color Cylindrical-coordinate representation of color #DBD4DD: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD4DD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 212 | 221 | - |
CMYK | 0.01 | 0.04 | 0 | 0.13 |
HSL | 286.67º | 0.12% | 0.85% | - |
HSV(B) | 286.67º | 0.04% | 0.87% | - |
XYZ | 65.81 | 67.37 | 77.94 | - |
YUV | 215.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 221 | 0.01 | 0.04 | 0 | 0.13 | 286.67 | 0.12 | 0.85 |
Hex | DB | D4 | DD | 1 | 4 | 0 | D | 11F | C | 55 |
Octal | 333 | 324 | 335 | 1 | 4 | 0 | 15 | 437 | 14 | 125 |
Binary | 11011011 | 11010100 | 11011101 | 1 | 100 | 0 | 1101 | 100011111 | 1100 | 1010101 |
Color Harmonies of #DBD4DD
Complementary color
Monochromatic Colors of #DBD4DD
Black with #DBD4DD
Text Example
Text Example
White with #DBD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4DD; }
p { color: rgb(219,212,221); }
H1.HeaderClassName
{
color: #DBD4DD;
}
.AnyTagClassName
{
color: #DBD4DD;
}
</style>
background-color css
<style>
a { background-color: #DBD4DD; }
a { background-color: rgb(219,212,221); }
div.DivClassName
{
background-color: #DBD4DD;
}
.BgClassName
{
background-color: #DBD4DD;
}
</style>
border-color css
<style>
span { border-color: #DBD4DD; }
span { border-color: rgb(219,212,221); }
td.TdClassName
{
border-color: #DBD4DD;
}
.TagClassName
{
border-color: #DBD4DD;
}
</style>