Shades of Twilight #DCB0CC
Tints of Twilight #DCB0CC
RGB
CMYK
RGB Variations
Color information
#DCB0CC (or 0xDCB0CC) is known color: Twilight. HEX triplet: DC, B0 and CC. RGB value is (220,176,204). Sum of RGB (Red+Green+Blue) = 220+176+204=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0CC is #234F33. Grayscale: #C0C0C0. Windows color (decimal): -2314036 or 13414620. OLE color: 13414620.
HSL color Cylindrical-coordinate representation of color #DCB0CC: hue angle of 321.82º 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 #DCB0CC is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 204 | - |
| CMYK | 0 | 0.2 | 0.07 | 0.14 |
| HSL | 321.82º | 0.39% | 0.78% | - |
| HSV(B) | 321.82º | 0.2% | 0.86% | - |
| XYZ | 55.94 | 50.63 | 63.95 | - |
| YUV | 192.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 204 | 0 | 0.2 | 0.07 | 0.14 | 321.82 | 0.39 | 0.78 |
| Hex | DC | B0 | CC | 0 | 14 | 7 | E | 142 | 27 | 4E |
| Octal | 334 | 260 | 314 | 0 | 24 | 7 | 16 | 502 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11001100 | 0 | 10100 | 111 | 1110 | 101000010 | 100111 | 1001110 |
Color Harmonies of #DCB0CC
Complementary color
Monochromatic Colors of #DCB0CC
Black with #DCB0CC
Text Example
Text Example
White with #DCB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0CC; }
p { color: rgb(220,176,204); }
H1.HeaderClassName
{
color: #DCB0CC;
}
.AnyTagClassName
{
color: #DCB0CC;
}
</style>
background-color css
<style>
a { background-color: #DCB0CC; }
a { background-color: rgb(220,176,204); }
div.DivClassName
{
background-color: #DCB0CC;
}
.BgClassName
{
background-color: #DCB0CC;
}
</style>
border-color css
<style>
span { border-color: #DCB0CC; }
span { border-color: rgb(220,176,204); }
td.TdClassName
{
border-color: #DCB0CC;
}
.TagClassName
{
border-color: #DCB0CC;
}
</style>