Shades of Twilight #DFC1CD
Tints of Twilight #DFC1CD
RGB
CMYK
RGB Variations
Color information
#DFC1CD (or 0xDFC1CD) is known color: Twilight. HEX triplet: DF, C1 and CD. RGB value is (223,193,205). Sum of RGB (Red+Green+Blue) = 223+193+205=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1CD is #203E32. Grayscale: #CBCBCB. Windows color (decimal): -2113075 or 13484511. OLE color: 13484511.
HSL color Cylindrical-coordinate representation of color #DFC1CD: hue angle of 336º 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 #DFC1CD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 205 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.13 |
| HSL | 336º | 0.32% | 0.82% | - |
| HSV(B) | 336º | 0.13% | 0.87% | - |
| XYZ | 60.52 | 58.24 | 65.81 | - |
| YUV | 203.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 205 | 0 | 0.13 | 0.08 | 0.13 | 336 | 0.32 | 0.82 |
| Hex | DF | C1 | CD | 0 | D | 8 | D | 150 | 20 | 52 |
| Octal | 337 | 301 | 315 | 0 | 15 | 10 | 15 | 520 | 40 | 122 |
| Binary | 11011111 | 11000001 | 11001101 | 0 | 1101 | 1000 | 1101 | 101010000 | 100000 | 1010010 |
Color Harmonies of #DFC1CD
Complementary color
Monochromatic Colors of #DFC1CD
Black with #DFC1CD
Text Example
Text Example
White with #DFC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1CD; }
p { color: rgb(223,193,205); }
H1.HeaderClassName
{
color: #DFC1CD;
}
.AnyTagClassName
{
color: #DFC1CD;
}
</style>
background-color css
<style>
a { background-color: #DFC1CD; }
a { background-color: rgb(223,193,205); }
div.DivClassName
{
background-color: #DFC1CD;
}
.BgClassName
{
background-color: #DFC1CD;
}
</style>
border-color css
<style>
span { border-color: #DFC1CD; }
span { border-color: rgb(223,193,205); }
td.TdClassName
{
border-color: #DFC1CD;
}
.TagClassName
{
border-color: #DFC1CD;
}
</style>