Shades of Twilight #DBB9D0
Tints of Twilight #DBB9D0
RGB
CMYK
RGB Variations
Color information
#DBB9D0 (or 0xDBB9D0) is known color: Twilight. HEX triplet: DB, B9 and D0. RGB value is (219,185,208). Sum of RGB (Red+Green+Blue) = 219+185+208=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9D0 is #24462F. Grayscale: #C5C5C5. Windows color (decimal): -2377264 or 13679067. OLE color: 13679067.
HSL color Cylindrical-coordinate representation of color #DBB9D0: hue angle of 319.41º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9D0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 208 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.14 |
| HSL | 319.41º | 0.32% | 0.79% | - |
| HSV(B) | 319.41º | 0.16% | 0.86% | - |
| XYZ | 57.95 | 54.31 | 67.1 | - |
| YUV | 197.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 208 | 0 | 0.16 | 0.05 | 0.14 | 319.41 | 0.32 | 0.79 |
| Hex | DB | B9 | D0 | 0 | 10 | 5 | E | 13F | 20 | 4F |
| Octal | 333 | 271 | 320 | 0 | 20 | 5 | 16 | 477 | 40 | 117 |
| Binary | 11011011 | 10111001 | 11010000 | 0 | 10000 | 101 | 1110 | 100111111 | 100000 | 1001111 |
Color Harmonies of #DBB9D0
Complementary color
Monochromatic Colors of #DBB9D0
Black with #DBB9D0
Text Example
Text Example
White with #DBB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9D0; }
p { color: rgb(219,185,208); }
H1.HeaderClassName
{
color: #DBB9D0;
}
.AnyTagClassName
{
color: #DBB9D0;
}
</style>
background-color css
<style>
a { background-color: #DBB9D0; }
a { background-color: rgb(219,185,208); }
div.DivClassName
{
background-color: #DBB9D0;
}
.BgClassName
{
background-color: #DBB9D0;
}
</style>
border-color css
<style>
span { border-color: #DBB9D0; }
span { border-color: rgb(219,185,208); }
td.TdClassName
{
border-color: #DBB9D0;
}
.TagClassName
{
border-color: #DBB9D0;
}
</style>