#DCAAE6

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

Shades of Plum #DCAAE6

Tints of Plum #DCAAE6

Color information

#DCAAE6 (or 0xDCAAE6) is unknown color: approx Plum. HEX triplet: DC, AA and E6. RGB value is (220,170,230). Sum of RGB (Red+Green+Blue) = 220+170+230=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAE6 is #235519. Grayscale: #BFBFBF. Windows color (decimal): -2315546 or 15117020. OLE color: 15117020.

HSL color Cylindrical-coordinate representation of color #DCAAE6: hue angle of 290º degrees, saturation: 0.55, 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 #DCAAE6 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220170230-
CMYK0.040.2600.10
HSL290º54.55%78.43%-
HSV(B)290º26.09%90.2%-
XYZ58.1749.6881.39-
YUV191.79149.56148.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=35.48%
G=27.42%
B=37.10%

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
Decimal2201702300.040.2600.1029054.5578.43
HexDCAAE641A0A122374e
Octal33425234643201244267116
Binary11011100101010101110011010011010010101001000101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAE6; }

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

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

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

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

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

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

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

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