Shades of Twilight #DCB0C5
Tints of Twilight #DCB0C5
RGB
CMYK
RGB Variations
Color information
#DCB0C5 (or 0xDCB0C5) is known color: Twilight. HEX triplet: DC, B0 and C5. RGB value is (220,176,197). Sum of RGB (Red+Green+Blue) = 220+176+197=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C5 is #234F3A. Grayscale: #BFBFBF. Windows color (decimal): -2314043 or 12955868. OLE color: 12955868.
HSL color Cylindrical-coordinate representation of color #DCB0C5: hue angle of 331.36º 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 #DCB0C5 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 197 | - |
| CMYK | 0 | 0.2 | 0.10 | 0.14 |
| HSL | 331.36º | 0.39% | 0.78% | - |
| HSV(B) | 331.36º | 0.2% | 0.86% | - |
| XYZ | 55.12 | 50.3 | 59.63 | - |
| YUV | 191.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 197 | 0 | 0.2 | 0.10 | 0.14 | 331.36 | 0.39 | 0.78 |
| Hex | DC | B0 | C5 | 0 | 14 | A | E | 14B | 27 | 4E |
| Octal | 334 | 260 | 305 | 0 | 24 | 12 | 16 | 513 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11000101 | 0 | 10100 | 1010 | 1110 | 101001011 | 100111 | 1001110 |
Color Harmonies of #DCB0C5
Complementary color
Monochromatic Colors of #DCB0C5
Black with #DCB0C5
Text Example
Text Example
White with #DCB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0C5; }
p { color: rgb(220,176,197); }
H1.HeaderClassName
{
color: #DCB0C5;
}
.AnyTagClassName
{
color: #DCB0C5;
}
</style>
background-color css
<style>
a { background-color: #DCB0C5; }
a { background-color: rgb(220,176,197); }
div.DivClassName
{
background-color: #DCB0C5;
}
.BgClassName
{
background-color: #DCB0C5;
}
</style>
border-color css
<style>
span { border-color: #DCB0C5; }
span { border-color: rgb(220,176,197); }
td.TdClassName
{
border-color: #DCB0C5;
}
.TagClassName
{
border-color: #DCB0C5;
}
</style>