Shades of Twilight #DBC1D1
Tints of Twilight #DBC1D1
RGB
CMYK
RGB Variations
Color information
#DBC1D1 (or 0xDBC1D1) is known color: Twilight. HEX triplet: DB, C1 and D1. RGB value is (219,193,209). Sum of RGB (Red+Green+Blue) = 219+193+209=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D1 is #243E2E. Grayscale: #CACACA. Windows color (decimal): -2375215 or 13746651. OLE color: 13746651.
HSL color Cylindrical-coordinate representation of color #DBC1D1: hue angle of 323.08º 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 #DBC1D1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 209 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.14 |
| HSL | 323.08º | 0.27% | 0.81% | - |
| HSV(B) | 323.08º | 0.12% | 0.86% | - |
| XYZ | 59.79 | 57.8 | 68.33 | - |
| YUV | 202.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 209 | 0 | 0.12 | 0.05 | 0.14 | 323.08 | 0.27 | 0.81 |
| Hex | DB | C1 | D1 | 0 | C | 5 | E | 143 | 1B | 51 |
| Octal | 333 | 301 | 321 | 0 | 14 | 5 | 16 | 503 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11010001 | 0 | 1100 | 101 | 1110 | 101000011 | 11011 | 1010001 |
Color Harmonies of #DBC1D1
Complementary color
Monochromatic Colors of #DBC1D1
Black with #DBC1D1
Text Example
Text Example
White with #DBC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1D1; }
p { color: rgb(219,193,209); }
H1.HeaderClassName
{
color: #DBC1D1;
}
.AnyTagClassName
{
color: #DBC1D1;
}
</style>
background-color css
<style>
a { background-color: #DBC1D1; }
a { background-color: rgb(219,193,209); }
div.DivClassName
{
background-color: #DBC1D1;
}
.BgClassName
{
background-color: #DBC1D1;
}
</style>
border-color css
<style>
span { border-color: #DBC1D1; }
span { border-color: rgb(219,193,209); }
td.TdClassName
{
border-color: #DBC1D1;
}
.TagClassName
{
border-color: #DBC1D1;
}
</style>