Shades of Twilight #DFBACF
Tints of Twilight #DFBACF
RGB
CMYK
RGB Variations
Color information
#DFBACF (or 0xDFBACF) is known color: Twilight. HEX triplet: DF, BA and CF. RGB value is (223,186,207). Sum of RGB (Red+Green+Blue) = 223+186+207=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBACF is #204530. Grayscale: #C7C7C7. Windows color (decimal): -2114865 or 13613791. OLE color: 13613791.
HSL color Cylindrical-coordinate representation of color #DFBACF: hue angle of 325.95º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBACF is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 207 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.13 |
| HSL | 325.95º | 0.37% | 0.8% | - |
| HSV(B) | 325.95º | 0.17% | 0.87% | - |
| XYZ | 59.25 | 55.31 | 66.58 | - |
| YUV | 199.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 207 | 0 | 0.17 | 0.07 | 0.13 | 325.95 | 0.37 | 0.8 |
| Hex | DF | BA | CF | 0 | 11 | 7 | D | 146 | 25 | 50 |
| Octal | 337 | 272 | 317 | 0 | 21 | 7 | 15 | 506 | 45 | 120 |
| Binary | 11011111 | 10111010 | 11001111 | 0 | 10001 | 111 | 1101 | 101000110 | 100101 | 1010000 |
Color Harmonies of #DFBACF
Complementary color
Monochromatic Colors of #DFBACF
Black with #DFBACF
Text Example
Text Example
White with #DFBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBACF; }
p { color: rgb(223,186,207); }
H1.HeaderClassName
{
color: #DFBACF;
}
.AnyTagClassName
{
color: #DFBACF;
}
</style>
background-color css
<style>
a { background-color: #DFBACF; }
a { background-color: rgb(223,186,207); }
div.DivClassName
{
background-color: #DFBACF;
}
.BgClassName
{
background-color: #DFBACF;
}
</style>
border-color css
<style>
span { border-color: #DFBACF; }
span { border-color: rgb(223,186,207); }
td.TdClassName
{
border-color: #DFBACF;
}
.TagClassName
{
border-color: #DFBACF;
}
</style>