Shades of Twilight #DCB5C6
Tints of Twilight #DCB5C6
RGB
CMYK
RGB Variations
Color information
#DCB5C6 (or 0xDCB5C6) is known color: Twilight. HEX triplet: DC, B5 and C6. RGB value is (220,181,198). Sum of RGB (Red+Green+Blue) = 220+181+198=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C6 is #234A39. Grayscale: #C2C2C2. Windows color (decimal): -2312762 or 13022684. OLE color: 13022684.
HSL color Cylindrical-coordinate representation of color #DCB5C6: hue angle of 333.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5C6 is Cyan = 0, Magento = 0.18, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 198 | - |
| CMYK | 0 | 0.18 | 0.1 | 0.14 |
| HSL | 333.85º | 0.36% | 0.79% | - |
| HSV(B) | 333.85º | 0.18% | 0.86% | - |
| XYZ | 56.23 | 52.34 | 60.57 | - |
| YUV | 194.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 198 | 0 | 0.18 | 0.1 | 0.14 | 333.85 | 0.36 | 0.79 |
| Hex | DC | B5 | C6 | 0 | 12 | A | E | 14E | 24 | 4F |
| Octal | 334 | 265 | 306 | 0 | 22 | 12 | 16 | 516 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11000110 | 0 | 10010 | 1010 | 1110 | 101001110 | 100100 | 1001111 |
Color Harmonies of #DCB5C6
Complementary color
Monochromatic Colors of #DCB5C6
Black with #DCB5C6
Text Example
Text Example
White with #DCB5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5C6; }
p { color: rgb(220,181,198); }
H1.HeaderClassName
{
color: #DCB5C6;
}
.AnyTagClassName
{
color: #DCB5C6;
}
</style>
background-color css
<style>
a { background-color: #DCB5C6; }
a { background-color: rgb(220,181,198); }
div.DivClassName
{
background-color: #DCB5C6;
}
.BgClassName
{
background-color: #DCB5C6;
}
</style>
border-color css
<style>
span { border-color: #DCB5C6; }
span { border-color: rgb(220,181,198); }
td.TdClassName
{
border-color: #DCB5C6;
}
.TagClassName
{
border-color: #DCB5C6;
}
</style>