Shades of Shocking #DDA6BE
Tints of Shocking #DDA6BE
RGB
CMYK
RGB Variations
Color information
#DDA6BE (or 0xDDA6BE) is known color: Shocking. HEX triplet: DD, A6 and BE. RGB value is (221,166,190). Sum of RGB (Red+Green+Blue) = 221+166+190=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6BE is #225941. Grayscale: #B9B9B9. Windows color (decimal): -2251074 or 12494557. OLE color: 12494557.
HSL color Cylindrical-coordinate representation of color #DDA6BE: hue angle of 333.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6BE is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 190 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.13 |
| HSL | 333.82º | 0.45% | 0.76% | - |
| HSV(B) | 333.82º | 0.25% | 0.87% | - |
| XYZ | 52.75 | 46.36 | 54.88 | - |
| YUV | 185.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 190 | 0 | 0.25 | 0.14 | 0.13 | 333.82 | 0.45 | 0.76 |
| Hex | DD | A6 | BE | 0 | 19 | E | D | 14E | 2D | 4C |
| Octal | 335 | 246 | 276 | 0 | 31 | 16 | 15 | 516 | 55 | 114 |
| Binary | 11011101 | 10100110 | 10111110 | 0 | 11001 | 1110 | 1101 | 101001110 | 101101 | 1001100 |
Color Harmonies of #DDA6BE
Complementary color
Monochromatic Colors of #DDA6BE
Black with #DDA6BE
Text Example
Text Example
White with #DDA6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6BE; }
p { color: rgb(221,166,190); }
H1.HeaderClassName
{
color: #DDA6BE;
}
.AnyTagClassName
{
color: #DDA6BE;
}
</style>
background-color css
<style>
a { background-color: #DDA6BE; }
a { background-color: rgb(221,166,190); }
div.DivClassName
{
background-color: #DDA6BE;
}
.BgClassName
{
background-color: #DDA6BE;
}
</style>
border-color css
<style>
span { border-color: #DDA6BE; }
span { border-color: rgb(221,166,190); }
td.TdClassName
{
border-color: #DDA6BE;
}
.TagClassName
{
border-color: #DDA6BE;
}
</style>