Shades of Twilight #DBABC4
Tints of Twilight #DBABC4
RGB
CMYK
RGB Variations
Color information
#DBABC4 (or 0xDBABC4) is known color: Twilight. HEX triplet: DB, AB and C4. RGB value is (219,171,196). Sum of RGB (Red+Green+Blue) = 219+171+196=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC4 is #24543B. Grayscale: #BCBCBC. Windows color (decimal): -2380860 or 12889051. OLE color: 12889051.
HSL color Cylindrical-coordinate representation of color #DBABC4: hue angle of 328.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABC4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 196 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.14 |
| HSL | 328.75º | 0.4% | 0.76% | - |
| HSV(B) | 328.75º | 0.22% | 0.86% | - |
| XYZ | 53.74 | 48.17 | 58.69 | - |
| YUV | 188.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 196 | 0 | 0.22 | 0.11 | 0.14 | 328.75 | 0.4 | 0.76 |
| Hex | DB | AB | C4 | 0 | 16 | B | E | 149 | 28 | 4C |
| Octal | 333 | 253 | 304 | 0 | 26 | 13 | 16 | 511 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11000100 | 0 | 10110 | 1011 | 1110 | 101001001 | 101000 | 1001100 |
Color Harmonies of #DBABC4
Complementary color
Monochromatic Colors of #DBABC4
Black with #DBABC4
Text Example
Text Example
White with #DBABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABC4; }
p { color: rgb(219,171,196); }
H1.HeaderClassName
{
color: #DBABC4;
}
.AnyTagClassName
{
color: #DBABC4;
}
</style>
background-color css
<style>
a { background-color: #DBABC4; }
a { background-color: rgb(219,171,196); }
div.DivClassName
{
background-color: #DBABC4;
}
.BgClassName
{
background-color: #DBABC4;
}
</style>
border-color css
<style>
span { border-color: #DBABC4; }
span { border-color: rgb(219,171,196); }
td.TdClassName
{
border-color: #DBABC4;
}
.TagClassName
{
border-color: #DBABC4;
}
</style>