Shades of Twilight #DFC6D5
Tints of Twilight #DFC6D5
RGB
CMYK
RGB Variations
Color information
#DFC6D5 (or 0xDFC6D5) is known color: Twilight. HEX triplet: DF, C6 and D5. RGB value is (223,198,213). Sum of RGB (Red+Green+Blue) = 223+198+213=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6D5 is #20392A. Grayscale: #CFCFCF. Windows color (decimal): -2111787 or 14010079. OLE color: 14010079.
HSL color Cylindrical-coordinate representation of color #DFC6D5: hue angle of 324º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC6D5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 213 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.13 |
| HSL | 324º | 0.28% | 0.83% | - |
| HSV(B) | 324º | 0.11% | 0.87% | - |
| XYZ | 62.64 | 60.88 | 71.4 | - |
| YUV | 207.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 213 | 0 | 0.11 | 0.04 | 0.13 | 324 | 0.28 | 0.83 |
| Hex | DF | C6 | D5 | 0 | B | 4 | D | 144 | 1C | 53 |
| Octal | 337 | 306 | 325 | 0 | 13 | 4 | 15 | 504 | 34 | 123 |
| Binary | 11011111 | 11000110 | 11010101 | 0 | 1011 | 100 | 1101 | 101000100 | 11100 | 1010011 |
Color Harmonies of #DFC6D5
Complementary color
Monochromatic Colors of #DFC6D5
Black with #DFC6D5
Text Example
Text Example
White with #DFC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6D5; }
p { color: rgb(223,198,213); }
H1.HeaderClassName
{
color: #DFC6D5;
}
.AnyTagClassName
{
color: #DFC6D5;
}
</style>
background-color css
<style>
a { background-color: #DFC6D5; }
a { background-color: rgb(223,198,213); }
div.DivClassName
{
background-color: #DFC6D5;
}
.BgClassName
{
background-color: #DFC6D5;
}
</style>
border-color css
<style>
span { border-color: #DFC6D5; }
span { border-color: rgb(223,198,213); }
td.TdClassName
{
border-color: #DFC6D5;
}
.TagClassName
{
border-color: #DFC6D5;
}
</style>