Shades of Twilight #DBC1D0
Tints of Twilight #DBC1D0
RGB
CMYK
RGB Variations
Color information
#DBC1D0 (or 0xDBC1D0) is known color: Twilight. HEX triplet: DB, C1 and D0. RGB value is (219,193,208). Sum of RGB (Red+Green+Blue) = 219+193+208=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D0 is #243E2F. Grayscale: #CACACA. Windows color (decimal): -2375216 or 13681115. OLE color: 13681115.
HSL color Cylindrical-coordinate representation of color #DBC1D0: hue angle of 325.38º 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 #DBC1D0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 208 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.14 |
| HSL | 325.38º | 0.27% | 0.81% | - |
| HSV(B) | 325.38º | 0.12% | 0.86% | - |
| XYZ | 59.67 | 57.75 | 67.68 | - |
| YUV | 202.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 208 | 0 | 0.12 | 0.05 | 0.14 | 325.38 | 0.27 | 0.81 |
| Hex | DB | C1 | D0 | 0 | C | 5 | E | 145 | 1B | 51 |
| Octal | 333 | 301 | 320 | 0 | 14 | 5 | 16 | 505 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11010000 | 0 | 1100 | 101 | 1110 | 101000101 | 11011 | 1010001 |
Color Harmonies of #DBC1D0
Complementary color
Monochromatic Colors of #DBC1D0
Black with #DBC1D0
Text Example
Text Example
White with #DBC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1D0; }
p { color: rgb(219,193,208); }
H1.HeaderClassName
{
color: #DBC1D0;
}
.AnyTagClassName
{
color: #DBC1D0;
}
</style>
background-color css
<style>
a { background-color: #DBC1D0; }
a { background-color: rgb(219,193,208); }
div.DivClassName
{
background-color: #DBC1D0;
}
.BgClassName
{
background-color: #DBC1D0;
}
</style>
border-color css
<style>
span { border-color: #DBC1D0; }
span { border-color: rgb(219,193,208); }
td.TdClassName
{
border-color: #DBC1D0;
}
.TagClassName
{
border-color: #DBC1D0;
}
</style>