Shades of Twilight #DFBCD0
Tints of Twilight #DFBCD0
RGB
CMYK
RGB Variations
Color information
#DFBCD0 (or 0xDFBCD0) is known color: Twilight. HEX triplet: DF, BC and D0. RGB value is (223,188,208). Sum of RGB (Red+Green+Blue) = 223+188+208=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD0 is #20432F. Grayscale: #C8C8C8. Windows color (decimal): -2114352 or 13679839. OLE color: 13679839.
HSL color Cylindrical-coordinate representation of color #DFBCD0: hue angle of 325.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCD0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 208 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.13 |
| HSL | 325.71º | 0.35% | 0.81% | - |
| HSV(B) | 325.71º | 0.16% | 0.87% | - |
| XYZ | 59.8 | 56.21 | 67.37 | - |
| YUV | 200.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 208 | 0 | 0.16 | 0.07 | 0.13 | 325.71 | 0.35 | 0.81 |
| Hex | DF | BC | D0 | 0 | 10 | 7 | D | 146 | 23 | 51 |
| Octal | 337 | 274 | 320 | 0 | 20 | 7 | 15 | 506 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11010000 | 0 | 10000 | 111 | 1101 | 101000110 | 100011 | 1010001 |
Color Harmonies of #DFBCD0
Complementary color
Monochromatic Colors of #DFBCD0
Black with #DFBCD0
Text Example
Text Example
White with #DFBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCD0; }
p { color: rgb(223,188,208); }
H1.HeaderClassName
{
color: #DFBCD0;
}
.AnyTagClassName
{
color: #DFBCD0;
}
</style>
background-color css
<style>
a { background-color: #DFBCD0; }
a { background-color: rgb(223,188,208); }
div.DivClassName
{
background-color: #DFBCD0;
}
.BgClassName
{
background-color: #DFBCD0;
}
</style>
border-color css
<style>
span { border-color: #DFBCD0; }
span { border-color: rgb(223,188,208); }
td.TdClassName
{
border-color: #DFBCD0;
}
.TagClassName
{
border-color: #DFBCD0;
}
</style>