#DCAAE8

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

Shades of Plum #DCAAE8

Tints of Plum #DCAAE8

Color information

#DCAAE8 (or 0xDCAAE8) is unknown color: approx Plum. HEX triplet: DC, AA and E8. RGB value is (220,170,232). Sum of RGB (Red+Green+Blue) = 220+170+232=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAE8 is #235517. Grayscale: #BFBFBF. Windows color (decimal): -2315544 or 15248092. OLE color: 15248092.

HSL color Cylindrical-coordinate representation of color #DCAAE8: hue angle of 288.39º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCAAE8 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220170232-
CMYK0.050.2700.09
HSL288.39º57.41%78.82%-
HSV(B)288.39º26.72%90.98%-
XYZ58.4649.7982.87-
YUV192.02150.56147.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 232 (91.02% from 255) = 37.30%
R=35.37%
G=27.33%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201702320.050.2700.09288.3957.4178.82
HexDCAAE851B09120394f
Octal33425235053301144071117
Binary11011100101010101110100010111011010011001000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAE8; }

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

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

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

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

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

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

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

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