Shades of Twilight #DCB9C8
Tints of Twilight #DCB9C8
RGB
CMYK
RGB Variations
Color information
#DCB9C8 (or 0xDCB9C8) is known color: Twilight. HEX triplet: DC, B9 and C8. RGB value is (220,185,200). Sum of RGB (Red+Green+Blue) = 220+185+200=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9C8 is #234637. Grayscale: #C5C5C5. Windows color (decimal): -2311736 or 13154780. OLE color: 13154780.
HSL color Cylindrical-coordinate representation of color #DCB9C8: hue angle of 334.29º degrees, saturation: 0.33, 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 #DCB9C8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 200 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.14 |
| HSL | 334.29º | 0.33% | 0.79% | - |
| HSV(B) | 334.29º | 0.16% | 0.86% | - |
| XYZ | 57.29 | 54.08 | 62.06 | - |
| YUV | 197.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 200 | 0 | 0.16 | 0.09 | 0.14 | 334.29 | 0.33 | 0.79 |
| Hex | DC | B9 | C8 | 0 | 10 | 9 | E | 14E | 21 | 4F |
| Octal | 334 | 271 | 310 | 0 | 20 | 11 | 16 | 516 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11001000 | 0 | 10000 | 1001 | 1110 | 101001110 | 100001 | 1001111 |
Color Harmonies of #DCB9C8
Complementary color
Monochromatic Colors of #DCB9C8
Black with #DCB9C8
Text Example
Text Example
White with #DCB9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9C8; }
p { color: rgb(220,185,200); }
H1.HeaderClassName
{
color: #DCB9C8;
}
.AnyTagClassName
{
color: #DCB9C8;
}
</style>
background-color css
<style>
a { background-color: #DCB9C8; }
a { background-color: rgb(220,185,200); }
div.DivClassName
{
background-color: #DCB9C8;
}
.BgClassName
{
background-color: #DCB9C8;
}
</style>
border-color css
<style>
span { border-color: #DCB9C8; }
span { border-color: rgb(220,185,200); }
td.TdClassName
{
border-color: #DCB9C8;
}
.TagClassName
{
border-color: #DCB9C8;
}
</style>