#DCACE3

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

Shades of Plum #DCACE3

Tints of Plum #DCACE3

Color information

#DCACE3 (or 0xDCACE3) is unknown color: approx Plum. HEX triplet: DC, AC and E3. RGB value is (220,172,227). Sum of RGB (Red+Green+Blue) = 220+172+227=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE3 is #23531C. Grayscale: #C0C0C0. Windows color (decimal): -2315037 or 14920924. OLE color: 14920924.

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

Color convert

RGB220172227-
CMYK0.030.2400.11
HSL292.36º49.55%78.24%-
HSV(B)292.36º24.23%89.02%-
XYZ58.1350.2779.31-
YUV192.62147.4147.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 227 (89.06% from 255) = 36.67%
R=35.54%
G=27.79%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201722270.030.2400.11292.3649.5578.24
HexDCACE33180B124324e
Octal33425434333001344462116
Binary1101110010101100111000111111000010111001001001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACE3; }

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

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

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

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

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

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

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

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