Shades of Twilight #DFBAC9
Tints of Twilight #DFBAC9
RGB
CMYK
RGB Variations
Color information
#DFBAC9 (or 0xDFBAC9) is known color: Twilight. HEX triplet: DF, BA and C9. RGB value is (223,186,201). Sum of RGB (Red+Green+Blue) = 223+186+201=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC9 is #204536. Grayscale: #C6C6C6. Windows color (decimal): -2114871 or 13220575. OLE color: 13220575.
HSL color Cylindrical-coordinate representation of color #DFBAC9: hue angle of 335.68º 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 #DFBAC9 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 201 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.13 |
| HSL | 335.68º | 0.37% | 0.8% | - |
| HSV(B) | 335.68º | 0.17% | 0.87% | - |
| XYZ | 58.53 | 55.02 | 62.79 | - |
| YUV | 198.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 201 | 0 | 0.17 | 0.10 | 0.13 | 335.68 | 0.37 | 0.8 |
| Hex | DF | BA | C9 | 0 | 11 | A | D | 150 | 25 | 50 |
| Octal | 337 | 272 | 311 | 0 | 21 | 12 | 15 | 520 | 45 | 120 |
| Binary | 11011111 | 10111010 | 11001001 | 0 | 10001 | 1010 | 1101 | 101010000 | 100101 | 1010000 |
Color Harmonies of #DFBAC9
Complementary color
Monochromatic Colors of #DFBAC9
Black with #DFBAC9
Text Example
Text Example
White with #DFBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAC9; }
p { color: rgb(223,186,201); }
H1.HeaderClassName
{
color: #DFBAC9;
}
.AnyTagClassName
{
color: #DFBAC9;
}
</style>
background-color css
<style>
a { background-color: #DFBAC9; }
a { background-color: rgb(223,186,201); }
div.DivClassName
{
background-color: #DFBAC9;
}
.BgClassName
{
background-color: #DFBAC9;
}
</style>
border-color css
<style>
span { border-color: #DFBAC9; }
span { border-color: rgb(223,186,201); }
td.TdClassName
{
border-color: #DFBAC9;
}
.TagClassName
{
border-color: #DFBAC9;
}
</style>