#DCA6BE

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

Shades of Shocking #DCA6BE

Tints of Shocking #DCA6BE

Color information

#DCA6BE (or 0xDCA6BE) is unknown color: approx Shocking. HEX triplet: DC, A6 and BE. RGB value is (220,166,190). Sum of RGB (Red+Green+Blue) = 220+166+190=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6BE is #235941. Grayscale: #B8B8B8. Windows color (decimal): -2316610 or 12494556. OLE color: 12494556.

HSL color Cylindrical-coordinate representation of color #DCA6BE: hue angle of 333.33º 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 #DCA6BE is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220166190-
CMYK00.250.140.14
HSL333.33º43.55%75.69%-
HSV(B)333.33º24.55%86.27%-
XYZ52.4546.2154.87-
YUV184.88130.89153.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=38.19%
G=28.82%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016619000.250.140.14333.3343.5575.69
HexDCA6BE019EE14d2c4c
Octal334246276031161651554114
Binary110111001010011010111110011001111011101010011011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6BE; }

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

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

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

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

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

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

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

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