Shades of Twilight #DBC1D3
Tints of Twilight #DBC1D3
RGB
CMYK
RGB Variations
Color information
#DBC1D3 (or 0xDBC1D3) is known color: Twilight. HEX triplet: DB, C1 and D3. RGB value is (219,193,211). Sum of RGB (Red+Green+Blue) = 219+193+211=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D3 is #243E2C. Grayscale: #CACACA. Windows color (decimal): -2375213 or 13877723. OLE color: 13877723.
HSL color Cylindrical-coordinate representation of color #DBC1D3: hue angle of 318.46º 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 #DBC1D3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 211 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.14 |
| HSL | 318.46º | 0.27% | 0.81% | - |
| HSV(B) | 318.46º | 0.12% | 0.86% | - |
| XYZ | 60.04 | 57.9 | 69.64 | - |
| YUV | 202.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 211 | 0 | 0.12 | 0.04 | 0.14 | 318.46 | 0.27 | 0.81 |
| Hex | DB | C1 | D3 | 0 | C | 4 | E | 13E | 1B | 51 |
| Octal | 333 | 301 | 323 | 0 | 14 | 4 | 16 | 476 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11010011 | 0 | 1100 | 100 | 1110 | 100111110 | 11011 | 1010001 |
Color Harmonies of #DBC1D3
Complementary color
Monochromatic Colors of #DBC1D3
Black with #DBC1D3
Text Example
Text Example
White with #DBC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1D3; }
p { color: rgb(219,193,211); }
H1.HeaderClassName
{
color: #DBC1D3;
}
.AnyTagClassName
{
color: #DBC1D3;
}
</style>
background-color css
<style>
a { background-color: #DBC1D3; }
a { background-color: rgb(219,193,211); }
div.DivClassName
{
background-color: #DBC1D3;
}
.BgClassName
{
background-color: #DBC1D3;
}
</style>
border-color css
<style>
span { border-color: #DBC1D3; }
span { border-color: rgb(219,193,211); }
td.TdClassName
{
border-color: #DBC1D3;
}
.TagClassName
{
border-color: #DBC1D3;
}
</style>