Shades of Shocking #D6A7BB
Tints of Shocking #D6A7BB
RGB
CMYK
RGB Variations
Color information
#D6A7BB (or 0xD6A7BB) is known color: Shocking. HEX triplet: D6, A7 and BB. RGB value is (214,167,187). Sum of RGB (Red+Green+Blue) = 214+167+187=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7BB is #295844. Grayscale: #B7B7B7. Windows color (decimal): -2709573 or 12298198. OLE color: 12298198.
HSL color Cylindrical-coordinate representation of color #D6A7BB: hue angle of 334.47º degrees, saturation: 0.36, 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 #D6A7BB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 187 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.16 |
| HSL | 334.47º | 0.36% | 0.75% | - |
| HSV(B) | 334.47º | 0.22% | 0.84% | - |
| XYZ | 50.52 | 45.52 | 53.14 | - |
| YUV | 183.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 187 | 0 | 0.22 | 0.13 | 0.16 | 334.47 | 0.36 | 0.75 |
| Hex | D6 | A7 | BB | 0 | 16 | D | 10 | 14E | 24 | 4B |
| Octal | 326 | 247 | 273 | 0 | 26 | 15 | 20 | 516 | 44 | 113 |
| Binary | 11010110 | 10100111 | 10111011 | 0 | 10110 | 1101 | 10000 | 101001110 | 100100 | 1001011 |
Color Harmonies of #D6A7BB
Complementary color
Monochromatic Colors of #D6A7BB
Black with #D6A7BB
Text Example
Text Example
White with #D6A7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A7BB; }
p { color: rgb(214,167,187); }
H1.HeaderClassName
{
color: #D6A7BB;
}
.AnyTagClassName
{
color: #D6A7BB;
}
</style>
background-color css
<style>
a { background-color: #D6A7BB; }
a { background-color: rgb(214,167,187); }
div.DivClassName
{
background-color: #D6A7BB;
}
.BgClassName
{
background-color: #D6A7BB;
}
</style>
border-color css
<style>
span { border-color: #D6A7BB; }
span { border-color: rgb(214,167,187); }
td.TdClassName
{
border-color: #D6A7BB;
}
.TagClassName
{
border-color: #D6A7BB;
}
</style>