#D6A6BC

Color #D6A6BC Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D6A6BC

Tints of Shocking #D6A6BC

Color information

#D6A6BC (or 0xD6A6BC) is unknown color: approx Shocking. HEX triplet: D6, A6 and BC. RGB value is (214,166,188). Sum of RGB (Red+Green+Blue) = 214+166+188=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6BC is #295943. Grayscale: #B6B6B6. Windows color (decimal): -2709828 or 12363478. OLE color: 12363478.

HSL color Cylindrical-coordinate representation of color #D6A6BC: hue angle of 332.5º 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 #D6A6BC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214166188-
CMYK00.220.120.16
HSL332.5º36.92%74.51%-
HSV(B)332.5º22.43%83.92%-
XYZ50.4445.253.64-
YUV182.86130.9150.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=37.68%
G=29.23%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416618800.220.120.16332.536.9274.51
HexD6A6BC016C1014c254b
Octal326246274026142051445113
Binary1101011010100110101111000101101100100001010011001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6BC; }

 p { color: rgb(214,166,188); }

 H1.HeaderClassName
 {
   color: #D6A6BC;
 }
 .AnyTagClassName
 {
   color: #D6A6BC;
 }
</style>
background-color css

<style>
 a { background-color: #D6A6BC; }

 a { background-color: rgb(214,166,188); }

 div.DivClassName
 {
   background-color: #D6A6BC;
 }
 .BgClassName
 {
   background-color: #D6A6BC;
 }
</style>
border-color css

<style>
 span { border-color: #D6A6BC; }

 span { border-color: rgb(214,166,188); }

 td.TdClassName
 {
   border-color: #D6A6BC;
 }
 .TagClassName
 {
   border-color: #D6A6BC;
 }
</style>