Shades of Twilight #DCB0C7
Tints of Twilight #DCB0C7
RGB
CMYK
RGB Variations
Color information
#DCB0C7 (or 0xDCB0C7) is known color: Twilight. HEX triplet: DC, B0 and C7. RGB value is (220,176,199). Sum of RGB (Red+Green+Blue) = 220+176+199=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C7 is #234F38. Grayscale: #BFBFBF. Windows color (decimal): -2314041 or 13086940. OLE color: 13086940.
HSL color Cylindrical-coordinate representation of color #DCB0C7: hue angle of 328.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0C7 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 199 | - |
| CMYK | 0 | 0.2 | 0.10 | 0.14 |
| HSL | 328.64º | 0.39% | 0.78% | - |
| HSV(B) | 328.64º | 0.2% | 0.86% | - |
| XYZ | 55.35 | 50.39 | 60.84 | - |
| YUV | 191.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 199 | 0 | 0.2 | 0.10 | 0.14 | 328.64 | 0.39 | 0.78 |
| Hex | DC | B0 | C7 | 0 | 14 | A | E | 149 | 27 | 4E |
| Octal | 334 | 260 | 307 | 0 | 24 | 12 | 16 | 511 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11000111 | 0 | 10100 | 1010 | 1110 | 101001001 | 100111 | 1001110 |
Color Harmonies of #DCB0C7
Complementary color
Monochromatic Colors of #DCB0C7
Black with #DCB0C7
Text Example
Text Example
White with #DCB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0C7; }
p { color: rgb(220,176,199); }
H1.HeaderClassName
{
color: #DCB0C7;
}
.AnyTagClassName
{
color: #DCB0C7;
}
</style>
background-color css
<style>
a { background-color: #DCB0C7; }
a { background-color: rgb(220,176,199); }
div.DivClassName
{
background-color: #DCB0C7;
}
.BgClassName
{
background-color: #DCB0C7;
}
</style>
border-color css
<style>
span { border-color: #DCB0C7; }
span { border-color: rgb(220,176,199); }
td.TdClassName
{
border-color: #DCB0C7;
}
.TagClassName
{
border-color: #DCB0C7;
}
</style>