Shades of Twilight #DFBACB
Tints of Twilight #DFBACB
RGB
CMYK
RGB Variations
Color information
#DFBACB (or 0xDFBACB) is known color: Twilight. HEX triplet: DF, BA and CB. RGB value is (223,186,203). Sum of RGB (Red+Green+Blue) = 223+186+203=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBACB is #204534. Grayscale: #C6C6C6. Windows color (decimal): -2114869 or 13351647. OLE color: 13351647.
HSL color Cylindrical-coordinate representation of color #DFBACB: hue angle of 332.43º 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 #DFBACB is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 203 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.13 |
| HSL | 332.43º | 0.37% | 0.8% | - |
| HSV(B) | 332.43º | 0.17% | 0.87% | - |
| XYZ | 58.77 | 55.12 | 64.04 | - |
| YUV | 199 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 203 | 0 | 0.17 | 0.09 | 0.13 | 332.43 | 0.37 | 0.8 |
| Hex | DF | BA | CB | 0 | 11 | 9 | D | 14C | 25 | 50 |
| Octal | 337 | 272 | 313 | 0 | 21 | 11 | 15 | 514 | 45 | 120 |
| Binary | 11011111 | 10111010 | 11001011 | 0 | 10001 | 1001 | 1101 | 101001100 | 100101 | 1010000 |
Color Harmonies of #DFBACB
Complementary color
Monochromatic Colors of #DFBACB
Black with #DFBACB
Text Example
Text Example
White with #DFBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBACB; }
p { color: rgb(223,186,203); }
H1.HeaderClassName
{
color: #DFBACB;
}
.AnyTagClassName
{
color: #DFBACB;
}
</style>
background-color css
<style>
a { background-color: #DFBACB; }
a { background-color: rgb(223,186,203); }
div.DivClassName
{
background-color: #DFBACB;
}
.BgClassName
{
background-color: #DFBACB;
}
</style>
border-color css
<style>
span { border-color: #DFBACB; }
span { border-color: rgb(223,186,203); }
td.TdClassName
{
border-color: #DFBACB;
}
.TagClassName
{
border-color: #DFBACB;
}
</style>