Html Css Color HEX #DCAADB Plum

📋 copy color: '#DCAADB'

red 220 ◦ green 170 ◦ blue 219

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

Shades of Plum #DCAADB

Tints of Plum #DCAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.91%

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

R = 36.12%
G = 27.91%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCAADB (or 0xDCAADB) is known color: Plum. HEX triplet: DC, AA and DB. RGB value is (220,170,219). Sum of RGB (Red+Green+Blue) = 220+170+219=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAADB is #235524. Grayscale: #BEBEBE. Windows color (decimal): -2315557 or 14396124. OLE color: 14396124.

HSL color Cylindrical-coordinate representation of color #DCAADB: hue angle of 301.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAADB is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 219 -
CMYK 0 0.23 0.00 0.14
HSL 301.2º 0.42% 0.76% -
HSV(B) 301.2º 0.23% 0.86% -
XYZ 56.68 49.08 73.5 -
YUV 190.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 220 170 219 0 0.23 0.00 0.14 301.2 0.42 0.76
Hex DC AA DB 0 17 0 E 12D 2A 4C
Octal 334 252 333 0 27 0 16 455 52 114
Binary 11011100 10101010 11011011 0 10111 0 1110 100101101 101010 1001100

Color Harmonies of #DCAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAADB

Black with #DCAADB

Text Example


Text Example

White with #DCAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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