Shades of Twilight #DCB6C7
Tints of Twilight #DCB6C7
RGB
CMYK
RGB Variations
Color information
#DCB6C7 (or 0xDCB6C7) is known color: Twilight. HEX triplet: DC, B6 and C7. RGB value is (220,182,199). Sum of RGB (Red+Green+Blue) = 220+182+199=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6C7 is #234938. Grayscale: #C3C3C3. Windows color (decimal): -2312505 or 13088476. OLE color: 13088476.
HSL color Cylindrical-coordinate representation of color #DCB6C7: hue angle of 333.16º 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 #DCB6C7 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 199 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.14 |
| HSL | 333.16º | 0.35% | 0.79% | - |
| HSV(B) | 333.16º | 0.17% | 0.86% | - |
| XYZ | 56.55 | 52.8 | 61.24 | - |
| YUV | 195.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 199 | 0 | 0.17 | 0.10 | 0.14 | 333.16 | 0.35 | 0.79 |
| Hex | DC | B6 | C7 | 0 | 11 | A | E | 14D | 23 | 4F |
| Octal | 334 | 266 | 307 | 0 | 21 | 12 | 16 | 515 | 43 | 117 |
| Binary | 11011100 | 10110110 | 11000111 | 0 | 10001 | 1010 | 1110 | 101001101 | 100011 | 1001111 |
Color Harmonies of #DCB6C7
Complementary color
Monochromatic Colors of #DCB6C7
Black with #DCB6C7
Text Example
Text Example
White with #DCB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6C7; }
p { color: rgb(220,182,199); }
H1.HeaderClassName
{
color: #DCB6C7;
}
.AnyTagClassName
{
color: #DCB6C7;
}
</style>
background-color css
<style>
a { background-color: #DCB6C7; }
a { background-color: rgb(220,182,199); }
div.DivClassName
{
background-color: #DCB6C7;
}
.BgClassName
{
background-color: #DCB6C7;
}
</style>
border-color css
<style>
span { border-color: #DCB6C7; }
span { border-color: rgb(220,182,199); }
td.TdClassName
{
border-color: #DCB6C7;
}
.TagClassName
{
border-color: #DCB6C7;
}
</style>