Shades of Shocking #DDA8C4
Tints of Shocking #DDA8C4
RGB
CMYK
RGB Variations
Color information
#DDA8C4 (or 0xDDA8C4) is known color: Shocking. HEX triplet: DD, A8 and C4. RGB value is (221,168,196). Sum of RGB (Red+Green+Blue) = 221+168+196=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8C4 is #22573B. Grayscale: #BABABA. Windows color (decimal): -2250556 or 12888285. OLE color: 12888285.
HSL color Cylindrical-coordinate representation of color #DDA8C4: hue angle of 328.3º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8C4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 196 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.13 |
| HSL | 328.3º | 0.44% | 0.76% | - |
| HSV(B) | 328.3º | 0.24% | 0.87% | - |
| XYZ | 53.79 | 47.36 | 58.53 | - |
| YUV | 187.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 196 | 0 | 0.24 | 0.11 | 0.13 | 328.3 | 0.44 | 0.76 |
| Hex | DD | A8 | C4 | 0 | 18 | B | D | 148 | 2C | 4C |
| Octal | 335 | 250 | 304 | 0 | 30 | 13 | 15 | 510 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11000100 | 0 | 11000 | 1011 | 1101 | 101001000 | 101100 | 1001100 |
Color Harmonies of #DDA8C4
Complementary color
Monochromatic Colors of #DDA8C4
Black with #DDA8C4
Text Example
Text Example
White with #DDA8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8C4; }
p { color: rgb(221,168,196); }
H1.HeaderClassName
{
color: #DDA8C4;
}
.AnyTagClassName
{
color: #DDA8C4;
}
</style>
background-color css
<style>
a { background-color: #DDA8C4; }
a { background-color: rgb(221,168,196); }
div.DivClassName
{
background-color: #DDA8C4;
}
.BgClassName
{
background-color: #DDA8C4;
}
</style>
border-color css
<style>
span { border-color: #DDA8C4; }
span { border-color: rgb(221,168,196); }
td.TdClassName
{
border-color: #DDA8C4;
}
.TagClassName
{
border-color: #DDA8C4;
}
</style>