Html Css Color HEX #D6ACD9 Plum

📋 copy color: '#D6ACD9'

red 214 ◦ green 172 ◦ blue 217

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

Shades of Plum #D6ACD9

Tints of Plum #D6ACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.99%

R = 35.49%
G = 28.52%
B = 35.99%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6ACD9 (or 0xD6ACD9) is known color: Plum. HEX triplet: D6, AC and D9. RGB value is (214,172,217). Sum of RGB (Red+Green+Blue) = 214+172+217=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACD9 is #295326. Grayscale: #BDBDBD. Windows color (decimal): -2708263 or 14265558. OLE color: 14265558.

HSL color Cylindrical-coordinate representation of color #D6ACD9: hue angle of 296º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6ACD9 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 172 217 -
CMYK 0.01 0.21 0 0.15
HSL 296º 0.37% 0.76% -
HSV(B) 296º 0.21% 0.85% -
XYZ 55.01 48.81 72.17 -
YUV 189.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 214 172 217 0.01 0.21 0 0.15 296 0.37 0.76
Hex D6 AC D9 1 15 0 F 128 25 4C
Octal 326 254 331 1 25 0 17 450 45 114
Binary 11010110 10101100 11011001 1 10101 0 1111 100101000 100101 1001100

Color Harmonies of #D6ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACD9

Black with #D6ACD9

Text Example


Text Example

White with #D6ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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