Shades of Twilight #DCABC7
Tints of Twilight #DCABC7
RGB
CMYK
RGB Variations
Color information
#DCABC7 (or 0xDCABC7) is known color: Twilight. HEX triplet: DC, AB and C7. RGB value is (220,171,199). Sum of RGB (Red+Green+Blue) = 220+171+199=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC7 is #235438. Grayscale: #BCBCBC. Windows color (decimal): -2315321 or 13085660. OLE color: 13085660.
HSL color Cylindrical-coordinate representation of color #DCABC7: hue angle of 325.71º 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 #DCABC7 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 199 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.14 |
| HSL | 325.71º | 0.41% | 0.77% | - |
| HSV(B) | 325.71º | 0.22% | 0.86% | - |
| XYZ | 54.39 | 48.46 | 60.52 | - |
| YUV | 188.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 199 | 0 | 0.22 | 0.10 | 0.14 | 325.71 | 0.41 | 0.77 |
| Hex | DC | AB | C7 | 0 | 16 | A | E | 146 | 29 | 4D |
| Octal | 334 | 253 | 307 | 0 | 26 | 12 | 16 | 506 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11000111 | 0 | 10110 | 1010 | 1110 | 101000110 | 101001 | 1001101 |
Color Harmonies of #DCABC7
Complementary color
Monochromatic Colors of #DCABC7
Black with #DCABC7
Text Example
Text Example
White with #DCABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABC7; }
p { color: rgb(220,171,199); }
H1.HeaderClassName
{
color: #DCABC7;
}
.AnyTagClassName
{
color: #DCABC7;
}
</style>
background-color css
<style>
a { background-color: #DCABC7; }
a { background-color: rgb(220,171,199); }
div.DivClassName
{
background-color: #DCABC7;
}
.BgClassName
{
background-color: #DCABC7;
}
</style>
border-color css
<style>
span { border-color: #DCABC7; }
span { border-color: rgb(220,171,199); }
td.TdClassName
{
border-color: #DCABC7;
}
.TagClassName
{
border-color: #DCABC7;
}
</style>