Shades of Twilight #DCB7C7
Tints of Twilight #DCB7C7
RGB
CMYK
RGB Variations
Color information
#DCB7C7 (or 0xDCB7C7) is known color: Twilight. HEX triplet: DC, B7 and C7. RGB value is (220,183,199). Sum of RGB (Red+Green+Blue) = 220+183+199=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C7 is #234838. Grayscale: #C3C3C3. Windows color (decimal): -2312249 or 13088732. OLE color: 13088732.
HSL color Cylindrical-coordinate representation of color #DCB7C7: hue angle of 334.05º 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 #DCB7C7 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 199 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.14 |
| HSL | 334.05º | 0.35% | 0.79% | - |
| HSV(B) | 334.05º | 0.17% | 0.86% | - |
| XYZ | 56.76 | 53.21 | 61.31 | - |
| YUV | 195.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 199 | 0 | 0.17 | 0.10 | 0.14 | 334.05 | 0.35 | 0.79 |
| Hex | DC | B7 | C7 | 0 | 11 | A | E | 14E | 23 | 4F |
| Octal | 334 | 267 | 307 | 0 | 21 | 12 | 16 | 516 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11000111 | 0 | 10001 | 1010 | 1110 | 101001110 | 100011 | 1001111 |
Color Harmonies of #DCB7C7
Complementary color
Monochromatic Colors of #DCB7C7
Black with #DCB7C7
Text Example
Text Example
White with #DCB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7C7; }
p { color: rgb(220,183,199); }
H1.HeaderClassName
{
color: #DCB7C7;
}
.AnyTagClassName
{
color: #DCB7C7;
}
</style>
background-color css
<style>
a { background-color: #DCB7C7; }
a { background-color: rgb(220,183,199); }
div.DivClassName
{
background-color: #DCB7C7;
}
.BgClassName
{
background-color: #DCB7C7;
}
</style>
border-color css
<style>
span { border-color: #DCB7C7; }
span { border-color: rgb(220,183,199); }
td.TdClassName
{
border-color: #DCB7C7;
}
.TagClassName
{
border-color: #DCB7C7;
}
</style>