Shades of Twilight #DBB0C8
Tints of Twilight #DBB0C8
RGB
CMYK
RGB Variations
Color information
#DBB0C8 (or 0xDBB0C8) is known color: Twilight. HEX triplet: DB, B0 and C8. RGB value is (219,176,200). Sum of RGB (Red+Green+Blue) = 219+176+200=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0C8 is #244F37. Grayscale: #BFBFBF. Windows color (decimal): -2379576 or 13152475. OLE color: 13152475.
HSL color Cylindrical-coordinate representation of color #DBB0C8: hue angle of 326.51º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0C8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 200 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.14 |
| HSL | 326.51º | 0.37% | 0.77% | - |
| HSV(B) | 326.51º | 0.2% | 0.86% | - |
| XYZ | 55.16 | 50.28 | 61.44 | - |
| YUV | 191.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 200 | 0 | 0.20 | 0.09 | 0.14 | 326.51 | 0.37 | 0.77 |
| Hex | DB | B0 | C8 | 0 | 14 | 9 | E | 147 | 25 | 4D |
| Octal | 333 | 260 | 310 | 0 | 24 | 11 | 16 | 507 | 45 | 115 |
| Binary | 11011011 | 10110000 | 11001000 | 0 | 10100 | 1001 | 1110 | 101000111 | 100101 | 1001101 |
Color Harmonies of #DBB0C8
Complementary color
Monochromatic Colors of #DBB0C8
Black with #DBB0C8
Text Example
Text Example
White with #DBB0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0C8; }
p { color: rgb(219,176,200); }
H1.HeaderClassName
{
color: #DBB0C8;
}
.AnyTagClassName
{
color: #DBB0C8;
}
</style>
background-color css
<style>
a { background-color: #DBB0C8; }
a { background-color: rgb(219,176,200); }
div.DivClassName
{
background-color: #DBB0C8;
}
.BgClassName
{
background-color: #DBB0C8;
}
</style>
border-color css
<style>
span { border-color: #DBB0C8; }
span { border-color: rgb(219,176,200); }
td.TdClassName
{
border-color: #DBB0C8;
}
.TagClassName
{
border-color: #DBB0C8;
}
</style>