Html Css Color HEX #D8AADD Plum

📋 copy color: '#D8AADD'

red 216 ◦ green 170 ◦ blue 221

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

Shades of Plum #D8AADD

Tints of Plum #D8AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 35.58%
G = 28.01%
B = 36.41%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8AADD (or 0xD8AADD) is known color: Plum. HEX triplet: D8, AA and DD. RGB value is (216,170,221). Sum of RGB (Red+Green+Blue) = 216+170+221=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AADD is #275522. Grayscale: #BDBDBD. Windows color (decimal): -2577699 or 14527192. OLE color: 14527192.

HSL color Cylindrical-coordinate representation of color #D8AADD: hue angle of 294.12º 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 #D8AADD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 170 221 -
CMYK 0.02 0.23 0 0.13
HSL 294.12º 0.43% 0.77% -
HSV(B) 294.12º 0.23% 0.87% -
XYZ 55.74 48.57 74.84 -
YUV 189.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 216 170 221 0.02 0.23 0 0.13 294.12 0.43 0.77
Hex D8 AA DD 2 17 0 D 126 2B 4D
Octal 330 252 335 2 27 0 15 446 53 115
Binary 11011000 10101010 11011101 10 10111 0 1101 100100110 101011 1001101

Color Harmonies of #D8AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AADD

Black with #D8AADD

Text Example


Text Example

White with #D8AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AADD; }

 p { color: rgb(216,170,221); }

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

background-color css

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

 a { background-color: rgb(216,170,221); }

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

border-color css

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

 span { border-color: rgb(216,170,221); }

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