Shades of Twilight #DBADC5
Tints of Twilight #DBADC5
RGB
CMYK
RGB Variations
Color information
#DBADC5 (or 0xDBADC5) is known color: Twilight. HEX triplet: DB, AD and C5. RGB value is (219,173,197). Sum of RGB (Red+Green+Blue) = 219+173+197=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC5 is #24523A. Grayscale: #BDBDBD. Windows color (decimal): -2380347 or 12955099. OLE color: 12955099.
HSL color Cylindrical-coordinate representation of color #DBADC5: hue angle of 328.7º 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 #DBADC5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 197 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.14 |
| HSL | 328.7º | 0.39% | 0.77% | - |
| HSV(B) | 328.7º | 0.21% | 0.86% | - |
| XYZ | 54.24 | 48.98 | 59.42 | - |
| YUV | 189.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 197 | 0 | 0.21 | 0.10 | 0.14 | 328.7 | 0.39 | 0.77 |
| Hex | DB | AD | C5 | 0 | 15 | A | E | 149 | 27 | 4D |
| Octal | 333 | 255 | 305 | 0 | 25 | 12 | 16 | 511 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11000101 | 0 | 10101 | 1010 | 1110 | 101001001 | 100111 | 1001101 |
Color Harmonies of #DBADC5
Complementary color
Monochromatic Colors of #DBADC5
Black with #DBADC5
Text Example
Text Example
White with #DBADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADC5; }
p { color: rgb(219,173,197); }
H1.HeaderClassName
{
color: #DBADC5;
}
.AnyTagClassName
{
color: #DBADC5;
}
</style>
background-color css
<style>
a { background-color: #DBADC5; }
a { background-color: rgb(219,173,197); }
div.DivClassName
{
background-color: #DBADC5;
}
.BgClassName
{
background-color: #DBADC5;
}
</style>
border-color css
<style>
span { border-color: #DBADC5; }
span { border-color: rgb(219,173,197); }
td.TdClassName
{
border-color: #DBADC5;
}
.TagClassName
{
border-color: #DBADC5;
}
</style>