Shades of Twilight #DCACC4
Tints of Twilight #DCACC4
RGB
CMYK
RGB Variations
Color information
#DCACC4 (or 0xDCACC4) is known color: Twilight. HEX triplet: DC, AC and C4. RGB value is (220,172,196). Sum of RGB (Red+Green+Blue) = 220+172+196=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC4 is #23533B. Grayscale: #BDBDBD. Windows color (decimal): -2315068 or 12889308. OLE color: 12889308.
HSL color Cylindrical-coordinate representation of color #DCACC4: hue angle of 330º 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 #DCACC4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 172 | 196 | - |
CMYK | 0 | 0.22 | 0.11 | 0.14 |
HSL | 330º | 0.41% | 0.77% | - |
HSV(B) | 330º | 0.22% | 0.86% | - |
XYZ | 54.23 | 48.71 | 58.77 | - |
YUV | 189.09 | 131.9 | 150.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 196 | 0 | 0.22 | 0.11 | 0.14 | 330 | 0.41 | 0.77 |
Hex | DC | AC | C4 | 0 | 16 | B | E | 14A | 29 | 4D |
Octal | 334 | 254 | 304 | 0 | 26 | 13 | 16 | 512 | 51 | 115 |
Binary | 11011100 | 10101100 | 11000100 | 0 | 10110 | 1011 | 1110 | 101001010 | 101001 | 1001101 |
Color Harmonies of #DCACC4
Complementary color
Monochromatic Colors of #DCACC4
Black with #DCACC4
Text Example
Text Example
White with #DCACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACC4; }
p { color: rgb(220,172,196); }
H1.HeaderClassName
{
color: #DCACC4;
}
.AnyTagClassName
{
color: #DCACC4;
}
</style>
background-color css
<style>
a { background-color: #DCACC4; }
a { background-color: rgb(220,172,196); }
div.DivClassName
{
background-color: #DCACC4;
}
.BgClassName
{
background-color: #DCACC4;
}
</style>
border-color css
<style>
span { border-color: #DCACC4; }
span { border-color: rgb(220,172,196); }
td.TdClassName
{
border-color: #DCACC4;
}
.TagClassName
{
border-color: #DCACC4;
}
</style>