Shades of Twilight #DCB7C8
Tints of Twilight #DCB7C8
RGB
CMYK
RGB Variations
Color information
#DCB7C8 (or 0xDCB7C8) is known color: Twilight. HEX triplet: DC, B7 and C8. RGB value is (220,183,200). Sum of RGB (Red+Green+Blue) = 220+183+200=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C8 is #234837. Grayscale: #C3C3C3. Windows color (decimal): -2312248 or 13154268. OLE color: 13154268.
HSL color Cylindrical-coordinate representation of color #DCB7C8: hue angle of 332.43º 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 #DCB7C8 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 200 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.14 |
| HSL | 332.43º | 0.35% | 0.79% | - |
| HSV(B) | 332.43º | 0.17% | 0.86% | - |
| XYZ | 56.87 | 53.25 | 61.92 | - |
| YUV | 196 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 200 | 0 | 0.17 | 0.09 | 0.14 | 332.43 | 0.35 | 0.79 |
| Hex | DC | B7 | C8 | 0 | 11 | 9 | E | 14C | 23 | 4F |
| Octal | 334 | 267 | 310 | 0 | 21 | 11 | 16 | 514 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11001000 | 0 | 10001 | 1001 | 1110 | 101001100 | 100011 | 1001111 |
Color Harmonies of #DCB7C8
Complementary color
Monochromatic Colors of #DCB7C8
Black with #DCB7C8
Text Example
Text Example
White with #DCB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7C8; }
p { color: rgb(220,183,200); }
H1.HeaderClassName
{
color: #DCB7C8;
}
.AnyTagClassName
{
color: #DCB7C8;
}
</style>
background-color css
<style>
a { background-color: #DCB7C8; }
a { background-color: rgb(220,183,200); }
div.DivClassName
{
background-color: #DCB7C8;
}
.BgClassName
{
background-color: #DCB7C8;
}
</style>
border-color css
<style>
span { border-color: #DCB7C8; }
span { border-color: rgb(220,183,200); }
td.TdClassName
{
border-color: #DCB7C8;
}
.TagClassName
{
border-color: #DCB7C8;
}
</style>