Shades of Twilight #DCB0C8
Tints of Twilight #DCB0C8
RGB
CMYK
RGB Variations
Color information
#DCB0C8 (or 0xDCB0C8) is known color: Twilight. HEX triplet: DC, B0 and C8. RGB value is (220,176,200). Sum of RGB (Red+Green+Blue) = 220+176+200=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C8 is #234F37. Grayscale: #BFBFBF. Windows color (decimal): -2314040 or 13152476. OLE color: 13152476.
HSL color Cylindrical-coordinate representation of color #DCB0C8: hue angle of 327.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0C8 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 200 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.14 |
| HSL | 327.27º | 0.39% | 0.78% | - |
| HSV(B) | 327.27º | 0.2% | 0.86% | - |
| XYZ | 55.47 | 50.44 | 61.46 | - |
| YUV | 191.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 200 | 0 | 0.2 | 0.09 | 0.14 | 327.27 | 0.39 | 0.78 |
| Hex | DC | B0 | C8 | 0 | 14 | 9 | E | 147 | 27 | 4E |
| Octal | 334 | 260 | 310 | 0 | 24 | 11 | 16 | 507 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11001000 | 0 | 10100 | 1001 | 1110 | 101000111 | 100111 | 1001110 |
Color Harmonies of #DCB0C8
Complementary color
Monochromatic Colors of #DCB0C8
Black with #DCB0C8
Text Example
Text Example
White with #DCB0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0C8; }
p { color: rgb(220,176,200); }
H1.HeaderClassName
{
color: #DCB0C8;
}
.AnyTagClassName
{
color: #DCB0C8;
}
</style>
background-color css
<style>
a { background-color: #DCB0C8; }
a { background-color: rgb(220,176,200); }
div.DivClassName
{
background-color: #DCB0C8;
}
.BgClassName
{
background-color: #DCB0C8;
}
</style>
border-color css
<style>
span { border-color: #DCB0C8; }
span { border-color: rgb(220,176,200); }
td.TdClassName
{
border-color: #DCB0C8;
}
.TagClassName
{
border-color: #DCB0C8;
}
</style>