Html Css Color HEX #D6ACDB Plum

📋 copy color: '#D6ACDB'

red 214 ◦ green 172 ◦ blue 219

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

Shades of Plum #D6ACDB

Tints of Plum #D6ACDB

RGB

 RED value IS 214 (83.98% from 255) = 35.37%

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

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

R = 35.37%
G = 28.43%
B = 36.2%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6ACDB (or 0xD6ACDB) is known color: Plum. HEX triplet: D6, AC and DB. RGB value is (214,172,219). Sum of RGB (Red+Green+Blue) = 214+172+219=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACDB is #295324. Grayscale: #BDBDBD. Windows color (decimal): -2708261 or 14396630. OLE color: 14396630.

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

Color convert

RGB 214 172 219 -
CMYK 0.02 0.21 0 0.14
HSL 293.62º 0.39% 0.77% -
HSV(B) 293.62º 0.21% 0.86% -
XYZ 55.27 48.92 73.55 -
YUV 189.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 214 172 219 0.02 0.21 0 0.14 293.62 0.39 0.77
Hex D6 AC DB 2 15 0 E 126 27 4D
Octal 326 254 333 2 25 0 16 446 47 115
Binary 11010110 10101100 11011011 10 10101 0 1110 100100110 100111 1001101

Color Harmonies of #D6ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACDB

Black with #D6ACDB

Text Example


Text Example

White with #D6ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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