Shades of Twilight #DBB3C6
Tints of Twilight #DBB3C6
RGB
CMYK
RGB Variations
Color information
#DBB3C6 (or 0xDBB3C6) is known color: Twilight. HEX triplet: DB, B3 and C6. RGB value is (219,179,198). Sum of RGB (Red+Green+Blue) = 219+179+198=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3C6 is #244C39. Grayscale: #C1C1C1. Windows color (decimal): -2378810 or 13022171. OLE color: 13022171.
HSL color Cylindrical-coordinate representation of color #DBB3C6: hue angle of 331.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 #DBB3C6 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 198 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.14 |
| HSL | 331.5º | 0.36% | 0.78% | - |
| HSV(B) | 331.5º | 0.18% | 0.86% | - |
| XYZ | 55.53 | 51.38 | 60.42 | - |
| YUV | 193.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 198 | 0 | 0.18 | 0.10 | 0.14 | 331.5 | 0.36 | 0.78 |
| Hex | DB | B3 | C6 | 0 | 12 | A | E | 14C | 24 | 4E |
| Octal | 333 | 263 | 306 | 0 | 22 | 12 | 16 | 514 | 44 | 116 |
| Binary | 11011011 | 10110011 | 11000110 | 0 | 10010 | 1010 | 1110 | 101001100 | 100100 | 1001110 |
Color Harmonies of #DBB3C6
Complementary color
Monochromatic Colors of #DBB3C6
Black with #DBB3C6
Text Example
Text Example
White with #DBB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3C6; }
p { color: rgb(219,179,198); }
H1.HeaderClassName
{
color: #DBB3C6;
}
.AnyTagClassName
{
color: #DBB3C6;
}
</style>
background-color css
<style>
a { background-color: #DBB3C6; }
a { background-color: rgb(219,179,198); }
div.DivClassName
{
background-color: #DBB3C6;
}
.BgClassName
{
background-color: #DBB3C6;
}
</style>
border-color css
<style>
span { border-color: #DBB3C6; }
span { border-color: rgb(219,179,198); }
td.TdClassName
{
border-color: #DBB3C6;
}
.TagClassName
{
border-color: #DBB3C6;
}
</style>