Shades of Twilight #DBADC9
Tints of Twilight #DBADC9
RGB
CMYK
RGB Variations
Color information
#DBADC9 (or 0xDBADC9) is known color: Twilight. HEX triplet: DB, AD and C9. RGB value is (219,173,201). Sum of RGB (Red+Green+Blue) = 219+173+201=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC9 is #245236. Grayscale: #BDBDBD. Windows color (decimal): -2380343 or 13217243. OLE color: 13217243.
HSL color Cylindrical-coordinate representation of color #DBADC9: hue angle of 323.48º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADC9 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 201 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.14 |
| HSL | 323.48º | 0.39% | 0.77% | - |
| HSV(B) | 323.48º | 0.21% | 0.86% | - |
| XYZ | 54.7 | 49.16 | 61.87 | - |
| YUV | 189.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 201 | 0 | 0.21 | 0.08 | 0.14 | 323.48 | 0.39 | 0.77 |
| Hex | DB | AD | C9 | 0 | 15 | 8 | E | 143 | 27 | 4D |
| Octal | 333 | 255 | 311 | 0 | 25 | 10 | 16 | 503 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11001001 | 0 | 10101 | 1000 | 1110 | 101000011 | 100111 | 1001101 |
Color Harmonies of #DBADC9
Complementary color
Monochromatic Colors of #DBADC9
Black with #DBADC9
Text Example
Text Example
White with #DBADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADC9; }
p { color: rgb(219,173,201); }
H1.HeaderClassName
{
color: #DBADC9;
}
.AnyTagClassName
{
color: #DBADC9;
}
</style>
background-color css
<style>
a { background-color: #DBADC9; }
a { background-color: rgb(219,173,201); }
div.DivClassName
{
background-color: #DBADC9;
}
.BgClassName
{
background-color: #DBADC9;
}
</style>
border-color css
<style>
span { border-color: #DBADC9; }
span { border-color: rgb(219,173,201); }
td.TdClassName
{
border-color: #DBADC9;
}
.TagClassName
{
border-color: #DBADC9;
}
</style>