Shades of Twilight #DCB0CB
Tints of Twilight #DCB0CB
RGB
CMYK
RGB Variations
Color information
#DCB0CB (or 0xDCB0CB) is known color: Twilight. HEX triplet: DC, B0 and CB. RGB value is (220,176,203). Sum of RGB (Red+Green+Blue) = 220+176+203=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0CB is #234F34. Grayscale: #C0C0C0. Windows color (decimal): -2314037 or 13349084. OLE color: 13349084.
HSL color Cylindrical-coordinate representation of color #DCB0CB: hue angle of 323.18º 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 #DCB0CB is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 203 | - |
| CMYK | 0 | 0.2 | 0.08 | 0.14 |
| HSL | 323.18º | 0.39% | 0.78% | - |
| HSV(B) | 323.18º | 0.2% | 0.86% | - |
| XYZ | 55.82 | 50.58 | 63.32 | - |
| YUV | 192.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 203 | 0 | 0.2 | 0.08 | 0.14 | 323.18 | 0.39 | 0.78 |
| Hex | DC | B0 | CB | 0 | 14 | 8 | E | 143 | 27 | 4E |
| Octal | 334 | 260 | 313 | 0 | 24 | 10 | 16 | 503 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11001011 | 0 | 10100 | 1000 | 1110 | 101000011 | 100111 | 1001110 |
Color Harmonies of #DCB0CB
Complementary color
Monochromatic Colors of #DCB0CB
Black with #DCB0CB
Text Example
Text Example
White with #DCB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0CB; }
p { color: rgb(220,176,203); }
H1.HeaderClassName
{
color: #DCB0CB;
}
.AnyTagClassName
{
color: #DCB0CB;
}
</style>
background-color css
<style>
a { background-color: #DCB0CB; }
a { background-color: rgb(220,176,203); }
div.DivClassName
{
background-color: #DCB0CB;
}
.BgClassName
{
background-color: #DCB0CB;
}
</style>
border-color css
<style>
span { border-color: #DCB0CB; }
span { border-color: rgb(220,176,203); }
td.TdClassName
{
border-color: #DCB0CB;
}
.TagClassName
{
border-color: #DCB0CB;
}
</style>