#DCAAE3

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

Shades of Plum #DCAAE3

Tints of Plum #DCAAE3

Color information

#DCAAE3 (or 0xDCAAE3) is unknown color: approx Plum. HEX triplet: DC, AA and E3. RGB value is (220,170,227). Sum of RGB (Red+Green+Blue) = 220+170+227=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAE3 is #23551C. Grayscale: #BFBFBF. Windows color (decimal): -2315549 or 14920412. OLE color: 14920412.

HSL color Cylindrical-coordinate representation of color #DCAAE3: hue angle of 292.63º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCAAE3 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220170227-
CMYK0.030.2500.11
HSL292.63º50.44%77.84%-
HSV(B)292.63º25.11%89.02%-
XYZ57.7649.5179.19-
YUV191.45148.06148.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=35.66%
G=27.55%
B=36.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201702270.030.2500.11292.6350.4477.84
HexDCAAE33190B125324e
Octal33425234333101344562116
Binary1101110010101010111000111111001010111001001011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAE3; }

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

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

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

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

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

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

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

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