Shades of Twilight #DCBACC
Tints of Twilight #DCBACC
RGB
CMYK
RGB Variations
Color information
#DCBACC (or 0xDCBACC) is known color: Twilight. HEX triplet: DC, BA and CC. RGB value is (220,186,204). Sum of RGB (Red+Green+Blue) = 220+186+204=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACC is #234533. Grayscale: #C6C6C6. Windows color (decimal): -2311476 or 13417180. OLE color: 13417180.
HSL color Cylindrical-coordinate representation of color #DCBACC: hue angle of 328.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBACC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 204 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.14 |
| HSL | 328.24º | 0.33% | 0.8% | - |
| HSV(B) | 328.24º | 0.15% | 0.86% | - |
| XYZ | 57.97 | 54.69 | 64.63 | - |
| YUV | 198.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 204 | 0 | 0.15 | 0.07 | 0.14 | 328.24 | 0.33 | 0.8 |
| Hex | DC | BA | CC | 0 | F | 7 | E | 148 | 21 | 50 |
| Octal | 334 | 272 | 314 | 0 | 17 | 7 | 16 | 510 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11001100 | 0 | 1111 | 111 | 1110 | 101001000 | 100001 | 1010000 |
Color Harmonies of #DCBACC
Complementary color
Monochromatic Colors of #DCBACC
Black with #DCBACC
Text Example
Text Example
White with #DCBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBACC; }
p { color: rgb(220,186,204); }
H1.HeaderClassName
{
color: #DCBACC;
}
.AnyTagClassName
{
color: #DCBACC;
}
</style>
background-color css
<style>
a { background-color: #DCBACC; }
a { background-color: rgb(220,186,204); }
div.DivClassName
{
background-color: #DCBACC;
}
.BgClassName
{
background-color: #DCBACC;
}
</style>
border-color css
<style>
span { border-color: #DCBACC; }
span { border-color: rgb(220,186,204); }
td.TdClassName
{
border-color: #DCBACC;
}
.TagClassName
{
border-color: #DCBACC;
}
</style>