Shades of Twilight #DCB7CA
Tints of Twilight #DCB7CA
RGB
CMYK
RGB Variations
Color information
#DCB7CA (or 0xDCB7CA) is known color: Twilight. HEX triplet: DC, B7 and CA. RGB value is (220,183,202). Sum of RGB (Red+Green+Blue) = 220+183+202=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7CA is #234835. Grayscale: #C4C4C4. Windows color (decimal): -2312246 or 13285340. OLE color: 13285340.
HSL color Cylindrical-coordinate representation of color #DCB7CA: hue angle of 329.19º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7CA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 202 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.14 |
| HSL | 329.19º | 0.35% | 0.79% | - |
| HSV(B) | 329.19º | 0.17% | 0.86% | - |
| XYZ | 57.11 | 53.35 | 63.16 | - |
| YUV | 196.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 202 | 0 | 0.17 | 0.08 | 0.14 | 329.19 | 0.35 | 0.79 |
| Hex | DC | B7 | CA | 0 | 11 | 8 | E | 149 | 23 | 4F |
| Octal | 334 | 267 | 312 | 0 | 21 | 10 | 16 | 511 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11001010 | 0 | 10001 | 1000 | 1110 | 101001001 | 100011 | 1001111 |
Color Harmonies of #DCB7CA
Complementary color
Monochromatic Colors of #DCB7CA
Black with #DCB7CA
Text Example
Text Example
White with #DCB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7CA; }
p { color: rgb(220,183,202); }
H1.HeaderClassName
{
color: #DCB7CA;
}
.AnyTagClassName
{
color: #DCB7CA;
}
</style>
background-color css
<style>
a { background-color: #DCB7CA; }
a { background-color: rgb(220,183,202); }
div.DivClassName
{
background-color: #DCB7CA;
}
.BgClassName
{
background-color: #DCB7CA;
}
</style>
border-color css
<style>
span { border-color: #DCB7CA; }
span { border-color: rgb(220,183,202); }
td.TdClassName
{
border-color: #DCB7CA;
}
.TagClassName
{
border-color: #DCB7CA;
}
</style>