Shades of Twilight #DFBDCF
Tints of Twilight #DFBDCF
RGB
CMYK
RGB Variations
Color information
#DFBDCF (or 0xDFBDCF) is known color: Twilight. HEX triplet: DF, BD and CF. RGB value is (223,189,207). Sum of RGB (Red+Green+Blue) = 223+189+207=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDCF is #204230. Grayscale: #C9C9C9. Windows color (decimal): -2114097 or 13614559. OLE color: 13614559.
HSL color Cylindrical-coordinate representation of color #DFBDCF: hue angle of 328.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDCF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 207 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.13 |
| HSL | 328.24º | 0.35% | 0.81% | - |
| HSV(B) | 328.24º | 0.15% | 0.87% | - |
| XYZ | 59.89 | 56.59 | 66.8 | - |
| YUV | 201.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 207 | 0 | 0.15 | 0.07 | 0.13 | 328.24 | 0.35 | 0.81 |
| Hex | DF | BD | CF | 0 | F | 7 | D | 148 | 23 | 51 |
| Octal | 337 | 275 | 317 | 0 | 17 | 7 | 15 | 510 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11001111 | 0 | 1111 | 111 | 1101 | 101001000 | 100011 | 1010001 |
Color Harmonies of #DFBDCF
Complementary color
Monochromatic Colors of #DFBDCF
Black with #DFBDCF
Text Example
Text Example
White with #DFBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDCF; }
p { color: rgb(223,189,207); }
H1.HeaderClassName
{
color: #DFBDCF;
}
.AnyTagClassName
{
color: #DFBDCF;
}
</style>
background-color css
<style>
a { background-color: #DFBDCF; }
a { background-color: rgb(223,189,207); }
div.DivClassName
{
background-color: #DFBDCF;
}
.BgClassName
{
background-color: #DFBDCF;
}
</style>
border-color css
<style>
span { border-color: #DFBDCF; }
span { border-color: rgb(223,189,207); }
td.TdClassName
{
border-color: #DFBDCF;
}
.TagClassName
{
border-color: #DFBDCF;
}
</style>