Shades of Twilight #DCABC6
Tints of Twilight #DCABC6
RGB
CMYK
RGB Variations
Color information
#DCABC6 (or 0xDCABC6) is known color: Twilight. HEX triplet: DC, AB and C6. RGB value is (220,171,198). Sum of RGB (Red+Green+Blue) = 220+171+198=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC6 is #235439. Grayscale: #BCBCBC. Windows color (decimal): -2315322 or 13020124. OLE color: 13020124.
HSL color Cylindrical-coordinate representation of color #DCABC6: hue angle of 326.94º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABC6 is Cyan = 0, Magento = 0.22, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 198 | - |
| CMYK | 0 | 0.22 | 0.1 | 0.14 |
| HSL | 326.94º | 0.41% | 0.77% | - |
| HSV(B) | 326.94º | 0.22% | 0.86% | - |
| XYZ | 54.27 | 48.42 | 59.91 | - |
| YUV | 188.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 198 | 0 | 0.22 | 0.1 | 0.14 | 326.94 | 0.41 | 0.77 |
| Hex | DC | AB | C6 | 0 | 16 | A | E | 147 | 29 | 4D |
| Octal | 334 | 253 | 306 | 0 | 26 | 12 | 16 | 507 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11000110 | 0 | 10110 | 1010 | 1110 | 101000111 | 101001 | 1001101 |
Color Harmonies of #DCABC6
Complementary color
Monochromatic Colors of #DCABC6
Black with #DCABC6
Text Example
Text Example
White with #DCABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABC6; }
p { color: rgb(220,171,198); }
H1.HeaderClassName
{
color: #DCABC6;
}
.AnyTagClassName
{
color: #DCABC6;
}
</style>
background-color css
<style>
a { background-color: #DCABC6; }
a { background-color: rgb(220,171,198); }
div.DivClassName
{
background-color: #DCABC6;
}
.BgClassName
{
background-color: #DCABC6;
}
</style>
border-color css
<style>
span { border-color: #DCABC6; }
span { border-color: rgb(220,171,198); }
td.TdClassName
{
border-color: #DCABC6;
}
.TagClassName
{
border-color: #DCABC6;
}
</style>