#D9ACE0

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

Shades of Plum #D9ACE0

Tints of Plum #D9ACE0

Color information

#D9ACE0 (or 0xD9ACE0) is unknown color: approx Plum. HEX triplet: D9, AC and E0. RGB value is (217,172,224). Sum of RGB (Red+Green+Blue) = 217+172+224=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACE0 is #26531F. Grayscale: #BFBFBF. Windows color (decimal): -2511648 or 14724313. OLE color: 14724313.

HSL color Cylindrical-coordinate representation of color #D9ACE0: hue angle of 291.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9ACE0 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217172224-
CMYK0.030.2300.12
HSL291.92º45.61%77.65%-
HSV(B)291.92º23.21%87.84%-
XYZ56.8249.6477.11-
YUV191.38146.41146.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=35.40%
G=28.06%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171722240.030.2300.12291.9245.6177.65
HexD9ACE03170C1242e4e
Octal33125434032701444456116
Binary1101100110101100111000001110111011001001001001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACE0; }

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

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

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

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

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

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

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

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