Shades of Twilight #DBC1D2
Tints of Twilight #DBC1D2
RGB
CMYK
RGB Variations
Color information
#DBC1D2 (or 0xDBC1D2) is known color: Twilight. HEX triplet: DB, C1 and D2. RGB value is (219,193,210). Sum of RGB (Red+Green+Blue) = 219+193+210=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D2 is #243E2D. Grayscale: #CACACA. Windows color (decimal): -2375214 or 13812187. OLE color: 13812187.
HSL color Cylindrical-coordinate representation of color #DBC1D2: hue angle of 320.77º 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 #DBC1D2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 210 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.14 |
| HSL | 320.77º | 0.27% | 0.81% | - |
| HSV(B) | 320.77º | 0.12% | 0.86% | - |
| XYZ | 59.92 | 57.85 | 68.98 | - |
| YUV | 202.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 210 | 0 | 0.12 | 0.04 | 0.14 | 320.77 | 0.27 | 0.81 |
| Hex | DB | C1 | D2 | 0 | C | 4 | E | 141 | 1B | 51 |
| Octal | 333 | 301 | 322 | 0 | 14 | 4 | 16 | 501 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11010010 | 0 | 1100 | 100 | 1110 | 101000001 | 11011 | 1010001 |
Color Harmonies of #DBC1D2
Complementary color
Monochromatic Colors of #DBC1D2
Black with #DBC1D2
Text Example
Text Example
White with #DBC1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1D2; }
p { color: rgb(219,193,210); }
H1.HeaderClassName
{
color: #DBC1D2;
}
.AnyTagClassName
{
color: #DBC1D2;
}
</style>
background-color css
<style>
a { background-color: #DBC1D2; }
a { background-color: rgb(219,193,210); }
div.DivClassName
{
background-color: #DBC1D2;
}
.BgClassName
{
background-color: #DBC1D2;
}
</style>
border-color css
<style>
span { border-color: #DBC1D2; }
span { border-color: rgb(219,193,210); }
td.TdClassName
{
border-color: #DBC1D2;
}
.TagClassName
{
border-color: #DBC1D2;
}
</style>