#DCABC4

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

Shades of Shocking #DCABC4

Tints of Shocking #DCABC4

Color information

#DCABC4 (or 0xDCABC4) is unknown color: approx Shocking. HEX triplet: DC, AB and C4. RGB value is (220,171,196). Sum of RGB (Red+Green+Blue) = 220+171+196=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC4 is #23543B. Grayscale: #BCBCBC. Windows color (decimal): -2315324 or 12889052. OLE color: 12889052.

HSL color Cylindrical-coordinate representation of color #DCABC4: hue angle of 329.39º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABC4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220171196-
CMYK00.220.110.14
HSL329.39º41.18%76.67%-
HSV(B)329.39º22.27%86.27%-
XYZ54.0448.3358.7-
YUV188.5132.23150.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=37.48%
G=29.13%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017119600.220.110.14329.3941.1876.67
HexDCABC4016BE149294d
Octal334253304026131651151115
Binary110111001010101111000100010110101111101010010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABC4; }

 p { color: rgb(220,171,196); }

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

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

 a { background-color: rgb(220,171,196); }

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

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

 span { border-color: rgb(220,171,196); }

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