Html Css Color HEX #DCACDB Plum

📋 copy color: '#DCACDB'

red 220 ◦ green 172 ◦ blue 219

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

Shades of Plum #DCACDB

Tints of Plum #DCACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 36.01%
G = 28.15%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCACDB (or 0xDCACDB) is known color: Plum. HEX triplet: DC, AC and DB. RGB value is (220,172,219). Sum of RGB (Red+Green+Blue) = 220+172+219=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDB is #235324. Grayscale: #BFBFBF. Windows color (decimal): -2315045 or 14396636. OLE color: 14396636.

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

Color convert

RGB 220 172 219 -
CMYK 0 0.22 0.00 0.14
HSL 301.25º 0.41% 0.77% -
HSV(B) 301.25º 0.22% 0.86% -
XYZ 57.05 49.84 73.63 -
YUV 191.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 220 172 219 0 0.22 0.00 0.14 301.25 0.41 0.77
Hex DC AC DB 0 16 0 E 12D 29 4D
Octal 334 254 333 0 26 0 16 455 51 115
Binary 11011100 10101100 11011011 0 10110 0 1110 100101101 101001 1001101

Color Harmonies of #DCACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACDB

Black with #DCACDB

Text Example


Text Example

White with #DCACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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