Html Css Color HEX #D8ACDE Plum

📋 copy color: '#D8ACDE'

red 216 ◦ green 172 ◦ blue 222

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

Shades of Plum #D8ACDE

Tints of Plum #D8ACDE

RGB

 RED value IS 216 (84.77% from 255) = 35.41%

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

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 35.41%
G = 28.2%
B = 36.39%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8ACDE (or 0xD8ACDE) is known color: Plum. HEX triplet: D8, AC and DE. RGB value is (216,172,222). Sum of RGB (Red+Green+Blue) = 216+172+222=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDE is #275321. Grayscale: #BEBEBE. Windows color (decimal): -2577186 or 14593240. OLE color: 14593240.

HSL color Cylindrical-coordinate representation of color #D8ACDE: hue angle of 292.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8ACDE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 172 222 -
CMYK 0.03 0.23 0 0.13
HSL 292.8º 0.43% 0.77% -
HSV(B) 292.8º 0.23% 0.87% -
XYZ 56.26 49.38 75.67 -
YUV 190.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 216 172 222 0.03 0.23 0 0.13 292.8 0.43 0.77
Hex D8 AC DE 3 17 0 D 125 2B 4D
Octal 330 254 336 3 27 0 15 445 53 115
Binary 11011000 10101100 11011110 11 10111 0 1101 100100101 101011 1001101

Color Harmonies of #D8ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACDE

Black with #D8ACDE

Text Example


Text Example

White with #D8ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACDE; }

 p { color: rgb(216,172,222); }

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

background-color css

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

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

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

border-color css

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

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

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