Shades of Twilight #DBC0D1
Tints of Twilight #DBC0D1
RGB
CMYK
RGB Variations
Color information
#DBC0D1 (or 0xDBC0D1) is known color: Twilight. HEX triplet: DB, C0 and D1. RGB value is (219,192,209). Sum of RGB (Red+Green+Blue) = 219+192+209=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D1 is #243F2E. Grayscale: #C9C9C9. Windows color (decimal): -2375471 or 13746395. OLE color: 13746395.
HSL color Cylindrical-coordinate representation of color #DBC0D1: hue angle of 322.22º 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 #DBC0D1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 209 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.14 |
| HSL | 322.22º | 0.27% | 0.81% | - |
| HSV(B) | 322.22º | 0.12% | 0.86% | - |
| XYZ | 59.57 | 57.36 | 68.25 | - |
| YUV | 202.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 209 | 0 | 0.12 | 0.05 | 0.14 | 322.22 | 0.27 | 0.81 |
| Hex | DB | C0 | D1 | 0 | C | 5 | E | 142 | 1B | 51 |
| Octal | 333 | 300 | 321 | 0 | 14 | 5 | 16 | 502 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11010001 | 0 | 1100 | 101 | 1110 | 101000010 | 11011 | 1010001 |
Color Harmonies of #DBC0D1
Complementary color
Monochromatic Colors of #DBC0D1
Black with #DBC0D1
Text Example
Text Example
White with #DBC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0D1; }
p { color: rgb(219,192,209); }
H1.HeaderClassName
{
color: #DBC0D1;
}
.AnyTagClassName
{
color: #DBC0D1;
}
</style>
background-color css
<style>
a { background-color: #DBC0D1; }
a { background-color: rgb(219,192,209); }
div.DivClassName
{
background-color: #DBC0D1;
}
.BgClassName
{
background-color: #DBC0D1;
}
</style>
border-color css
<style>
span { border-color: #DBC0D1; }
span { border-color: rgb(219,192,209); }
td.TdClassName
{
border-color: #DBC0D1;
}
.TagClassName
{
border-color: #DBC0D1;
}
</style>