Shades of Twilight #DCACC9
Tints of Twilight #DCACC9
RGB
CMYK
RGB Variations
Color information
#DCACC9 (or 0xDCACC9) is known color: Twilight. HEX triplet: DC, AC and C9. RGB value is (220,172,201). Sum of RGB (Red+Green+Blue) = 220+172+201=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC9 is #235336. Grayscale: #BDBDBD. Windows color (decimal): -2315063 or 13216988. OLE color: 13216988.
HSL color Cylindrical-coordinate representation of color #DCACC9: hue angle of 323.75º 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 #DCACC9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 201 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.14 |
| HSL | 323.75º | 0.41% | 0.77% | - |
| HSV(B) | 323.75º | 0.22% | 0.86% | - |
| XYZ | 54.81 | 48.94 | 61.82 | - |
| YUV | 189.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 201 | 0 | 0.22 | 0.09 | 0.14 | 323.75 | 0.41 | 0.77 |
| Hex | DC | AC | C9 | 0 | 16 | 9 | E | 144 | 29 | 4D |
| Octal | 334 | 254 | 311 | 0 | 26 | 11 | 16 | 504 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11001001 | 0 | 10110 | 1001 | 1110 | 101000100 | 101001 | 1001101 |
Color Harmonies of #DCACC9
Complementary color
Monochromatic Colors of #DCACC9
Black with #DCACC9
Text Example
Text Example
White with #DCACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACC9; }
p { color: rgb(220,172,201); }
H1.HeaderClassName
{
color: #DCACC9;
}
.AnyTagClassName
{
color: #DCACC9;
}
</style>
background-color css
<style>
a { background-color: #DCACC9; }
a { background-color: rgb(220,172,201); }
div.DivClassName
{
background-color: #DCACC9;
}
.BgClassName
{
background-color: #DCACC9;
}
</style>
border-color css
<style>
span { border-color: #DCACC9; }
span { border-color: rgb(220,172,201); }
td.TdClassName
{
border-color: #DCACC9;
}
.TagClassName
{
border-color: #DCACC9;
}
</style>