Shades of Twilight #DBC0D0
Tints of Twilight #DBC0D0
RGB
CMYK
RGB Variations
Color information
#DBC0D0 (or 0xDBC0D0) is known color: Twilight. HEX triplet: DB, C0 and D0. RGB value is (219,192,208). Sum of RGB (Red+Green+Blue) = 219+192+208=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D0 is #243F2F. Grayscale: #C9C9C9. Windows color (decimal): -2375472 or 13680859. OLE color: 13680859.
HSL color Cylindrical-coordinate representation of color #DBC0D0: hue angle of 324.44º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0D0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 208 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.14 |
| HSL | 324.44º | 0.27% | 0.81% | - |
| HSV(B) | 324.44º | 0.12% | 0.86% | - |
| XYZ | 59.45 | 57.31 | 67.6 | - |
| YUV | 201.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 208 | 0 | 0.12 | 0.05 | 0.14 | 324.44 | 0.27 | 0.81 |
| Hex | DB | C0 | D0 | 0 | C | 5 | E | 144 | 1B | 51 |
| Octal | 333 | 300 | 320 | 0 | 14 | 5 | 16 | 504 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11010000 | 0 | 1100 | 101 | 1110 | 101000100 | 11011 | 1010001 |
Color Harmonies of #DBC0D0
Complementary color
Monochromatic Colors of #DBC0D0
Black with #DBC0D0
Text Example
Text Example
White with #DBC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0D0; }
p { color: rgb(219,192,208); }
H1.HeaderClassName
{
color: #DBC0D0;
}
.AnyTagClassName
{
color: #DBC0D0;
}
</style>
background-color css
<style>
a { background-color: #DBC0D0; }
a { background-color: rgb(219,192,208); }
div.DivClassName
{
background-color: #DBC0D0;
}
.BgClassName
{
background-color: #DBC0D0;
}
</style>
border-color css
<style>
span { border-color: #DBC0D0; }
span { border-color: rgb(219,192,208); }
td.TdClassName
{
border-color: #DBC0D0;
}
.TagClassName
{
border-color: #DBC0D0;
}
</style>