Shades of Twilight #DBB3C8
Tints of Twilight #DBB3C8
RGB
CMYK
RGB Variations
Color information
#DBB3C8 (or 0xDBB3C8) is known color: Twilight. HEX triplet: DB, B3 and C8. RGB value is (219,179,200). Sum of RGB (Red+Green+Blue) = 219+179+200=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3C8 is #244C37. Grayscale: #C1C1C1. Windows color (decimal): -2378808 or 13153243. OLE color: 13153243.
HSL color Cylindrical-coordinate representation of color #DBB3C8: hue angle of 328.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3C8 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 200 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.14 |
| HSL | 328.5º | 0.36% | 0.78% | - |
| HSV(B) | 328.5º | 0.18% | 0.86% | - |
| XYZ | 55.76 | 51.47 | 61.64 | - |
| YUV | 193.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 200 | 0 | 0.18 | 0.09 | 0.14 | 328.5 | 0.36 | 0.78 |
| Hex | DB | B3 | C8 | 0 | 12 | 9 | E | 148 | 24 | 4E |
| Octal | 333 | 263 | 310 | 0 | 22 | 11 | 16 | 510 | 44 | 116 |
| Binary | 11011011 | 10110011 | 11001000 | 0 | 10010 | 1001 | 1110 | 101001000 | 100100 | 1001110 |
Color Harmonies of #DBB3C8
Complementary color
Monochromatic Colors of #DBB3C8
Black with #DBB3C8
Text Example
Text Example
White with #DBB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3C8; }
p { color: rgb(219,179,200); }
H1.HeaderClassName
{
color: #DBB3C8;
}
.AnyTagClassName
{
color: #DBB3C8;
}
</style>
background-color css
<style>
a { background-color: #DBB3C8; }
a { background-color: rgb(219,179,200); }
div.DivClassName
{
background-color: #DBB3C8;
}
.BgClassName
{
background-color: #DBB3C8;
}
</style>
border-color css
<style>
span { border-color: #DBB3C8; }
span { border-color: rgb(219,179,200); }
td.TdClassName
{
border-color: #DBB3C8;
}
.TagClassName
{
border-color: #DBB3C8;
}
</style>