Shades of Twilight #DFBFD0
Tints of Twilight #DFBFD0
RGB
CMYK
RGB Variations
Color information
#DFBFD0 (or 0xDFBFD0) is known color: Twilight. HEX triplet: DF, BF and D0. RGB value is (223,191,208). Sum of RGB (Red+Green+Blue) = 223+191+208=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD0 is #20402F. Grayscale: #CACACA. Windows color (decimal): -2113584 or 13680607. OLE color: 13680607.
HSL color Cylindrical-coordinate representation of color #DFBFD0: hue angle of 328.12º 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 #DFBFD0 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 208 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.13 |
| HSL | 328.13º | 0.33% | 0.81% | - |
| HSV(B) | 328.13º | 0.14% | 0.87% | - |
| XYZ | 60.45 | 57.5 | 67.59 | - |
| YUV | 202.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 208 | 0 | 0.14 | 0.07 | 0.13 | 328.13 | 0.33 | 0.81 |
| Hex | DF | BF | D0 | 0 | E | 7 | D | 148 | 21 | 51 |
| Octal | 337 | 277 | 320 | 0 | 16 | 7 | 15 | 510 | 41 | 121 |
| Binary | 11011111 | 10111111 | 11010000 | 0 | 1110 | 111 | 1101 | 101001000 | 100001 | 1010001 |
Color Harmonies of #DFBFD0
Complementary color
Monochromatic Colors of #DFBFD0
Black with #DFBFD0
Text Example
Text Example
White with #DFBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFD0; }
p { color: rgb(223,191,208); }
H1.HeaderClassName
{
color: #DFBFD0;
}
.AnyTagClassName
{
color: #DFBFD0;
}
</style>
background-color css
<style>
a { background-color: #DFBFD0; }
a { background-color: rgb(223,191,208); }
div.DivClassName
{
background-color: #DFBFD0;
}
.BgClassName
{
background-color: #DFBFD0;
}
</style>
border-color css
<style>
span { border-color: #DFBFD0; }
span { border-color: rgb(223,191,208); }
td.TdClassName
{
border-color: #DFBFD0;
}
.TagClassName
{
border-color: #DFBFD0;
}
</style>