Shades of Twilight #DCC0CF
Tints of Twilight #DCC0CF
RGB
CMYK
RGB Variations
Color information
#DCC0CF (or 0xDCC0CF) is known color: Twilight. HEX triplet: DC, C0 and CF. RGB value is (220,192,207). Sum of RGB (Red+Green+Blue) = 220+192+207=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CF is #233F30. Grayscale: #CACACA. Windows color (decimal): -2309937 or 13615324. OLE color: 13615324.
HSL color Cylindrical-coordinate representation of color #DCC0CF: hue angle of 327.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0CF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 207 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.14 |
| HSL | 327.86º | 0.29% | 0.81% | - |
| HSV(B) | 327.86º | 0.13% | 0.86% | - |
| XYZ | 59.63 | 57.42 | 66.97 | - |
| YUV | 202.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 207 | 0 | 0.13 | 0.06 | 0.14 | 327.86 | 0.29 | 0.81 |
| Hex | DC | C0 | CF | 0 | D | 6 | E | 148 | 1D | 51 |
| Octal | 334 | 300 | 317 | 0 | 15 | 6 | 16 | 510 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11001111 | 0 | 1101 | 110 | 1110 | 101001000 | 11101 | 1010001 |
Color Harmonies of #DCC0CF
Complementary color
Monochromatic Colors of #DCC0CF
Black with #DCC0CF
Text Example
Text Example
White with #DCC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0CF; }
p { color: rgb(220,192,207); }
H1.HeaderClassName
{
color: #DCC0CF;
}
.AnyTagClassName
{
color: #DCC0CF;
}
</style>
background-color css
<style>
a { background-color: #DCC0CF; }
a { background-color: rgb(220,192,207); }
div.DivClassName
{
background-color: #DCC0CF;
}
.BgClassName
{
background-color: #DCC0CF;
}
</style>
border-color css
<style>
span { border-color: #DCC0CF; }
span { border-color: rgb(220,192,207); }
td.TdClassName
{
border-color: #DCC0CF;
}
.TagClassName
{
border-color: #DCC0CF;
}
</style>