Shades of Shocking #DCABC4
Tints of Shocking #DCABC4
RGB
CMYK
RGB Variations
Color information
#DCABC4 (or 0xDCABC4) is known color: Shocking. HEX triplet: DC, AB and C4. RGB value is (220,171,196). Sum of RGB (Red+Green+Blue) = 220+171+196=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC4 is #23543B. Grayscale: #BCBCBC. Windows color (decimal): -2315324 or 12889052. OLE color: 12889052.
HSL color Cylindrical-coordinate representation of color #DCABC4: hue angle of 329.39º 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 #DCABC4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 196 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.14 |
| HSL | 329.39º | 0.41% | 0.77% | - |
| HSV(B) | 329.39º | 0.22% | 0.86% | - |
| XYZ | 54.04 | 48.33 | 58.7 | - |
| YUV | 188.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 196 | 0 | 0.22 | 0.11 | 0.14 | 329.39 | 0.41 | 0.77 |
| Hex | DC | AB | C4 | 0 | 16 | B | E | 149 | 29 | 4D |
| Octal | 334 | 253 | 304 | 0 | 26 | 13 | 16 | 511 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11000100 | 0 | 10110 | 1011 | 1110 | 101001001 | 101001 | 1001101 |
Color Harmonies of #DCABC4
Complementary color
Monochromatic Colors of #DCABC4
Black with #DCABC4
Text Example
Text Example
White with #DCABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABC4; }
p { color: rgb(220,171,196); }
H1.HeaderClassName
{
color: #DCABC4;
}
.AnyTagClassName
{
color: #DCABC4;
}
</style>
background-color css
<style>
a { background-color: #DCABC4; }
a { background-color: rgb(220,171,196); }
div.DivClassName
{
background-color: #DCABC4;
}
.BgClassName
{
background-color: #DCABC4;
}
</style>
border-color css
<style>
span { border-color: #DCABC4; }
span { border-color: rgb(220,171,196); }
td.TdClassName
{
border-color: #DCABC4;
}
.TagClassName
{
border-color: #DCABC4;
}
</style>