Shades of Twilight #DBAFC7
Tints of Twilight #DBAFC7
RGB
CMYK
RGB Variations
Color information
#DBAFC7 (or 0xDBAFC7) is known color: Twilight. HEX triplet: DB, AF and C7. RGB value is (219,175,199). Sum of RGB (Red+Green+Blue) = 219+175+199=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC7 is #245038. Grayscale: #BEBEBE. Windows color (decimal): -2379833 or 13086683. OLE color: 13086683.
HSL color Cylindrical-coordinate representation of color #DBAFC7: hue angle of 327.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFC7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 199 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.14 |
| HSL | 327.27º | 0.38% | 0.77% | - |
| HSV(B) | 327.27º | 0.2% | 0.86% | - |
| XYZ | 54.85 | 49.84 | 60.76 | - |
| YUV | 190.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 199 | 0 | 0.20 | 0.09 | 0.14 | 327.27 | 0.38 | 0.77 |
| Hex | DB | AF | C7 | 0 | 14 | 9 | E | 147 | 26 | 4D |
| Octal | 333 | 257 | 307 | 0 | 24 | 11 | 16 | 507 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11000111 | 0 | 10100 | 1001 | 1110 | 101000111 | 100110 | 1001101 |
Color Harmonies of #DBAFC7
Complementary color
Monochromatic Colors of #DBAFC7
Black with #DBAFC7
Text Example
Text Example
White with #DBAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFC7; }
p { color: rgb(219,175,199); }
H1.HeaderClassName
{
color: #DBAFC7;
}
.AnyTagClassName
{
color: #DBAFC7;
}
</style>
background-color css
<style>
a { background-color: #DBAFC7; }
a { background-color: rgb(219,175,199); }
div.DivClassName
{
background-color: #DBAFC7;
}
.BgClassName
{
background-color: #DBAFC7;
}
</style>
border-color css
<style>
span { border-color: #DBAFC7; }
span { border-color: rgb(219,175,199); }
td.TdClassName
{
border-color: #DBAFC7;
}
.TagClassName
{
border-color: #DBAFC7;
}
</style>