Shades of Twilight #DBCBD6
Tints of Twilight #DBCBD6
RGB
CMYK
RGB Variations
Color information
#DBCBD6 (or 0xDBCBD6) is known color: Twilight. HEX triplet: DB, CB and D6. RGB value is (219,203,214). Sum of RGB (Red+Green+Blue) = 219+203+214=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD6 is #243429. Grayscale: #D1D1D1. Windows color (decimal): -2372650 or 14076891. OLE color: 14076891.
HSL color Cylindrical-coordinate representation of color #DBCBD6: hue angle of 318.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCBD6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 214 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.14 |
| HSL | 318.75º | 0.18% | 0.83% | - |
| HSV(B) | 318.75º | 0.07% | 0.86% | - |
| XYZ | 62.71 | 62.63 | 72.4 | - |
| YUV | 209.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 214 | 0 | 0.07 | 0.02 | 0.14 | 318.75 | 0.18 | 0.83 |
| Hex | DB | CB | D6 | 0 | 7 | 2 | E | 13F | 12 | 53 |
| Octal | 333 | 313 | 326 | 0 | 7 | 2 | 16 | 477 | 22 | 123 |
| Binary | 11011011 | 11001011 | 11010110 | 0 | 111 | 10 | 1110 | 100111111 | 10010 | 1010011 |
Color Harmonies of #DBCBD6
Complementary color
Monochromatic Colors of #DBCBD6
Black with #DBCBD6
Text Example
Text Example
White with #DBCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBD6; }
p { color: rgb(219,203,214); }
H1.HeaderClassName
{
color: #DBCBD6;
}
.AnyTagClassName
{
color: #DBCBD6;
}
</style>
background-color css
<style>
a { background-color: #DBCBD6; }
a { background-color: rgb(219,203,214); }
div.DivClassName
{
background-color: #DBCBD6;
}
.BgClassName
{
background-color: #DBCBD6;
}
</style>
border-color css
<style>
span { border-color: #DBCBD6; }
span { border-color: rgb(219,203,214); }
td.TdClassName
{
border-color: #DBCBD6;
}
.TagClassName
{
border-color: #DBCBD6;
}
</style>