Shades of Twilight #DBCDD7
Tints of Twilight #DBCDD7
RGB
CMYK
RGB Variations
Color information
#DBCDD7 (or 0xDBCDD7) is known color: Twilight. HEX triplet: DB, CD and D7. RGB value is (219,205,215). Sum of RGB (Red+Green+Blue) = 219+205+215=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDD7 is #243228. Grayscale: #D2D2D2. Windows color (decimal): -2372137 or 14142939. OLE color: 14142939.
HSL color Cylindrical-coordinate representation of color #DBCDD7: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDD7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 215 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.14 |
| HSL | 317.14º | 0.16% | 0.83% | - |
| HSV(B) | 317.14º | 0.06% | 0.86% | - |
| XYZ | 63.31 | 63.63 | 73.23 | - |
| YUV | 210.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 215 | 0 | 0.06 | 0.02 | 0.14 | 317.14 | 0.16 | 0.83 |
| Hex | DB | CD | D7 | 0 | 6 | 2 | E | 13D | 10 | 53 |
| Octal | 333 | 315 | 327 | 0 | 6 | 2 | 16 | 475 | 20 | 123 |
| Binary | 11011011 | 11001101 | 11010111 | 0 | 110 | 10 | 1110 | 100111101 | 10000 | 1010011 |
Color Harmonies of #DBCDD7
Complementary color
Monochromatic Colors of #DBCDD7
Black with #DBCDD7
Text Example
Text Example
White with #DBCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDD7; }
p { color: rgb(219,205,215); }
H1.HeaderClassName
{
color: #DBCDD7;
}
.AnyTagClassName
{
color: #DBCDD7;
}
</style>
background-color css
<style>
a { background-color: #DBCDD7; }
a { background-color: rgb(219,205,215); }
div.DivClassName
{
background-color: #DBCDD7;
}
.BgClassName
{
background-color: #DBCDD7;
}
</style>
border-color css
<style>
span { border-color: #DBCDD7; }
span { border-color: rgb(219,205,215); }
td.TdClassName
{
border-color: #DBCDD7;
}
.TagClassName
{
border-color: #DBCDD7;
}
</style>