Shades of Twilight #DFC1CF
Tints of Twilight #DFC1CF
RGB
CMYK
RGB Variations
Color information
#DFC1CF (or 0xDFC1CF) is known color: Twilight. HEX triplet: DF, C1 and CF. RGB value is (223,193,207). Sum of RGB (Red+Green+Blue) = 223+193+207=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1CF is #203E30. Grayscale: #CBCBCB. Windows color (decimal): -2113073 or 13615583. OLE color: 13615583.
HSL color Cylindrical-coordinate representation of color #DFC1CF: hue angle of 332º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC1CF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 207 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.13 |
| HSL | 332º | 0.32% | 0.82% | - |
| HSV(B) | 332º | 0.13% | 0.87% | - |
| XYZ | 60.76 | 58.33 | 67.09 | - |
| YUV | 203.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 207 | 0 | 0.13 | 0.07 | 0.13 | 332 | 0.32 | 0.82 |
| Hex | DF | C1 | CF | 0 | D | 7 | D | 14C | 20 | 52 |
| Octal | 337 | 301 | 317 | 0 | 15 | 7 | 15 | 514 | 40 | 122 |
| Binary | 11011111 | 11000001 | 11001111 | 0 | 1101 | 111 | 1101 | 101001100 | 100000 | 1010010 |
Color Harmonies of #DFC1CF
Complementary color
Monochromatic Colors of #DFC1CF
Black with #DFC1CF
Text Example
Text Example
White with #DFC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1CF; }
p { color: rgb(223,193,207); }
H1.HeaderClassName
{
color: #DFC1CF;
}
.AnyTagClassName
{
color: #DFC1CF;
}
</style>
background-color css
<style>
a { background-color: #DFC1CF; }
a { background-color: rgb(223,193,207); }
div.DivClassName
{
background-color: #DFC1CF;
}
.BgClassName
{
background-color: #DFC1CF;
}
</style>
border-color css
<style>
span { border-color: #DFC1CF; }
span { border-color: rgb(223,193,207); }
td.TdClassName
{
border-color: #DFC1CF;
}
.TagClassName
{
border-color: #DFC1CF;
}
</style>