Shades of Twilight #DCB8C7
Tints of Twilight #DCB8C7
RGB
CMYK
RGB Variations
Color information
#DCB8C7 (or 0xDCB8C7) is known color: Twilight. HEX triplet: DC, B8 and C7. RGB value is (220,184,199). Sum of RGB (Red+Green+Blue) = 220+184+199=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8C7 is #234738. Grayscale: #C4C4C4. Windows color (decimal): -2311993 or 13088988. OLE color: 13088988.
HSL color Cylindrical-coordinate representation of color #DCB8C7: hue angle of 335º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8C7 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 199 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.14 |
| HSL | 335º | 0.34% | 0.79% | - |
| HSV(B) | 335º | 0.16% | 0.86% | - |
| XYZ | 56.96 | 53.62 | 61.38 | - |
| YUV | 196.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 199 | 0 | 0.16 | 0.10 | 0.14 | 335 | 0.34 | 0.79 |
| Hex | DC | B8 | C7 | 0 | 10 | A | E | 14F | 22 | 4F |
| Octal | 334 | 270 | 307 | 0 | 20 | 12 | 16 | 517 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11000111 | 0 | 10000 | 1010 | 1110 | 101001111 | 100010 | 1001111 |
Color Harmonies of #DCB8C7
Complementary color
Monochromatic Colors of #DCB8C7
Black with #DCB8C7
Text Example
Text Example
White with #DCB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8C7; }
p { color: rgb(220,184,199); }
H1.HeaderClassName
{
color: #DCB8C7;
}
.AnyTagClassName
{
color: #DCB8C7;
}
</style>
background-color css
<style>
a { background-color: #DCB8C7; }
a { background-color: rgb(220,184,199); }
div.DivClassName
{
background-color: #DCB8C7;
}
.BgClassName
{
background-color: #DCB8C7;
}
</style>
border-color css
<style>
span { border-color: #DCB8C7; }
span { border-color: rgb(220,184,199); }
td.TdClassName
{
border-color: #DCB8C7;
}
.TagClassName
{
border-color: #DCB8C7;
}
</style>