#DCAAE5

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

Shades of Plum #DCAAE5

Tints of Plum #DCAAE5

Color information

#DCAAE5 (or 0xDCAAE5) is unknown color: approx Plum. HEX triplet: DC, AA and E5. RGB value is (220,170,229). Sum of RGB (Red+Green+Blue) = 220+170+229=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAE5 is #23551A. Grayscale: #BFBFBF. Windows color (decimal): -2315547 or 15051484. OLE color: 15051484.

HSL color Cylindrical-coordinate representation of color #DCAAE5: hue angle of 290.85º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCAAE5 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220170229-
CMYK0.040.2600.10
HSL290.85º53.15%78.24%-
HSV(B)290.85º25.76%89.8%-
XYZ58.0349.6280.65-
YUV191.68149.06148.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=35.54%
G=27.46%
B=37.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201702290.040.2600.10290.8553.1578.24
HexDCAAE541A0A123354e
Octal33425234543201244365116
Binary11011100101010101110010110011010010101001000111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAE5; }

 p { color: rgb(220,170,229); }

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

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

 a { background-color: rgb(220,170,229); }

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

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

 span { border-color: rgb(220,170,229); }

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