Shades of Twilight #DBBDCD
Tints of Twilight #DBBDCD
RGB
CMYK
RGB Variations
Color information
#DBBDCD (or 0xDBBDCD) is known color: Twilight. HEX triplet: DB, BD and CD. RGB value is (219,189,205). Sum of RGB (Red+Green+Blue) = 219+189+205=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDCD is #244232. Grayscale: #C7C7C7. Windows color (decimal): -2376243 or 13483483. OLE color: 13483483.
HSL color Cylindrical-coordinate representation of color #DBBDCD: hue angle of 328º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDCD is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 205 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.14 |
| HSL | 328º | 0.29% | 0.8% | - |
| HSV(B) | 328º | 0.14% | 0.86% | - |
| XYZ | 58.43 | 55.86 | 65.46 | - |
| YUV | 199.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 205 | 0 | 0.14 | 0.06 | 0.14 | 328 | 0.29 | 0.8 |
| Hex | DB | BD | CD | 0 | E | 6 | E | 148 | 1D | 50 |
| Octal | 333 | 275 | 315 | 0 | 16 | 6 | 16 | 510 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11001101 | 0 | 1110 | 110 | 1110 | 101001000 | 11101 | 1010000 |
Color Harmonies of #DBBDCD
Complementary color
Monochromatic Colors of #DBBDCD
Black with #DBBDCD
Text Example
Text Example
White with #DBBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDCD; }
p { color: rgb(219,189,205); }
H1.HeaderClassName
{
color: #DBBDCD;
}
.AnyTagClassName
{
color: #DBBDCD;
}
</style>
background-color css
<style>
a { background-color: #DBBDCD; }
a { background-color: rgb(219,189,205); }
div.DivClassName
{
background-color: #DBBDCD;
}
.BgClassName
{
background-color: #DBBDCD;
}
</style>
border-color css
<style>
span { border-color: #DBBDCD; }
span { border-color: rgb(219,189,205); }
td.TdClassName
{
border-color: #DBBDCD;
}
.TagClassName
{
border-color: #DBBDCD;
}
</style>