Shades of Twilight #DFC3CF
Tints of Twilight #DFC3CF
RGB
CMYK
RGB Variations
Color information
#DFC3CF (or 0xDFC3CF) is known color: Twilight. HEX triplet: DF, C3 and CF. RGB value is (223,195,207). Sum of RGB (Red+Green+Blue) = 223+195+207=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3CF is #203C30. Grayscale: #CCCCCC. Windows color (decimal): -2112561 or 13616095. OLE color: 13616095.
HSL color Cylindrical-coordinate representation of color #DFC3CF: hue angle of 334.29º degrees, saturation: 0.3, 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 #DFC3CF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 207 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.13 |
| HSL | 334.29º | 0.3% | 0.82% | - |
| HSV(B) | 334.29º | 0.13% | 0.87% | - |
| XYZ | 61.21 | 59.22 | 67.24 | - |
| YUV | 204.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 207 | 0 | 0.13 | 0.07 | 0.13 | 334.29 | 0.3 | 0.82 |
| Hex | DF | C3 | CF | 0 | D | 7 | D | 14E | 1E | 52 |
| Octal | 337 | 303 | 317 | 0 | 15 | 7 | 15 | 516 | 36 | 122 |
| Binary | 11011111 | 11000011 | 11001111 | 0 | 1101 | 111 | 1101 | 101001110 | 11110 | 1010010 |
Color Harmonies of #DFC3CF
Complementary color
Monochromatic Colors of #DFC3CF
Black with #DFC3CF
Text Example
Text Example
White with #DFC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3CF; }
p { color: rgb(223,195,207); }
H1.HeaderClassName
{
color: #DFC3CF;
}
.AnyTagClassName
{
color: #DFC3CF;
}
</style>
background-color css
<style>
a { background-color: #DFC3CF; }
a { background-color: rgb(223,195,207); }
div.DivClassName
{
background-color: #DFC3CF;
}
.BgClassName
{
background-color: #DFC3CF;
}
</style>
border-color css
<style>
span { border-color: #DFC3CF; }
span { border-color: rgb(223,195,207); }
td.TdClassName
{
border-color: #DFC3CF;
}
.TagClassName
{
border-color: #DFC3CF;
}
</style>