Shades of Twilight #DCACC5
Tints of Twilight #DCACC5
RGB
CMYK
RGB Variations
Color information
#DCACC5 (or 0xDCACC5) is known color: Twilight. HEX triplet: DC, AC and C5. RGB value is (220,172,197). Sum of RGB (Red+Green+Blue) = 220+172+197=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC5 is #23533A. Grayscale: #BDBDBD. Windows color (decimal): -2315067 or 12954844. OLE color: 12954844.
HSL color Cylindrical-coordinate representation of color #DCACC5: hue angle of 328.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 #DCACC5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 197 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.14 |
| HSL | 328.75º | 0.41% | 0.77% | - |
| HSV(B) | 328.75º | 0.22% | 0.86% | - |
| XYZ | 54.35 | 48.75 | 59.37 | - |
| YUV | 189.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 197 | 0 | 0.22 | 0.10 | 0.14 | 328.75 | 0.41 | 0.77 |
| Hex | DC | AC | C5 | 0 | 16 | A | E | 149 | 29 | 4D |
| Octal | 334 | 254 | 305 | 0 | 26 | 12 | 16 | 511 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11000101 | 0 | 10110 | 1010 | 1110 | 101001001 | 101001 | 1001101 |
Color Harmonies of #DCACC5
Complementary color
Monochromatic Colors of #DCACC5
Black with #DCACC5
Text Example
Text Example
White with #DCACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACC5; }
p { color: rgb(220,172,197); }
H1.HeaderClassName
{
color: #DCACC5;
}
.AnyTagClassName
{
color: #DCACC5;
}
</style>
background-color css
<style>
a { background-color: #DCACC5; }
a { background-color: rgb(220,172,197); }
div.DivClassName
{
background-color: #DCACC5;
}
.BgClassName
{
background-color: #DCACC5;
}
</style>
border-color css
<style>
span { border-color: #DCACC5; }
span { border-color: rgb(220,172,197); }
td.TdClassName
{
border-color: #DCACC5;
}
.TagClassName
{
border-color: #DCACC5;
}
</style>