Shades of Shocking #D6A6BB
Tints of Shocking #D6A6BB
RGB
CMYK
RGB Variations
Color information
#D6A6BB (or 0xD6A6BB) is known color: Shocking. HEX triplet: D6, A6 and BB. RGB value is (214,166,187). Sum of RGB (Red+Green+Blue) = 214+166+187=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6BB is #295944. Grayscale: #B6B6B6. Windows color (decimal): -2709829 or 12297942. OLE color: 12297942.
HSL color Cylindrical-coordinate representation of color #D6A6BB: hue angle of 333.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A6BB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 187 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.16 |
| HSL | 333.75º | 0.37% | 0.75% | - |
| HSV(B) | 333.75º | 0.22% | 0.84% | - |
| XYZ | 50.34 | 45.16 | 53.08 | - |
| YUV | 182.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 187 | 0 | 0.22 | 0.13 | 0.16 | 333.75 | 0.37 | 0.75 |
| Hex | D6 | A6 | BB | 0 | 16 | D | 10 | 14E | 25 | 4B |
| Octal | 326 | 246 | 273 | 0 | 26 | 15 | 20 | 516 | 45 | 113 |
| Binary | 11010110 | 10100110 | 10111011 | 0 | 10110 | 1101 | 10000 | 101001110 | 100101 | 1001011 |
Color Harmonies of #D6A6BB
Complementary color
Monochromatic Colors of #D6A6BB
Black with #D6A6BB
Text Example
Text Example
White with #D6A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A6BB; }
p { color: rgb(214,166,187); }
H1.HeaderClassName
{
color: #D6A6BB;
}
.AnyTagClassName
{
color: #D6A6BB;
}
</style>
background-color css
<style>
a { background-color: #D6A6BB; }
a { background-color: rgb(214,166,187); }
div.DivClassName
{
background-color: #D6A6BB;
}
.BgClassName
{
background-color: #D6A6BB;
}
</style>
border-color css
<style>
span { border-color: #D6A6BB; }
span { border-color: rgb(214,166,187); }
td.TdClassName
{
border-color: #D6A6BB;
}
.TagClassName
{
border-color: #D6A6BB;
}
</style>