Shades of Twilight #DCB0CA
Tints of Twilight #DCB0CA
RGB
CMYK
RGB Variations
Color information
#DCB0CA (or 0xDCB0CA) is known color: Twilight. HEX triplet: DC, B0 and CA. RGB value is (220,176,202). Sum of RGB (Red+Green+Blue) = 220+176+202=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0CA is #234F35. Grayscale: #C0C0C0. Windows color (decimal): -2314038 or 13283548. OLE color: 13283548.
HSL color Cylindrical-coordinate representation of color #DCB0CA: hue angle of 324.55º 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 #DCB0CA is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 202 | - |
| CMYK | 0 | 0.2 | 0.08 | 0.14 |
| HSL | 324.55º | 0.39% | 0.78% | - |
| HSV(B) | 324.55º | 0.2% | 0.86% | - |
| XYZ | 55.7 | 50.53 | 62.69 | - |
| YUV | 192.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 202 | 0 | 0.2 | 0.08 | 0.14 | 324.55 | 0.39 | 0.78 |
| Hex | DC | B0 | CA | 0 | 14 | 8 | E | 145 | 27 | 4E |
| Octal | 334 | 260 | 312 | 0 | 24 | 10 | 16 | 505 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11001010 | 0 | 10100 | 1000 | 1110 | 101000101 | 100111 | 1001110 |
Color Harmonies of #DCB0CA
Complementary color
Monochromatic Colors of #DCB0CA
Black with #DCB0CA
Text Example
Text Example
White with #DCB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0CA; }
p { color: rgb(220,176,202); }
H1.HeaderClassName
{
color: #DCB0CA;
}
.AnyTagClassName
{
color: #DCB0CA;
}
</style>
background-color css
<style>
a { background-color: #DCB0CA; }
a { background-color: rgb(220,176,202); }
div.DivClassName
{
background-color: #DCB0CA;
}
.BgClassName
{
background-color: #DCB0CA;
}
</style>
border-color css
<style>
span { border-color: #DCB0CA; }
span { border-color: rgb(220,176,202); }
td.TdClassName
{
border-color: #DCB0CA;
}
.TagClassName
{
border-color: #DCB0CA;
}
</style>