Html Css Color HEX #DCACDC Plum

📋 copy color: '#DCACDC'

red 220 ◦ green 172 ◦ blue 220

#DCACDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DCACDC

Tints of Plum #DCACDC

RGB

 RED value IS 220 (86.33% from 255) = 35.95%

 GREEN value IS 172 (67.58% from 255) = 28.1%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 35.95%
G = 28.1%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCACDC (or 0xDCACDC) is known color: Plum. HEX triplet: DC, AC and DC. RGB value is (220,172,220). Sum of RGB (Red+Green+Blue) = 220+172+220=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDC is #235323. Grayscale: #BFBFBF. Windows color (decimal): -2315044 or 14462172. OLE color: 14462172.

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

Color convert

RGB 220 172 220 -
CMYK 0 0.22 0 0.14
HSL 300º 0.41% 0.77% -
HSV(B) 300º 0.22% 0.86% -
XYZ 57.19 49.89 74.33 -
YUV 191.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 220 172 220 0 0.22 0 0.14 300 0.41 0.77
Hex DC AC DC 0 16 0 E 12C 29 4D
Octal 334 254 334 0 26 0 16 454 51 115
Binary 11011100 10101100 11011100 0 10110 0 1110 100101100 101001 1001101

Color Harmonies of #DCACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACDC

Black with #DCACDC

Text Example


Text Example

White with #DCACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACDC; }

 p { color: rgb(220,172,220); }

 H1.HeaderClassName
 {
   color: #DCACDC;
 }
 .AnyTagClassName
 {
   color: #DCACDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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