#D8AEDB

Color #D8AEDB Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D8AEDB

Tints of Plum #D8AEDB

Color information

#D8AEDB (or 0xD8AEDB) is unknown color: approx Plum. HEX triplet: D8, AE and DB. RGB value is (216,174,219). Sum of RGB (Red+Green+Blue) = 216+174+219=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEDB is #275124. Grayscale: #BFBFBF. Windows color (decimal): -2576677 or 14397144. OLE color: 14397144.

HSL color Cylindrical-coordinate representation of color #D8AEDB: hue angle of 296º degrees, saturation: 0.38, 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 #D8AEDB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216174219-
CMYK0.010.2100.14
HSL296º38.46%77.06%-
HSV(B)296º20.55%85.88%-
XYZ56.2449.9973.7-
YUV191.69143.41145.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=35.47%
G=28.57%
B=35.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161742190.010.2100.1429638.4677.06
HexD8AEDB1150E128264d
Octal33025633312501645046115
Binary110110001010111011011011110101011101001010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEDB; }

 p { color: rgb(216,174,219); }

 H1.HeaderClassName
 {
   color: #D8AEDB;
 }
 .AnyTagClassName
 {
   color: #D8AEDB;
 }
</style>
background-color css

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

 a { background-color: rgb(216,174,219); }

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

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

 span { border-color: rgb(216,174,219); }

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