Shades of Twilight #DFC0CC
Tints of Twilight #DFC0CC
RGB
CMYK
RGB Variations
Color information
#DFC0CC (or 0xDFC0CC) is known color: Twilight. HEX triplet: DF, C0 and CC. RGB value is (223,192,204). Sum of RGB (Red+Green+Blue) = 223+192+204=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0CC is #203F33. Grayscale: #CACACA. Windows color (decimal): -2113332 or 13418719. OLE color: 13418719.
HSL color Cylindrical-coordinate representation of color #DFC0CC: hue angle of 336.77º 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 #DFC0CC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 204 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.13 |
| HSL | 336.77º | 0.33% | 0.81% | - |
| HSV(B) | 336.77º | 0.14% | 0.87% | - |
| XYZ | 60.18 | 57.75 | 65.1 | - |
| YUV | 202.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 204 | 0 | 0.14 | 0.09 | 0.13 | 336.77 | 0.33 | 0.81 |
| Hex | DF | C0 | CC | 0 | E | 9 | D | 151 | 21 | 51 |
| Octal | 337 | 300 | 314 | 0 | 16 | 11 | 15 | 521 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11001100 | 0 | 1110 | 1001 | 1101 | 101010001 | 100001 | 1010001 |
Color Harmonies of #DFC0CC
Complementary color
Monochromatic Colors of #DFC0CC
Black with #DFC0CC
Text Example
Text Example
White with #DFC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0CC; }
p { color: rgb(223,192,204); }
H1.HeaderClassName
{
color: #DFC0CC;
}
.AnyTagClassName
{
color: #DFC0CC;
}
</style>
background-color css
<style>
a { background-color: #DFC0CC; }
a { background-color: rgb(223,192,204); }
div.DivClassName
{
background-color: #DFC0CC;
}
.BgClassName
{
background-color: #DFC0CC;
}
</style>
border-color css
<style>
span { border-color: #DFC0CC; }
span { border-color: rgb(223,192,204); }
td.TdClassName
{
border-color: #DFC0CC;
}
.TagClassName
{
border-color: #DFC0CC;
}
</style>