#DCA6BC

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

Shades of Shocking #DCA6BC

Tints of Shocking #DCA6BC

Color information

#DCA6BC (or 0xDCA6BC) is unknown color: approx Shocking. HEX triplet: DC, A6 and BC. RGB value is (220,166,188). Sum of RGB (Red+Green+Blue) = 220+166+188=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6BC is #235943. Grayscale: #B8B8B8. Windows color (decimal): -2316612 or 12363484. OLE color: 12363484.

HSL color Cylindrical-coordinate representation of color #DCA6BC: hue angle of 335.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6BC is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220166188-
CMYK00.250.150.14
HSL335.56º43.55%75.69%-
HSV(B)335.56º24.55%86.27%-
XYZ52.2346.1253.73-
YUV184.65129.89153.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=38.33%
G=28.92%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016618800.250.150.14335.5643.5575.69
HexDCA6BC019FE1502c4c
Octal334246274031171652054114
Binary110111001010011010111100011001111111101010100001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6BC; }

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

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

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

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

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

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

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

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