Shades of Twilight #DCB9CE
Tints of Twilight #DCB9CE
RGB
CMYK
RGB Variations
Color information
#DCB9CE (or 0xDCB9CE) is known color: Twilight. HEX triplet: DC, B9 and CE. RGB value is (220,185,206). Sum of RGB (Red+Green+Blue) = 220+185+206=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9CE is #234631. Grayscale: #C5C5C5. Windows color (decimal): -2311730 or 13547996. OLE color: 13547996.
HSL color Cylindrical-coordinate representation of color #DCB9CE: hue angle of 324º 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 #DCB9CE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 206 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.14 |
| HSL | 324º | 0.33% | 0.79% | - |
| HSV(B) | 324º | 0.16% | 0.86% | - |
| XYZ | 58 | 54.37 | 65.83 | - |
| YUV | 197.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 206 | 0 | 0.16 | 0.06 | 0.14 | 324 | 0.33 | 0.79 |
| Hex | DC | B9 | CE | 0 | 10 | 6 | E | 144 | 21 | 4F |
| Octal | 334 | 271 | 316 | 0 | 20 | 6 | 16 | 504 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11001110 | 0 | 10000 | 110 | 1110 | 101000100 | 100001 | 1001111 |
Color Harmonies of #DCB9CE
Complementary color
Monochromatic Colors of #DCB9CE
Black with #DCB9CE
Text Example
Text Example
White with #DCB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9CE; }
p { color: rgb(220,185,206); }
H1.HeaderClassName
{
color: #DCB9CE;
}
.AnyTagClassName
{
color: #DCB9CE;
}
</style>
background-color css
<style>
a { background-color: #DCB9CE; }
a { background-color: rgb(220,185,206); }
div.DivClassName
{
background-color: #DCB9CE;
}
.BgClassName
{
background-color: #DCB9CE;
}
</style>
border-color css
<style>
span { border-color: #DCB9CE; }
span { border-color: rgb(220,185,206); }
td.TdClassName
{
border-color: #DCB9CE;
}
.TagClassName
{
border-color: #DCB9CE;
}
</style>