Shades of Twilight #DFBACD
Tints of Twilight #DFBACD
RGB
CMYK
RGB Variations
Color information
#DFBACD (or 0xDFBACD) is known color: Twilight. HEX triplet: DF, BA and CD. RGB value is (223,186,205). Sum of RGB (Red+Green+Blue) = 223+186+205=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBACD is #204532. Grayscale: #C7C7C7. Windows color (decimal): -2114867 or 13482719. OLE color: 13482719.
HSL color Cylindrical-coordinate representation of color #DFBACD: hue angle of 329.19º 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 #DFBACD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 186 | 205 | - |
CMYK | 0 | 0.17 | 0.08 | 0.13 |
HSL | 329.19º | 0.37% | 0.8% | - |
HSV(B) | 329.19º | 0.17% | 0.87% | - |
XYZ | 59.01 | 55.21 | 65.3 | - |
YUV | 199.23 | 131.26 | 144.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 186 | 205 | 0 | 0.17 | 0.08 | 0.13 | 329.19 | 0.37 | 0.8 |
Hex | DF | BA | CD | 0 | 11 | 8 | D | 149 | 25 | 50 |
Octal | 337 | 272 | 315 | 0 | 21 | 10 | 15 | 511 | 45 | 120 |
Binary | 11011111 | 10111010 | 11001101 | 0 | 10001 | 1000 | 1101 | 101001001 | 100101 | 1010000 |
Color Harmonies of #DFBACD
Complementary color
Monochromatic Colors of #DFBACD
Black with #DFBACD
Text Example
Text Example
White with #DFBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBACD; }
p { color: rgb(223,186,205); }
H1.HeaderClassName
{
color: #DFBACD;
}
.AnyTagClassName
{
color: #DFBACD;
}
</style>
background-color css
<style>
a { background-color: #DFBACD; }
a { background-color: rgb(223,186,205); }
div.DivClassName
{
background-color: #DFBACD;
}
.BgClassName
{
background-color: #DFBACD;
}
</style>
border-color css
<style>
span { border-color: #DFBACD; }
span { border-color: rgb(223,186,205); }
td.TdClassName
{
border-color: #DFBACD;
}
.TagClassName
{
border-color: #DFBACD;
}
</style>