Shades of Twilight #DFBFCC
Tints of Twilight #DFBFCC
RGB
CMYK
RGB Variations
Color information
#DFBFCC (or 0xDFBFCC) is known color: Twilight. HEX triplet: DF, BF and CC. RGB value is (223,191,204). Sum of RGB (Red+Green+Blue) = 223+191+204=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFCC is #204033. Grayscale: #CACACA. Windows color (decimal): -2113588 or 13418463. OLE color: 13418463.
HSL color Cylindrical-coordinate representation of color #DFBFCC: hue angle of 335.62º 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 #DFBFCC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 204 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.13 |
| HSL | 335.63º | 0.33% | 0.81% | - |
| HSV(B) | 335.63º | 0.14% | 0.87% | - |
| XYZ | 59.96 | 57.31 | 65.03 | - |
| YUV | 202.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 204 | 0 | 0.14 | 0.09 | 0.13 | 335.63 | 0.33 | 0.81 |
| Hex | DF | BF | CC | 0 | E | 9 | D | 150 | 21 | 51 |
| Octal | 337 | 277 | 314 | 0 | 16 | 11 | 15 | 520 | 41 | 121 |
| Binary | 11011111 | 10111111 | 11001100 | 0 | 1110 | 1001 | 1101 | 101010000 | 100001 | 1010001 |
Color Harmonies of #DFBFCC
Complementary color
Monochromatic Colors of #DFBFCC
Black with #DFBFCC
Text Example
Text Example
White with #DFBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFCC; }
p { color: rgb(223,191,204); }
H1.HeaderClassName
{
color: #DFBFCC;
}
.AnyTagClassName
{
color: #DFBFCC;
}
</style>
background-color css
<style>
a { background-color: #DFBFCC; }
a { background-color: rgb(223,191,204); }
div.DivClassName
{
background-color: #DFBFCC;
}
.BgClassName
{
background-color: #DFBFCC;
}
</style>
border-color css
<style>
span { border-color: #DFBFCC; }
span { border-color: rgb(223,191,204); }
td.TdClassName
{
border-color: #DFBFCC;
}
.TagClassName
{
border-color: #DFBFCC;
}
</style>