#DCACE1

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

Shades of Plum #DCACE1

Tints of Plum #DCACE1

Color information

#DCACE1 (or 0xDCACE1) is unknown color: approx Plum. HEX triplet: DC, AC and E1. RGB value is (220,172,225). Sum of RGB (Red+Green+Blue) = 220+172+225=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE1 is #23531E. Grayscale: #C0C0C0. Windows color (decimal): -2315039 or 14789852. OLE color: 14789852.

HSL color Cylindrical-coordinate representation of color #DCACE1: hue angle of 294.34º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCACE1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220172225-
CMYK0.020.2400.12
HSL294.34º46.9%77.84%-
HSV(B)294.34º23.56%88.24%-
XYZ57.8650.1677.87-
YUV192.39146.4147.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=35.66%
G=27.88%
B=36.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201722250.020.2400.12294.3446.977.84
HexDCACE12180C1262f4e
Octal33425434123001444657116
Binary1101110010101100111000011011000011001001001101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACE1; }

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

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

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

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

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

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

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

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