Shades of Twilight #DBB0C9
Tints of Twilight #DBB0C9
RGB
CMYK
RGB Variations
Color information
#DBB0C9 (or 0xDBB0C9) is known color: Twilight. HEX triplet: DB, B0 and C9. RGB value is (219,176,201). Sum of RGB (Red+Green+Blue) = 219+176+201=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0C9 is #244F36. Grayscale: #BFBFBF. Windows color (decimal): -2379575 or 13218011. OLE color: 13218011.
HSL color Cylindrical-coordinate representation of color #DBB0C9: hue angle of 325.12º 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 #DBB0C9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 201 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.14 |
| HSL | 325.12º | 0.37% | 0.77% | - |
| HSV(B) | 325.12º | 0.2% | 0.86% | - |
| XYZ | 55.28 | 50.33 | 62.06 | - |
| YUV | 191.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 201 | 0 | 0.20 | 0.08 | 0.14 | 325.12 | 0.37 | 0.77 |
| Hex | DB | B0 | C9 | 0 | 14 | 8 | E | 145 | 25 | 4D |
| Octal | 333 | 260 | 311 | 0 | 24 | 10 | 16 | 505 | 45 | 115 |
| Binary | 11011011 | 10110000 | 11001001 | 0 | 10100 | 1000 | 1110 | 101000101 | 100101 | 1001101 |
Color Harmonies of #DBB0C9
Complementary color
Monochromatic Colors of #DBB0C9
Black with #DBB0C9
Text Example
Text Example
White with #DBB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0C9; }
p { color: rgb(219,176,201); }
H1.HeaderClassName
{
color: #DBB0C9;
}
.AnyTagClassName
{
color: #DBB0C9;
}
</style>
background-color css
<style>
a { background-color: #DBB0C9; }
a { background-color: rgb(219,176,201); }
div.DivClassName
{
background-color: #DBB0C9;
}
.BgClassName
{
background-color: #DBB0C9;
}
</style>
border-color css
<style>
span { border-color: #DBB0C9; }
span { border-color: rgb(219,176,201); }
td.TdClassName
{
border-color: #DBB0C9;
}
.TagClassName
{
border-color: #DBB0C9;
}
</style>