Html Css Color HEX #D8ABDC Plum

📋 copy color: '#D8ABDC'

red 216 ◦ green 171 ◦ blue 220

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

Shades of Plum #D8ABDC

Tints of Plum #D8ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.17%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 35.58%
G = 28.17%
B = 36.24%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8ABDC (or 0xD8ABDC) is known color: Plum. HEX triplet: D8, AB and DC. RGB value is (216,171,220). Sum of RGB (Red+Green+Blue) = 216+171+220=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABDC is #275423. Grayscale: #BDBDBD. Windows color (decimal): -2577444 or 14461912. OLE color: 14461912.

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

Color convert

RGB 216 171 220 -
CMYK 0.02 0.22 0 0.14
HSL 295.1º 0.41% 0.77% -
HSV(B) 295.1º 0.22% 0.86% -
XYZ 55.8 48.89 74.21 -
YUV 190.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 216 171 220 0.02 0.22 0 0.14 295.1 0.41 0.77
Hex D8 AB DC 2 16 0 E 127 29 4D
Octal 330 253 334 2 26 0 16 447 51 115
Binary 11011000 10101011 11011100 10 10110 0 1110 100100111 101001 1001101

Color Harmonies of #D8ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABDC

Black with #D8ABDC

Text Example


Text Example

White with #D8ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABDC; }

 p { color: rgb(216,171,220); }

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

background-color css

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

 a { background-color: rgb(216,171,220); }

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

border-color css

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

 span { border-color: rgb(216,171,220); }

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