Shades of Shocking #DDABC5
Tints of Shocking #DDABC5
RGB
CMYK
RGB Variations
Color information
#DDABC5 (or 0xDDABC5) is known color: Shocking. HEX triplet: DD, AB and C5. RGB value is (221,171,197). Sum of RGB (Red+Green+Blue) = 221+171+197=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC5 is #22543A. Grayscale: #BCBCBC. Windows color (decimal): -2249787 or 12954589. OLE color: 12954589.
HSL color Cylindrical-coordinate representation of color #DDABC5: hue angle of 328.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABC5 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 197 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.13 |
| HSL | 328.8º | 0.42% | 0.77% | - |
| HSV(B) | 328.8º | 0.23% | 0.87% | - |
| XYZ | 54.46 | 48.53 | 59.32 | - |
| YUV | 188.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 197 | 0 | 0.23 | 0.11 | 0.13 | 328.8 | 0.42 | 0.77 |
| Hex | DD | AB | C5 | 0 | 17 | B | D | 149 | 2A | 4D |
| Octal | 335 | 253 | 305 | 0 | 27 | 13 | 15 | 511 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11000101 | 0 | 10111 | 1011 | 1101 | 101001001 | 101010 | 1001101 |
Color Harmonies of #DDABC5
Complementary color
Monochromatic Colors of #DDABC5
Black with #DDABC5
Text Example
Text Example
White with #DDABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABC5; }
p { color: rgb(221,171,197); }
H1.HeaderClassName
{
color: #DDABC5;
}
.AnyTagClassName
{
color: #DDABC5;
}
</style>
background-color css
<style>
a { background-color: #DDABC5; }
a { background-color: rgb(221,171,197); }
div.DivClassName
{
background-color: #DDABC5;
}
.BgClassName
{
background-color: #DDABC5;
}
</style>
border-color css
<style>
span { border-color: #DDABC5; }
span { border-color: rgb(221,171,197); }
td.TdClassName
{
border-color: #DDABC5;
}
.TagClassName
{
border-color: #DDABC5;
}
</style>