Shades of Twilight #DCABC5
Tints of Twilight #DCABC5
RGB
CMYK
RGB Variations
Color information
#DCABC5 (or 0xDCABC5) is known color: Twilight. HEX triplet: DC, AB and C5. RGB value is (220,171,197). Sum of RGB (Red+Green+Blue) = 220+171+197=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC5 is #23543A. Grayscale: #BCBCBC. Windows color (decimal): -2315323 or 12954588. OLE color: 12954588.
HSL color Cylindrical-coordinate representation of color #DCABC5: hue angle of 328.16º 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 #DCABC5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 197 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.14 |
| HSL | 328.16º | 0.41% | 0.77% | - |
| HSV(B) | 328.16º | 0.22% | 0.86% | - |
| XYZ | 54.16 | 48.37 | 59.31 | - |
| YUV | 188.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 197 | 0 | 0.22 | 0.10 | 0.14 | 328.16 | 0.41 | 0.77 |
| Hex | DC | AB | C5 | 0 | 16 | A | E | 148 | 29 | 4D |
| Octal | 334 | 253 | 305 | 0 | 26 | 12 | 16 | 510 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11000101 | 0 | 10110 | 1010 | 1110 | 101001000 | 101001 | 1001101 |
Color Harmonies of #DCABC5
Complementary color
Monochromatic Colors of #DCABC5
Black with #DCABC5
Text Example
Text Example
White with #DCABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABC5; }
p { color: rgb(220,171,197); }
H1.HeaderClassName
{
color: #DCABC5;
}
.AnyTagClassName
{
color: #DCABC5;
}
</style>
background-color css
<style>
a { background-color: #DCABC5; }
a { background-color: rgb(220,171,197); }
div.DivClassName
{
background-color: #DCABC5;
}
.BgClassName
{
background-color: #DCABC5;
}
</style>
border-color css
<style>
span { border-color: #DCABC5; }
span { border-color: rgb(220,171,197); }
td.TdClassName
{
border-color: #DCABC5;
}
.TagClassName
{
border-color: #DCABC5;
}
</style>