Shades of Twilight #DBAEC7
Tints of Twilight #DBAEC7
RGB
CMYK
RGB Variations
Color information
#DBAEC7 (or 0xDBAEC7) is known color: Twilight. HEX triplet: DB, AE and C7. RGB value is (219,174,199). Sum of RGB (Red+Green+Blue) = 219+174+199=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC7 is #245138. Grayscale: #BEBEBE. Windows color (decimal): -2380089 or 13086427. OLE color: 13086427.
HSL color Cylindrical-coordinate representation of color #DBAEC7: hue angle of 326.67º degrees, saturation: 0.38, 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 #DBAEC7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 199 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.14 |
| HSL | 326.67º | 0.38% | 0.77% | - |
| HSV(B) | 326.67º | 0.21% | 0.86% | - |
| XYZ | 54.66 | 49.46 | 60.7 | - |
| YUV | 190.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 199 | 0 | 0.21 | 0.09 | 0.14 | 326.67 | 0.38 | 0.77 |
| Hex | DB | AE | C7 | 0 | 15 | 9 | E | 147 | 26 | 4D |
| Octal | 333 | 256 | 307 | 0 | 25 | 11 | 16 | 507 | 46 | 115 |
| Binary | 11011011 | 10101110 | 11000111 | 0 | 10101 | 1001 | 1110 | 101000111 | 100110 | 1001101 |
Color Harmonies of #DBAEC7
Complementary color
Monochromatic Colors of #DBAEC7
Black with #DBAEC7
Text Example
Text Example
White with #DBAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEC7; }
p { color: rgb(219,174,199); }
H1.HeaderClassName
{
color: #DBAEC7;
}
.AnyTagClassName
{
color: #DBAEC7;
}
</style>
background-color css
<style>
a { background-color: #DBAEC7; }
a { background-color: rgb(219,174,199); }
div.DivClassName
{
background-color: #DBAEC7;
}
.BgClassName
{
background-color: #DBAEC7;
}
</style>
border-color css
<style>
span { border-color: #DBAEC7; }
span { border-color: rgb(219,174,199); }
td.TdClassName
{
border-color: #DBAEC7;
}
.TagClassName
{
border-color: #DBAEC7;
}
</style>