Shades of Twilight #DCB7C9
Tints of Twilight #DCB7C9
RGB
CMYK
RGB Variations
Color information
#DCB7C9 (or 0xDCB7C9) is known color: Twilight. HEX triplet: DC, B7 and C9. RGB value is (220,183,201). Sum of RGB (Red+Green+Blue) = 220+183+201=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C9 is #234836. Grayscale: #C4C4C4. Windows color (decimal): -2312247 or 13219804. OLE color: 13219804.
HSL color Cylindrical-coordinate representation of color #DCB7C9: hue angle of 330.81º 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 #DCB7C9 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 201 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.14 |
| HSL | 330.81º | 0.35% | 0.79% | - |
| HSV(B) | 330.81º | 0.17% | 0.86% | - |
| XYZ | 56.99 | 53.3 | 62.54 | - |
| YUV | 196.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 201 | 0 | 0.17 | 0.09 | 0.14 | 330.81 | 0.35 | 0.79 |
| Hex | DC | B7 | C9 | 0 | 11 | 9 | E | 14B | 23 | 4F |
| Octal | 334 | 267 | 311 | 0 | 21 | 11 | 16 | 513 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11001001 | 0 | 10001 | 1001 | 1110 | 101001011 | 100011 | 1001111 |
Color Harmonies of #DCB7C9
Complementary color
Monochromatic Colors of #DCB7C9
Black with #DCB7C9
Text Example
Text Example
White with #DCB7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7C9; }
p { color: rgb(220,183,201); }
H1.HeaderClassName
{
color: #DCB7C9;
}
.AnyTagClassName
{
color: #DCB7C9;
}
</style>
background-color css
<style>
a { background-color: #DCB7C9; }
a { background-color: rgb(220,183,201); }
div.DivClassName
{
background-color: #DCB7C9;
}
.BgClassName
{
background-color: #DCB7C9;
}
</style>
border-color css
<style>
span { border-color: #DCB7C9; }
span { border-color: rgb(220,183,201); }
td.TdClassName
{
border-color: #DCB7C9;
}
.TagClassName
{
border-color: #DCB7C9;
}
</style>