Shades of Twilight #DFBFD1
Tints of Twilight #DFBFD1
RGB
CMYK
RGB Variations
Color information
#DFBFD1 (or 0xDFBFD1) is known color: Twilight. HEX triplet: DF, BF and D1. RGB value is (223,191,209). Sum of RGB (Red+Green+Blue) = 223+191+209=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD1 is #20402E. Grayscale: #CACACA. Windows color (decimal): -2113583 or 13746143. OLE color: 13746143.
HSL color Cylindrical-coordinate representation of color #DFBFD1: hue angle of 326.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFD1 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 209 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.13 |
| HSL | 326.25º | 0.33% | 0.81% | - |
| HSV(B) | 326.25º | 0.14% | 0.87% | - |
| XYZ | 60.57 | 57.55 | 68.24 | - |
| YUV | 202.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 209 | 0 | 0.14 | 0.06 | 0.13 | 326.25 | 0.33 | 0.81 |
| Hex | DF | BF | D1 | 0 | E | 6 | D | 146 | 21 | 51 |
| Octal | 337 | 277 | 321 | 0 | 16 | 6 | 15 | 506 | 41 | 121 |
| Binary | 11011111 | 10111111 | 11010001 | 0 | 1110 | 110 | 1101 | 101000110 | 100001 | 1010001 |
Color Harmonies of #DFBFD1
Complementary color
Monochromatic Colors of #DFBFD1
Black with #DFBFD1
Text Example
Text Example
White with #DFBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFD1; }
p { color: rgb(223,191,209); }
H1.HeaderClassName
{
color: #DFBFD1;
}
.AnyTagClassName
{
color: #DFBFD1;
}
</style>
background-color css
<style>
a { background-color: #DFBFD1; }
a { background-color: rgb(223,191,209); }
div.DivClassName
{
background-color: #DFBFD1;
}
.BgClassName
{
background-color: #DFBFD1;
}
</style>
border-color css
<style>
span { border-color: #DFBFD1; }
span { border-color: rgb(223,191,209); }
td.TdClassName
{
border-color: #DFBFD1;
}
.TagClassName
{
border-color: #DFBFD1;
}
</style>