#DCA5BE

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

Shades of Shocking #DCA5BE

Tints of Shocking #DCA5BE

Color information

#DCA5BE (or 0xDCA5BE) is unknown color: approx Shocking. HEX triplet: DC, A5 and BE. RGB value is (220,165,190). Sum of RGB (Red+Green+Blue) = 220+165+190=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5BE is #235A41. Grayscale: #B8B8B8. Windows color (decimal): -2316866 or 12494300. OLE color: 12494300.

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

Color convert

RGB220165190-
CMYK00.250.140.14
HSL332.73º44%75.49%-
HSV(B)332.73º25%86.27%-
XYZ52.2645.8454.81-
YUV184.3131.22153.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=38.26%
G=28.70%
B=33.04%

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
Decimal22016519000.250.140.14332.734475.49
HexDCA5BE019EE14d2c4b
Octal334245276031161651554113
Binary110111001010010110111110011001111011101010011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5BE; }

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

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

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

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

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

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

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

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